CustomEncryptionKeyDetails¶
-
class
oci.streaming.models.
CustomEncryptionKeyDetails
(**kwargs)¶ Bases:
object
The OCID of the custom encryption key to be used or deleted if currently being used.
Methods
__init__
(**kwargs)Initializes a new CustomEncryptionKeyDetails object with values from keyword arguments. Attributes
kms_key_id
[Required] Gets the kms_key_id of this CustomEncryptionKeyDetails. -
__init__
(**kwargs)¶ Initializes a new CustomEncryptionKeyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: kms_key_id (str) – The value to assign to the kms_key_id property of this CustomEncryptionKeyDetails.
-
kms_key_id
¶ [Required] Gets the kms_key_id of this CustomEncryptionKeyDetails. Custom Encryption Key (Master Key) ocid.
Returns: The kms_key_id of this CustomEncryptionKeyDetails. Return type: str
-