IamUserSyncConfigurationDetails

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

Bases: object

Details for activating/updating an IAM user sync configuration

Methods

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

Attributes

is_posix_attributes_addition_required Gets the is_posix_attributes_addition_required of this IamUserSyncConfigurationDetails.
__init__(**kwargs)

Initializes a new IamUserSyncConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:is_posix_attributes_addition_required (bool) – The value to assign to the is_posix_attributes_addition_required property of this IamUserSyncConfigurationDetails.
is_posix_attributes_addition_required

Gets the is_posix_attributes_addition_required of this IamUserSyncConfigurationDetails. whether posix attribute needs to be appended to users, required for updating IAM user sync configuration

Returns:The is_posix_attributes_addition_required of this IamUserSyncConfigurationDetails.
Return type:bool