OrganizationTrustAllowedScopesDto
OrganizationTrustAllowedScopesDto
Defines the properties of the allowed scopes for organization trust.
JSON Example
{
"allScopes": false,
"organizationScopes": {
"allRoles": false,
"roles": [
{
"name": "string",
"resources": [
"string"
]
}
]
},
"servicesScopes": [
{
"allRoles": false,
"roles": [
{
"name": "string",
"resources": [
"string"
]
}
],
"serviceDefinitionId": "string"
}
]
}
boolean
allScopes
Optional
Indicator of whether or not all scopes are allowed.
organizationScopes
Optional
Defines the properties of the organization scopes for organization trust.