AllowedScopes

AllowedScopes
AllowedScopes
JSON Example
{
    "allRoles": false,
    "generalScopes": [
        "string"
    ],
    "organizationScopes": {
        "allRoles": false,
        "roleNames": [
            "string"
        ],
        "roles": [
            {
                "name": "string"
            }
        ]
    },
    "servicesScopes": [
        {
            "allRoles": false,
            "roleNames": [
                "string"
            ],
            "roles": [
                {
                    "name": "string",
                    "resource": "string"
                }
            ],
            "serviceDefinitionId": "string"
        }
    ]
}
boolean
allRoles
Optional

For CSP compatibility, ignored by the Identity Service.

array of string
generalScopes
Optional

For CSP compatibility, ignored by the Identity Service.

organizationScopes
Optional

organizationScopes

servicesScopes
Optional

Service roles to be granted.