NSX-T Data Center REST API
LdapIdentitySourceSearchResultList (type)
{ "description": "A list of LDAP entries returned from a search of an LDAP identity source.", "extends": { "$ref": "Resource }, "id": "LdapIdentitySourceSearchResultList", "module_id": "LdapIdentitySources", "properties": { "_links": { "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", "items": { "$ref": "ResourceLink }, "readonly": true, "title": "References related to this resource", "type": "array" }, "_schema": { "readonly": true, "title": "Schema for this resource", "type": "string" }, "_self": { "$ref": "SelfResourceLink, "readonly": true, "title": "Link to this resource" }, "results": { "items": { "$ref": "LdapIdentitySourceSearchResultItem }, "type": "array" } }, "title": "A list of LDAP search results", "type": "object" }