Class CreateExternalAccountKeyRequest (0.1.0)

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

Creates a new ExternalAccountKey in a given project.

Attributes

NameDescription
parent str
Required. The parent resource where this external_account_key will be created. Format: projects/[project_id]/locations/[location]. At present only the "global" location is supported.
external_account_key google.cloud.security.publicca_v1beta1.types.ExternalAccountKey
Required. The external account key to create. This field only exists to future-proof the API. At present, all fields in ExternalAccountKey are output only and all values are ignored. For the purpose of the CreateExternalAccountKeyRequest, set it to a default/empty value.

Inheritance

builtins.object > proto.message.Message > CreateExternalAccountKeyRequest