ActivateIamUserSyncConfigurationDetails¶
-
class
oci.bds.models.
ActivateIamUserSyncConfigurationDetails
(**kwargs)¶ Bases:
object
Details for activating IAM user sync configuration
Methods
__init__
(**kwargs)Initializes a new ActivateIamUserSyncConfigurationDetails object with values from keyword arguments. Attributes
cluster_admin_password
[Required] Gets the cluster_admin_password of this ActivateIamUserSyncConfigurationDetails. is_posix_attributes_addition_required
Gets the is_posix_attributes_addition_required of this ActivateIamUserSyncConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new ActivateIamUserSyncConfigurationDetails 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 ActivateIamUserSyncConfigurationDetails.
- is_posix_attributes_addition_required (bool) – The value to assign to the is_posix_attributes_addition_required property of this ActivateIamUserSyncConfigurationDetails.
-
cluster_admin_password
¶ [Required] Gets the cluster_admin_password of this ActivateIamUserSyncConfigurationDetails. Base-64 encoded password for the cluster admin user.
Returns: The cluster_admin_password of this ActivateIamUserSyncConfigurationDetails. Return type: str
-
is_posix_attributes_addition_required
¶ Gets the is_posix_attributes_addition_required of this ActivateIamUserSyncConfigurationDetails. whether posix attribute needs to be appended to users
Returns: The is_posix_attributes_addition_required of this ActivateIamUserSyncConfigurationDetails. Return type: bool
-