ServicePermissionsScopesDto

ServicePermissionsScopesDto
ServicePermissionsScopesDto

List of services' permissions with resources to scope the access token to

JSON Example
{
    "permissions": [
        {
            "attenuate": false,
            "permissionId": "string",
            "resources": [
                "string"
            ]
        }
    ],
    "roles": [
        {
            "attenuate": false,
            "resources": [
                "string"
            ],
            "roleName": "string"
        }
    ],
    "serviceDefinitionId": "string"
}
permissions
Optional

List of permissions

roles
Optional

List of roles

string
serviceDefinitionId
Required

Service definition ID (without 'external' prefix)