ForceRefreshResourcePrincipalDetails¶
-
class
oci.bds.models.ForceRefreshResourcePrincipalDetails(**kwargs)¶ Bases:
objectForce Refresh Resource Principal Session Token Details.
Methods
__init__(**kwargs)Initializes a new ForceRefreshResourcePrincipalDetails object with values from keyword arguments. Attributes
cluster_admin_passwordGets the cluster_admin_password of this ForceRefreshResourcePrincipalDetails. secret_idGets the secret_id of this ForceRefreshResourcePrincipalDetails. -
__init__(**kwargs)¶ Initializes a new ForceRefreshResourcePrincipalDetails 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 ForceRefreshResourcePrincipalDetails.
- secret_id (str) – The value to assign to the secret_id property of this ForceRefreshResourcePrincipalDetails.
-
cluster_admin_password¶ Gets the cluster_admin_password of this ForceRefreshResourcePrincipalDetails. Base-64 encoded Cluster Admin Password for cluster admin user.
Returns: The cluster_admin_password of this ForceRefreshResourcePrincipalDetails. Return type: str
-
secret_id¶ Gets the secret_id of this ForceRefreshResourcePrincipalDetails. The secretId for the clusterAdminPassword.
Returns: The secret_id of this ForceRefreshResourcePrincipalDetails. Return type: str
-