AllowedScopesDto

AllowedScopesDto
AllowedScopesDto
JSON Example
{
    "generalScopes": [
        "string"
    ],
    "servicesScopes": [
        "string"
    ],
    "organizationScopes": {
        "allRoles": false,
        "roles": [
            {
                "name": "string",
                "resource": "string"
            }
        ]
    }
}
array of string
generalScopes
Optional

General scopes (openid for example)

array of string
servicesScopes
Optional

Service scopes grouped by service definition.

organizationScopes
Optional

organizationScopes