AllowedScopes

AllowedScopes
AllowedScopes

Roles and service roles to be granted to this client.

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

For CSP compatibility, ignored by the Identity Service.

servicesScopes
Optional

Service roles to be granted.

organizationScopes
Optional

organizationScopes

array of string
generalScopes
Optional

For CSP compatibility, ignored by the Identity Service.