[{"label":"Latest (v1.0)","version":"latest"}]
csp
OrganizationTrustAllowedScopesDto
Defines the properties of the allowed scopes for organization trust.
Properties
boolean
allScopes
Optional
Indicator of whether or not all scopes are allowed.
organizationScopes
Optional
Defines the properties of the organization 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"
}
]
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Property Of
OrganizationTrustCreateRequest
OrganizationTrustDto
OrganizationTrustUpdateRequest