ServicePermissionsScopesDto
ServicePermissionsScopesDto
List of services' permissions with resources to scope the access token to
JSON Example
{
"serviceDefinitionId": "string",
"roles": [
{
"attenuate": false,
"roleName": "string",
"resources": [
"string"
]
}
],
"permissions": [
{
"attenuate": false,
"permissionId": "string",
"resources": [
"string"
]
}
]
}
string
serviceDefinitionId
Required
Service definition ID (without 'external' prefix)