GetServiceAccountKeyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The service account key get by id request.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. The resource name of the service account key in the following format: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key} .
Using - as a wildcard for the PROJECT_ID will infer
the project from the account. The ACCOUNT value can be
the email address or the unique_id of the service
account.
|
public_key_type |
google.cloud.iam_admin_v1.types.ServiceAccountPublicKeyType
Optional. The output format of the public key. The default is TYPE_NONE , which means that the public key is not
returned.
|