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

The identity of service accounts that have been explicitly created under tenant projects.

Attributes

  • serviceAccountEmail (type: String.t, default: nil) - Output only. The email address of the generated service account.
  • serviceName (type: String.t, default: nil) - Input/Output [Required]. The service that the service account belongs to. (e.g. cloudbuild.googleapis.com for GCB service accounts)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantServiceAccountIdentity{
    serviceAccountEmail: String.t() | nil,
    serviceName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.