Show / Hide Table of Contents

Class CustomEncryptionKey

Custom Encryption Key which will be used for encryption by all the streams in the pool.

Inheritance
object
CustomEncryptionKey
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 CustomEncryptionKey

Properties

KeyState

Declaration
[JsonProperty(PropertyName = "keyState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CustomEncryptionKey.KeyStateEnum? KeyState { get; set; }
Property Value
Type Description
CustomEncryptionKey.KeyStateEnum?

Life cycle State of the custom key

KmsKeyId

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

Custom Encryption Key (Master Key) ocid.

In this article
Back to top