[{"label":"Latest (v1.0)","version":"latest"}]
csp

AllowedScopesDto

The allowed general, organization and service scopes of access.


Properties

array of string
generalScopes Optional

General scopes (openid for example).


organizationScopes Optional

The allowed organization scopes of access.


array of ServiceScopesDto
servicesScopes Optional

Service scopes grouped by service definition.

JSON Example

{
	"generalScopes": [
		"string"
	],
	"organizationScopes": {
		"allPermissions": false,
		"allRoles": false,
		"keptInToken": [
			"ROLES"
		],
		"permissions": [
			{
				"permissionId": "string",
				"resources": [
					"string"
				]
			}
		],
		"roles": [
			{
				"name": "string",
				"resource": "string"
			}
		]
	},
	"servicesScopes": [
		{
			"allPermissions": false,
			"allRoles": false,
			"keptInToken": [
				"ROLES"
			],
			"permissions": [
				{
					"permissionId": "string",
					"resources": [
						"string"
					]
				}
			],
			"roles": [
				{
					"name": "string",
					"resource": "string"
				}
			],
			"serviceDefinitionId": "string"
		}
	]
}

Feedback

Was this page helpful?