ApiClients

ApiClients
ApiClients

List of API clients and associated pagination information

JSON Example
{
    "apiClients": [
        {
            "clientDescription": "string",
            "clientId": "string",
            "clientName": "string",
            "clientUuid": "string",
            "roles": [
                {
                    "expiresAt": 0,
                    "roleDisplayName": "string",
                    "roleName": "string",
                    "roleScope": {
                        "resources": [
                            {
                                "id": "string",
                                "name": "string"
                            }
                        ],
                        "scopeType": "string",
                        "ssoName": "string"
                    }
                }
            ]
        }
    ],
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "pageInfo": {
        "page": 0,
        "pageSize": 0,
        "sortBy": "string",
        "sortOrder": "string",
        "totalCount": 0
    }
}
array of ApiClient
apiClients
Required

List of API clients in this page

array of link
links
Optional

Collection of links

pageInfo
Optional

Represents page information for a paged result