SetKmsKeyDetails

class oci.analytics.models.SetKmsKeyDetails(**kwargs)

Bases: object

Input payload to reset the OCI Vault encryption key.

Methods

__init__(**kwargs) Initializes a new SetKmsKeyDetails object with values from keyword arguments.

Attributes

kms_key_id [Required] Gets the kms_key_id of this SetKmsKeyDetails.
__init__(**kwargs)

Initializes a new SetKmsKeyDetails 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 SetKmsKeyDetails.
kms_key_id

[Required] Gets the kms_key_id of this SetKmsKeyDetails. OCID of the OCI Vault Key encrypting the customer data stored in this Analytics instance. An empty value indicates Oracle managed default encryption (null is not supported in this API).

Returns:The kms_key_id of this SetKmsKeyDetails.
Return type:str