Class CreateKeyHandleRequest (2.23.0)

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

Request message for Autokey.CreateKeyHandle.

Attributes

Name Description
parent str
Required. Name of the resource project and location to create the KeyHandle in, e.g. projects/{PROJECT_ID}/locations/{LOCATION}.
key_handle_id str
Optional. Id of the KeyHandle. Must be unique to the resource project and location. If not provided by the caller, a new UUID is used.
key_handle google.cloud.kms_v1.types.KeyHandle
Required. KeyHandle to create.