Class CreateKeyRingRequest (2.12.1)

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

Request message for KeyManagementService.CreateKeyRing.

Attributes

NameDescription
parent str
Required. The resource name of the location associated with the KeyRings, in the format ``projects/*/locations/*``.
key_ring_id str
Required. It must be unique within a location and match the regular expression ``[a-zA-Z0-9_-]{1,63}``
key_ring google.cloud.kms_v1.types.KeyRing
Required. A KeyRing with initial field values.

Inheritance

builtins.object > proto.message.Message > CreateKeyRingRequest