LdapSyncProfile

LdapSyncProfile
LdapSyncProfile

Ldap Sync profile

JSON Example
{
    "includeNestedGroupsAndMembers": false,
    "ldapGroups": [
        {
            "baseDn": "string",
            "compliant": false,
            "dn": "string",
            "name": "string",
            "objectGuid": "string",
            "selectAll": false,
            "validationResult": {
                "duplicateId": false,
                "invalidAttributes": [
                    "string"
                ]
            }
        }
    ],
    "ldapUsers": [
        {
            "baseDn": "string",
            "dn": "string",
            "mail": "string",
            "name": "string",
            "userId": "string"
        }
    ],
    "syncSchedule": {
        "dayOfTheWeek": "string",
        "frequency": "string",
        "hours": 0,
        "minutes": 0,
        "seconds": 0
    },
    "userAttributeMappings": [
        {
            "attributeName": "string",
            "directoryAttributeName": "string",
            "required": false
        }
    ]
}
boolean
includeNestedGroupsAndMembers
Optional

Whether the nested Group Search is enabled

array of LdapGroup
ldapGroups
Optional

Provisioned groups

array of LdapUser
ldapUsers
Optional

Provisioned users

syncSchedule
Optional

Sync schedule

userAttributeMappings
Required

List of user attribute mappings