Show / Hide Table of Contents

Class LocationMetadata

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

Inheritance
object
LocationMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX