Show / Hide Table of Contents

Class CustomEncryptionKeyDetails

The OCID of the custom encryption key to be used or deleted if currently being used.

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

Properties

KmsKeyId

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

Custom Encryption Key (Master Key) ocid.

Remarks

Required

In this article
Back to top