OrganizationTrustOrganizationScopesDto

OrganizationTrustOrganizationScopesDto
OrganizationTrustOrganizationScopesDto

Defines the properties of the organization scopes for organization trust.

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

List of roles related to scope.

boolean
allRoles
Optional

Indicator of whether or not all roles are included in scope.