SetKmsKeyDetails¶
-
class
oci.analytics.models.SetKmsKeyDetails(**kwargs)¶ Bases:
objectInput 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 the default Oracle-managed encryption (this API doesn’t support null).
Returns: The kms_key_id of this SetKmsKeyDetails. Return type: str
-