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].
Namespace
GoogleGoogle.CloudGoogle.Cloud.KmsV1Assembly
Google.Cloud.Kms.V1.dll
Constructors
KeyRing()
public KeyRing()
KeyRing(KeyRing)
public KeyRing(KeyRing other)
Parameter | |
---|---|
Name | Description |
other | KeyRing |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time at which this [KeyRing][google.cloud.kms.v1.KeyRing] was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
KeyRingName
public KeyRingName KeyRingName { get; set; }
KeyRingName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |