GoogleCloudContentwarehouseV1AccessControlAction

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1AccessControlAction


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents the action responsible for access control list management operations.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. operationType (type: String.t, default: nil)
    - Identifies the type of operation.
  2. policy (type: GoogleApi.ContentWarehouse.V1.Model.GoogleIamV1Policy, default: nil)
    - Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1AccessControlAction{
operationType: String.t() | nil,
policy: GoogleApi.ContentWarehouse.V1.Model.GoogleIamV1Policy.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1AccessControlAction