OrganizationScopesDto
OrganizationScopesDto
JSON Example
{
"allRoles": false,
"roles": [
{
"name": "string",
"resource": "string"
}
]
}
boolean
allRoles
Optional
If set to true, the client will be scoped to all available roles.
- This flag allows to add all client/user's permissions to the access token.
- Role names must be null/empty if all roles is true