GetDefaultServiceAccount
Get the email address of a project’s unique BigQuery service account.
Each Google Cloud project has a unique service account used by BigQuery. When using
BigQuery with customer-managed encryption keys,
this account needs to be granted the
cloudkms.cryptoKeyEncrypterDecrypter IAM role on the customer-managed Cloud KMS key used to protect the data.
For more information see the API reference.
Using GetDefaultServiceAccount
function getDefaultServiceAccount(args: GetDefaultServiceAccountArgs, opts?: InvokeOptions): Promise<GetDefaultServiceAccountResult>function get_default_service_account(project=None, opts=None)func GetDefaultServiceAccount(ctx *Context, args *GetDefaultServiceAccountArgs, opts ...InvokeOption) (*GetDefaultServiceAccountResult, error)public static class GetDefaultServiceAccount {
public static Task<GetDefaultServiceAccountResult> InvokeAsync(GetDefaultServiceAccountArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetDefaultServiceAccount Result
The following output properties are available:
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.