View Source GoogleApi.AccessApproval.V1.Model.AccessApprovalServiceAccount (google_api_access_approval v0.14.0)

Access Approval service account related to a project/folder/organization.

Attributes

  • accountEmail (type: String.t, default: nil) - Email address of the service account.
  • name (type: String.t, default: nil) - The resource name of the Access Approval service account. Format is one of: "projects/{project}/serviceAccount" "folders/{folder}/serviceAccount" * "organizations/{organization}/serviceAccount"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AccessApproval.V1.Model.AccessApprovalServiceAccount{
  accountEmail: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.