Class LocationMetadata (2.12.2)

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

Cloud KMS metadata for the given google.cloud.location.Location.

Attributes

NameDescription
hsm_available bool
Indicates whether CryptoKeys with protection_level HSM can be created in this location.
ekm_available bool
Indicates whether CryptoKeys with protection_level EXTERNAL can be created in this location.

Inheritance

builtins.object > proto.message.Message > LocationMetadata