Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Gets a ServiceAccount.
External DocumentationTo learn more, visit the GCP documentation.

Parameters

ParameterDescription
Project IDThe name of the parent project to access.

As an alternative, you can use the - wildcard character instead of the project ID.

When possible, avoid using the - wildcard character because it can cause response messages to contain
misleading error codes. For example, if you try to access the service account proejcts/-/serviceAccounts/fake@example.com,
which does not exist, the response contains an HTTP 403 Forbidden error instead of a 404 Not Found error.
Service Account IDThe resource name of the service account.

Can either be an email address or its unique ID.

This information can be retrieved using the “List Service Accounts” action.

Example Output

{
	"accounts": [
		{
			"name": "<string>",
			"projectId": "<string>",
			"uniqueId": "<string>",
			"email": "<string>",
			"displayName": "<string>",
			"etag": "<string>",
			"description": "<string>",
			"oauth2ClientId": "<string>"
		}
	],
	"nextPageToken": "<string>"
}

Workflow Library Example

Get Service Account with Gcp and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop