Class CustomEncryptionKey
Custom Encryption Key which will be used for encryption by all the streams in the pool.
Inherited Members
Namespace: Oci.StreamingService.Models
Assembly: OCI.DotNetSDK.Streaming.dll
Syntax
public class CustomEncryptionKeyProperties
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. |