AccessApprovalServiceAccount

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

JSON representation
{
  "name": string,
  "accountEmail": string
}
Fields
name

string

The resource name of the Access Approval service account. Format is one of:

  • "projects/{project}/serviceAccount"
  • "folders/{folder}/serviceAccount"
  • "organizations/{organization}/serviceAccount"
accountEmail

string

Email address of the service account.