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

AllowedScopesDto

The allowed general, organization and service scopes of access.


Properties

array of string
generalScopes Optional

The General scopes (openid for example).


organizationScopes Optional

The allowed organization scopes of access.


array of ServiceScopesDto
servicesScopes Optional

The service scopes grouped by service definition.

JSON Example

{
	"generalScopes": [
		"string"
	],
	"organizationScopes": {
		"roles": [
			{
				"name": "string"
			}
		]
	},
	"servicesScopes": [
		{
			"allRoles": false,
			"roles": [
				{
					"name": "string"
				}
			],
			"serviceDefinitionId": "string"
		}
	]
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Property Of

CpnOrgOauthAppResponse
CpnOrgOauthAppUpdateRequest
OrgOauthAppRequest

Feedback

Was this page helpful?