Google Cloud Key Management Service v1 API - Class KeyRing (3.1.0)

public sealed class KeyRing : IMessage<KeyRing>, IEquatable<KeyRing>, IDeepCloneable<KeyRing>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class KeyRing.

A [KeyRing][google.cloud.kms.v1.KeyRing] is a toplevel logical grouping of [CryptoKeys][google.cloud.kms.v1.CryptoKey].

Inheritance

Object > KeyRing

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

KeyRing()

public KeyRing()

KeyRing(KeyRing)

public KeyRing(KeyRing other)
Parameter
NameDescription
otherKeyRing

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which this [KeyRing][google.cloud.kms.v1.KeyRing] was created.

Property Value
TypeDescription
Timestamp

KeyRingName

public KeyRingName KeyRingName { get; set; }

KeyRingName-typed view over the Name resource name property.

Property Value
TypeDescription
KeyRingName

Name

public string Name { get; set; }

Output only. The resource name for the [KeyRing][google.cloud.kms.v1.KeyRing] in the format projects/*/locations/*/keyRings/*.

Property Value
TypeDescription
String