# Functions
GetAccount gets an existing Account resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
This data source provides a google `oauth2` `accessToken` for a different service account than the one initially running the script.
This data source provides a Google OpenID Connect (`oidc`) `idToken`.
Get service account public key.
GetIAMBinding gets an existing IAMBinding resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetIAMMember gets an existing IAMMember resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetIAMPolicy gets an existing IAMPolicy resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
GetKey gets an existing Key resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).
No description provided by the author
No description provided by the author
Get the service account from a project.
NewAccount registers a new resource with the given unique name, arguments, and options.
NewIAMBinding registers a new resource with the given unique name, arguments, and options.
NewIAMMember registers a new resource with the given unique name, arguments, and options.
NewIAMPolicy registers a new resource with the given unique name, arguments, and options.
NewKey registers a new resource with the given unique name, arguments, and options.
# Structs
Allows management of a [Google Cloud Platform service account](https://cloud.google.com/compute/docs/access/service-accounts)
> Creation of service accounts is eventually consistent, and that can lead to errors when you try to apply ACLs to service accounts immediately after creation.
The set of arguments for constructing a Account resource.
No description provided by the author
A collection of arguments for invoking getAccountAccessToken.
A collection of values returned by getAccountAccessToken.
A collection of arguments for invoking getAccountIdToken.
A collection of values returned by getAccountIdToken.
A collection of arguments for invoking getAccountKey.
A collection of values returned by getAccountKey.
When managing IAM roles, you can treat a service account either as a resource or as an identity.
The set of arguments for constructing a IAMBinding resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
When managing IAM roles, you can treat a service account either as a resource or as an identity.
The set of arguments for constructing a IAMMember resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
When managing IAM roles, you can treat a service account either as a resource or as an identity.
The set of arguments for constructing a IAMPolicy resource.
No description provided by the author
Creates and manages service account key-pairs, which allow the user to establish identity of a service account outside of GCP.
The set of arguments for constructing a Key resource.
No description provided by the author
A collection of arguments for invoking getAccount.
A collection of values returned by getAccount.
# Interfaces
IAMBindingConditionInput is an input type that accepts IAMBindingConditionArgs and IAMBindingConditionOutput values.
IAMBindingConditionPtrInput is an input type that accepts IAMBindingConditionArgs, IAMBindingConditionPtr and IAMBindingConditionPtrOutput values.
IAMMemberConditionInput is an input type that accepts IAMMemberConditionArgs and IAMMemberConditionOutput values.
IAMMemberConditionPtrInput is an input type that accepts IAMMemberConditionArgs, IAMMemberConditionPtr and IAMMemberConditionPtrOutput values.