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

PagedResponseCpnOrgOauthApps

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": [
		{
			"accessTokenTTL": 0,
			"allowedScopes": {
				"generalScopes": [
					"string"
				],
				"organizationScopes": {
					"roles": [
						{
							"name": "string"
						}
					]
				},
				"servicesScopes": [
					{
						"allRoles": false,
						"roles": [
							{
								"name": "string"
							}
						],
						"serviceDefinitionId": "string"
					}
				]
			},
			"createdAt": 0,
			"description": "string",
			"displayName": "string",
			"grantTypes": [
				"string"
			],
			"id": "string",
			"lastUpdatedAt": 0,
			"ownerOnlySecretRotation": false,
			"secretRotationExpirationInSeconds": 0
		}
	],
	"totalResults": 0
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Returned By

Get Org ID OAuth Apps

Feedback

Was this page helpful?