Module external_account

Source
Expand description

This module provides a token source (GetToken) that obtains tokens using workload identity federation for use by software (i.e., non-human actors) to get access to Google services.

Resources:

Structs§

ExternalAccountFlow
An ExternalAccountFlow can fetch OAuth tokens using an external account secret.
ExternalAccountSecret
JSON schema of external account secret.

Enums§

CredentialSource
JSON schema of credential source.
CredentialSourceError
Errors that can happen when parsing a Credential source
UrlCredentialSourceFormat
JSON schema of URL-sourced credentials’ format. This indicates the format of the URL response. This can be either “text” or “json”. The default should be “text”.