IdpGroupSearchResponse

IdpGroupSearchResponse
IdpGroupSearchResponse

Response format for VCF SSO group search (SCIM 2.0 format)

JSON Example
{
    "totalResults": 25,
    "startIndex": 1,
    "itemsPerPage": 10,
    "idpGroups": [
        {
            "id": "12345678-90ab-cdef-1234-567890abcdef",
            "displayName": "vsphere.local\\Administrators",
            "domainName": "vsphere.local"
        }
    ]
}
integer
totalResults
Required

Total number of groups matching the filter

integer
startIndex
Required

Starting index of returned results (1-based)

integer
itemsPerPage
Required

Number of results in this page

array of IdpGroup
idpGroups
Required

List of VCF SSO groups