google_api_iam v0.13.0 GoogleApi.IAM.V1.Model.CreateServiceAccountRequest View Source
The service account create request.
Attributes
accountId
(type:String.t
, default:nil
) - Required. The account id that is used to generate the service account email address and a stable unique id. It is unique within a project, must be 6-30 characters long, and match the regular expression[a-z]([-a-z0-9]*[a-z0-9])
to comply with RFC1035.serviceAccount
(type:GoogleApi.IAM.V1.Model.ServiceAccount.t
, default:nil
) - The ServiceAccount resource to create. Currently, only the following values are user assignable:display_name
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.IAM.V1.Model.CreateServiceAccountRequest{ accountId: String.t(), serviceAccount: GoogleApi.IAM.V1.Model.ServiceAccount.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.