OrganizationTrustDto
Defines the properties of the organization trust.
Properties
Defines the properties of the allowed scopes for organization trust.
The timestamp the trust expires at (measured in number of seconds since 1/1/1970 UTC).
The status of the organization trust.
Possible values are: ACTIVE , DEACTIVATED , EXPIRED , EXPIRATION_PROCESSING , EXPIRATION_PROCESSING_FAILED , ORG_DEACTIVATED
Unique identifier (GUID) of the trust.
Defines the lean properties of the organization in the trust.
Defines the lean properties of the organization in the trust.
The type of the organization trust.
Possible values are: HIERARCHY
JSON Example
{
"allowedScopes": {
"allScopes": false,
"organizationScopes": {
"allRoles": false,
"roles": [
{
"name": "string",
"resources": [
"string"
]
}
]
},
"servicesScopes": [
{
"allRoles": false,
"roles": [
{
"name": "string",
"resources": [
"string"
]
}
],
"serviceDefinitionId": "string"
}
]
},
"expiresAt": 0,
"status": "ACTIVE",
"trustId": "string",
"trustedOrg": {
"displayName": "string",
"id": "string",
"name": "string"
},
"trusteeOrg": {
"displayName": "string",
"id": "string",
"name": "string"
},
"type": "HIERARCHY"
}
Property Of
OrganizationMemberForTrustDto
PagedResponseOrganizationTrustDto
Returned By
Update Organization Trust