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].
Implements
IMessage < KeyRing >, IEquatable < KeyRing >, IDeepCloneable < KeyRing >, IBufferMessage , IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
KeyRing()
public KeyRing()
KeyRing(KeyRing)
public KeyRing(KeyRing other)
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time at which this [KeyRing][google.cloud.kms.v1.KeyRing] was created.
KeyRingName
public KeyRingName KeyRingName { get; set; }
KeyRingName -typed view over the Name resource name property.
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/*
.

