[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

PagedResponseCpnOauthAppClients

Paged response of the API call with total results count.


AllOf


This class requires all of the following:

JSON Example

{
	"current": 0,
	"next": 0,
	"results": [
		{
			"description": "string",
			"displayName": "string",
			"id": "string",
			"organizationRoles": [
				{
					"name": "string"
				}
			],
			"serviceRoles": [
				{
					"serviceDefinitionId": "string",
					"serviceRoles": [
						{
							"name": "string"
						}
					]
				}
			],
			"sourceOrg": {
				"displayName": "string",
				"orgId": "string",
				"shortId": "string"
			}
		}
	],
	"totalResults": 0
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Returned By

Get Organization Clients

Feedback

Was this page helpful?