Skip to main content

List Service Accounts

Lists every ServiceAccount that belongs to a specific project.

External Documentation

To learn more, visit the GCP documentation.

Parameters

ParameterDescription
Project IDThe name of the parent project to access.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
"accounts": [
{
"name": "projects/test/serviceAccounts/test@blinkops.com",
"projectId": "test",
"uniqueId": "113634099242885169056",
"email": "test@blinkops.com",
"displayName": "Compute Engine default service account",
"etag": "MDEwMjE5MjA=",
"oauth2ClientId": "12345678910"
}
]
}

Workflow Library Example

List Service Accounts with Gcp and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop