service_account
Creates, updates, deletes, gets or lists a service_account
resource.
Overview
Name | service_account |
Type | Resource |
Id | google.accessapproval.service_account |
Fields
Name | Datatype | Description |
---|---|---|
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. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
folders_get_service_account | SELECT | foldersId | Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests. |
organizations_get_service_account | SELECT | organizationsId | Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests. |
projects_get_service_account | SELECT | projectsId | Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests. |
SELECT
examples
Retrieves the service account that is used by Access Approval to access KMS keys for signing approved approval requests.
SELECT
name,
accountEmail
FROM google.accessapproval.service_account
WHERE foldersId = '{{ foldersId }}';