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

CpnOrgOauthAppClient

Defines the properties of the OAuth Application client.


Properties

string
description Optional

The description of the OAuth Application client.


string
displayName Optional

The display name of the OAuth Application client.


string
id Optional

The unique identifier of the OAuth Application client.


organizationRoles Optional

List of organization role objects.


serviceRoles Optional

List of service role objects.


sourceOrg Optional

The source organization of the OAuth Application.

JSON Example

{
	"description": "string",
	"displayName": "string",
	"id": "string",
	"organizationRoles": [
		{
			"name": "string"
		}
	],
	"serviceRoles": [
		{
			"serviceDefinitionId": "string",
			"serviceRoles": [
				{
					"name": "string"
				}
			]
		}
	],
	"sourceOrg": {
		"displayName": "string",
		"orgId": "string",
		"shortId": "string"
	}
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Property Of

InlinePagedResponseCpnOauthAppClients1
Returned By

Get OAuth Client

Feedback

Was this page helpful?