Class DisableServiceAccountKeyRequest (2.15.0)

DisableServiceAccountKeyRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The service account key disable request.

Attribute

NameDescription
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.