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

ServiceScopesDto

Properties

string
serviceDefinitionId Required

Service definition ID (without ’external’ prefix)


boolean
allPermissions Optional

If set to true, the client will be scoped to all available permissions.

  1. This flag allows to add all client/user’s permissions to the access token.
  2. Permissions must be null/empty if all permissions is true


boolean
allRoles Optional

If set to true, the client will be scoped to all available roles.

  1. This flag allows to add all client/user’s permissions to the access token.
  2. Role names must be null/empty if all roles is true


array of string
keptInToken Optional

Allowed scope type for the token

Possible values are: ROLESPERMISSIONS


array of PermissionScopes
permissions Optional

List of allowed permissions applicable to the scope


array of ServiceScope
roles Optional

List of allowed roles applicable to the scope

JSON Example

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

AllowedScopesDto

Feedback

Was this page helpful?