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