LdapIdentitySearchResults

LdapIdentitySearchResults
Ldap Identity Search Results

A page of results from GET /iam/ldap-identity-sources/search.

AllOf
This class requires all of the following:
JSON Example
{
    "offset": 0,
    "number_of_results": 0,
    "total_result_count": 0,
    "total_pages": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "common_name": "string",
            "distinguished_name": "string",
            "principal_name": "string",
            "user_type": "string"
        }
    ]
}