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
}
}