View Source GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceIamPolicyBinding (google_api_content_warehouse v0.4.0)

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

Attributes

  • 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.
  • 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.
  • resourceType (type: String.t, default: nil) - Input/Output [Required]. Specifies the type of resource that will be accessed by members.
  • role (type: String.t, default: nil) - Input/Output [Required]. The role for members below.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.