List Service Accounts
Lists every ServiceAccount that belongs to a specific project.
External Documentation
To learn more, visit the GCP documentation.
Parameters
Parameter | Description |
---|---|
Project ID | The name of the parent project to access. |
Return All Pages | Automatically 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
Preview this Workflow on desktop