View Source GoogleApi.ServiceConsumerManagement.V1.Model.ServiceAccountConfig (google_api_service_consumer_management v0.32.0)

Describes the service account configuration for the tenant project.

Attributes

  • accountId (type: String.t, default: nil) - ID of the IAM service account to be created in tenant project. The email format of the service account is "@.iam.gserviceaccount.com". This account ID must be unique within tenant project and service producers have to guarantee it. The ID must be 6-30 characters long, and match the following regular expression: [a-z]([-a-z0-9]*[a-z0-9]).
  • tenantProjectRoles (type: list(String.t), default: nil) - Roles for the associated service account for the tenant project.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.ServiceAccountConfig{
  accountId: String.t() | nil,
  tenantProjectRoles: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.