UpdateIdentityConfigurationDetails¶
-
class
oci.bds.models.
UpdateIdentityConfigurationDetails
(**kwargs)¶ Bases:
object
Details for updating identity config on the cluster
Methods
__init__
(**kwargs)Initializes a new UpdateIdentityConfigurationDetails object with values from keyword arguments. Attributes
cluster_admin_password
[Required] Gets the cluster_admin_password of this UpdateIdentityConfigurationDetails. iam_user_sync_configuration_details
Gets the iam_user_sync_configuration_details of this UpdateIdentityConfigurationDetails. upst_configuration_details
Gets the upst_configuration_details of this UpdateIdentityConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateIdentityConfigurationDetails 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 UpdateIdentityConfigurationDetails.
- upst_configuration_details (oci.bds.models.UpstConfigurationDetails) – The value to assign to the upst_configuration_details property of this UpdateIdentityConfigurationDetails.
- iam_user_sync_configuration_details (oci.bds.models.IamUserSyncConfigurationDetails) – The value to assign to the iam_user_sync_configuration_details property of this UpdateIdentityConfigurationDetails.
-
cluster_admin_password
¶ [Required] Gets the cluster_admin_password of this UpdateIdentityConfigurationDetails. Base-64 encoded password for the cluster admin user.
Returns: The cluster_admin_password of this UpdateIdentityConfigurationDetails. Return type: str
-
iam_user_sync_configuration_details
¶ Gets the iam_user_sync_configuration_details of this UpdateIdentityConfigurationDetails.
Returns: The iam_user_sync_configuration_details of this UpdateIdentityConfigurationDetails. Return type: oci.bds.models.IamUserSyncConfigurationDetails
-
upst_configuration_details
¶ Gets the upst_configuration_details of this UpdateIdentityConfigurationDetails.
Returns: The upst_configuration_details of this UpdateIdentityConfigurationDetails. Return type: oci.bds.models.UpstConfigurationDetails
-