ServicesPermissionsScopesDto
ServicesPermissionsScopesDto
Provide list of service scopes where we can get resource specific token for roles or permissions. Note: For internal purpose, do not use !
JSON Example
{
"servicesScopes": [
{
"serviceDefinitionId": "string",
"roles": [
{
"attenuate": false,
"roleName": "string",
"resources": [
"string"
]
}
],
"permissions": [
{
"attenuate": false,
"permissionId": "string",
"resources": [
"string"
]
}
]
}
]
}
array of ServicePermissionsScopesDto
servicesScopes
Optional
List of services' permissions with resources to scope the access token to