Class CustomEncryptionKeyDetails
The OCID of the custom encryption key to be used or deleted if currently being used.
Inherited Members
Namespace: Oci.StreamingService.Models
Assembly: OCI.DotNetSDK.Streaming.dll
Syntax
public class CustomEncryptionKeyDetailsProperties
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