Class CreateCryptoKeyRequest (2.5.0)

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

Request message for KeyManagementService.CreateCryptoKey.

Attributes

NameDescription
parent str
Required. The name of the KeyRing associated with the CryptoKeys.
crypto_key_id str
Required. It must be unique within a KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}
crypto_key google.cloud.kms_v1.types.CryptoKey
Required. A CryptoKey with initial field values.
skip_initial_version_creation bool
If set to true, the request will create a CryptoKey without any CryptoKeyVersions. You must manually call CreateCryptoKeyVersion or ImportCryptoKeyVersion before you can use this CryptoKey.