ArrayOfUserFederation

ArrayOfUserFederation
ArrayOfUserFederation

An array of user user-federation object.

This class is array of UserFederation
JSON Example
[
    {
        "id": "c3046544-3dd4-4cc4-b3bf-0383088dd99f",
        "name": "my-ldap-config",
        "enabled": true,
        "priority": 1,
        "import_enabled": true,
        "edit_mode": "READ_ONLY",
        "sync_registration": false,
        "vendor": "AD",
        "username_ldap_attribute": "cn",
        "rdn_ldap_attribute": "uid",
        "uuid_ldap_attribute": "uid",
        "user_object_classes": "inetOrgPerson, organizationalPerson",
        "connection_url": "http://<ip:port>",
        "users_dn": "ou=users,dc=tco,dc=com",
        "bind_type": "simple",
        "bind_dn": "ou=users",
        "bind_credential": "string",
        "advanced": {
            "start_tls": true
        },
        "mapper": [
            {
                "id": "c36fcf2c-ce24-4bae-beda-8161d4eb2883",
                "ldap_attribute": "cn",
                "name": "my-mapper"
            }
        ]
    }
]