AllowedScopesDto
AllowedScopesDto
The allowed general, organization and service scopes of access.
JSON Example
{
"organizationScopes": {
"keptInToken": [
"string"
],
"permissions": [
{
"permissionId": "string",
"resources": [
"string"
]
}
],
"allPermissions": false,
"roles": [
{
"name": "string",
"resource": "string"
}
],
"allRoles": false
},
"generalScopes": [
"string"
],
"servicesScopes": [
{
"keptInToken": [
"string"
],
"serviceDefinitionId": "string",
"permissions": [
{
"permissionId": "string",
"resources": [
"string"
]
}
],
"allPermissions": false,
"roles": [
{
"name": "string",
"resource": "string"
}
],
"allRoles": false
}
]
}
array of string
generalScopes
Optional
General scopes (openid for example).