OrganizationTrustAllowedScopesDto

OrganizationTrustAllowedScopesDto
OrganizationTrustAllowedScopesDto

Defines the properties of the allowed scopes for organization trust.

JSON Example
{
    "organizationScopes": {
        "roles": [
            {
                "name": "string",
                "resources": [
                    "string"
                ]
            }
        ],
        "allRoles": false
    },
    "servicesScopes": [
        {
            "serviceDefinitionId": "string",
            "roles": [
                {
                    "name": "string",
                    "resources": [
                        "string"
                    ]
                }
            ],
            "allRoles": false
        }
    ],
    "allScopes": false
}
organizationScopes
Optional

Defines the properties of the organization scopes for organization trust.

servicesScopes
Optional

List of trusted services scopes.

boolean
allScopes
Optional

Indicator of whether or not all scopes are allowed.