OrganizationTrustDto
Defines the properties of the organization trust.
{
"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": "string",
"trustId": "string",
"trustedOrg": {
"displayName": "string",
"id": "string"
},
"trusteeOrg": {
"displayName": "string",
"id": "string"
},
"type": "string"
}
Defines the properties of the allowed scopes for organization trust.
Timestamp, measured in number of milliseconds 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 milliseconds since 1/1/1970 UTC).
Timestamp, measured in number of milliseconds 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.
Unique identifier (GUID) of the trust.
Unique identifier (GUID) of the trusted organization that is the beneficiary of the trust. Typically the management org.
Unique identifier (GUID) of the trusted organization that is the beneficiary of the trust. Typically the management org.
The type of the organization trust.