UpstConfigurationDetails¶
-
class
oci.bds.models.
UpstConfigurationDetails
(**kwargs)¶ Bases:
object
Details for activating/updating UPST config on the cluster
Methods
__init__
(**kwargs)Initializes a new UpstConfigurationDetails object with values from keyword arguments. Attributes
master_encryption_key_id
Gets the master_encryption_key_id of this UpstConfigurationDetails. vault_id
Gets the vault_id of this UpstConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new UpstConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - vault_id (str) – The value to assign to the vault_id property of this UpstConfigurationDetails.
- master_encryption_key_id (str) – The value to assign to the master_encryption_key_id property of this UpstConfigurationDetails.
-
master_encryption_key_id
¶ Gets the master_encryption_key_id of this UpstConfigurationDetails. OCID of the master encryption key in vault for encrypting token exchange service principal keytab, required for activating UPST config
Returns: The master_encryption_key_id of this UpstConfigurationDetails. Return type: str
-
vault_id
¶ Gets the vault_id of this UpstConfigurationDetails. OCID of the vault to store token exchange service principal keyta, required for activating UPST config
Returns: The vault_id of this UpstConfigurationDetails. Return type: str
-