Show / Hide Table of Contents

Class VolumeKmsKey

The Vault service master encryption key associated with this volume.

Inheritance
object
VolumeKmsKey
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class VolumeKmsKey

Properties

KmsKeyId

Declaration
[JsonProperty(PropertyName = "kmsKeyId")]
public string KmsKeyId { get; set; }
Property Value
Type Description
string

The OCID of the Vault service key assigned to this volume. If the volume is not using Vault service, then the kmsKeyId will be a null string.

In this article
Back to top