OrganizationTrustDto
Defines the properties of the organization trust.
Properties
Defines the properties of the allowed scopes for organization trust.
Timestamp, measured in number of seconds since 1/1/1970 UTC, indicating when the organization trust was created.
The username (email) of the user who created the organization trust.
The description about the trust.
The timestamp the trust expires at (measured in number of seconds since 1/1/1970 UTC).
Timestamp, measured in number of seconds since 1/1/1970 UTC, indicating when the organization trust was last updated.
The username (email) of the user who last updated the organization trust.
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"
}
]
},
"createdAt": 0,
"createdBy": "string",
"description": "string",
"expiresAt": 0,
"lastUpdatedAt": 0,
"lastUpdatedBy": "string",
"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