google_api_iam v0.4.0 GoogleApi.IAM.V1.Model.CreateServiceAccountRequest View Source

The service account create request.

Attributes

  • accountId (String.t): 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` to comply with RFC1035. Defaults to: null.
  • serviceAccount (ServiceAccount): The ServiceAccount resource to create. Currently, only the following values are user assignable: `display_name` . Defaults to: null.

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 Source
t() :: %GoogleApi.IAM.V1.Model.CreateServiceAccountRequest{
  accountId: any(),
  serviceAccount: GoogleApi.IAM.V1.Model.ServiceAccount.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.