OrganizationTrustDto
Defines the properties of the organization trust.
{
"status": "string",
"expiresAt": 0,
"trustId": "string",
"trusteeOrg": {
"id": "string",
"displayName": "string"
},
"createdBy": "string",
"trustedOrg": {
"id": "string",
"displayName": "string"
},
"createdAt": 0,
"lastUpdatedAt": 0,
"description": "string",
"allowedScopes": {
"organizationScopes": {
"roles": [
{
"name": "string",
"resources": [
"string"
]
}
],
"allRoles": false
},
"servicesScopes": [
{
"serviceDefinitionId": "string",
"roles": [
{
"name": "string",
"resources": [
"string"
]
}
],
"allRoles": false
}
],
"allScopes": false
},
"type": "string",
"lastUpdatedBy": "string"
}
The status of the organization trust.
The timestamp the trust expires at (measured in number of milliseconds since 1/1/1970 UTC).
Unique identifier (GUID) of the trust.
Unique identifier (GUID) of the trusted organization that is the beneficiary of the trust. Typically the management org.
The username (email) of the user who created the organization trust.
Unique identifier (GUID) of the trusted organization that is the beneficiary of the trust. Typically the management org.
Timestamp, measured in number of milliseconds since 1/1/1970 UTC, indicating when the organization trust was created.
Timestamp, measured in number of milliseconds since 1/1/1970 UTC, indicating when the organization trust was last updated.
The description about the trust.
Defines the properties of the allowed scopes for organization trust.
The type of the organization trust.
The username (email) of the user who last updated the organization trust.