CloudAiPlatformTenantresourceIamPolicyBinding

GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceIamPolicyBinding


Table of Contents ▼

Jump to a specific part of the page:

Description

The dynamic IAM bindings to be granted after tenant projects are created.

Attributes List

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

View Attributes

Attributes

  1. members (type: list(String.t), default: nil)
    - Input/Output [Required]. The member service accounts with the roles above. Note: placeholders are same as the resource above.
  2. resource (type: String.t, default: nil)
    - Input/Output [Required]. The resource name that will be accessed by members, which also depends on resource_type. Note: placeholders are supported in resource names. For example, ${tpn} will be used when the tenant project number is not ready.
  3. resourceType (type: String.t, default: nil)
    - Input/Output [Required]. Specifies the type of resource that will be accessed by members.
  4. role (type: String.t, default: nil)
    - Input/Output [Required]. The role for members below.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceIamPolicyBinding{
members: [String.t()] | nil,
resource: String.t() | nil,
resourceType: String.t() | nil,
role: String.t() | nil
}

Function

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

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