Class LocationMetadata
Cloud KMS metadata for the given google.cloud.location.Location.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class LocationMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EkmAvailable
Indicates whether CryptoKeys with protection_level EXTERNAL can be created in this location.
Declaration
[JsonProperty("ekmAvailable")]
public virtual bool? EkmAvailable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
HsmAvailable
Indicates whether CryptoKeys with protection_level HSM can be created in this location.
Declaration
[JsonProperty("hsmAvailable")]
public virtual bool? HsmAvailable { get; set; }
Property Value
Type | Description |
---|---|
bool? |