RemoveResourcePrincipalConfigurationDetails

class oci.bds.models.RemoveResourcePrincipalConfigurationDetails(**kwargs)

Bases: object

Details of removing a resource principal configuration for the cluster.

Methods

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

Attributes

cluster_admin_password Gets the cluster_admin_password of this RemoveResourcePrincipalConfigurationDetails.
secret_id Gets the secret_id of this RemoveResourcePrincipalConfigurationDetails.
__init__(**kwargs)

Initializes a new RemoveResourcePrincipalConfigurationDetails 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 RemoveResourcePrincipalConfigurationDetails.
  • secret_id (str) – The value to assign to the secret_id property of this RemoveResourcePrincipalConfigurationDetails.
cluster_admin_password

Gets the cluster_admin_password of this RemoveResourcePrincipalConfigurationDetails. Base-64 encoded Cluster Admin Password for cluster admin user.

Returns:The cluster_admin_password of this RemoveResourcePrincipalConfigurationDetails.
Return type:str
secret_id

Gets the secret_id of this RemoveResourcePrincipalConfigurationDetails. The secretId for the clusterAdminPassword.

Returns:The secret_id of this RemoveResourcePrincipalConfigurationDetails.
Return type:str