[{"label":"Latest (v1.0)","version":"latest"}]
csp

OrganizationTrustDto

Defines the properties of the organization trust.


Properties

allowedScopes Optional

Defines the properties of the allowed scopes for organization trust.


integer as int64
createdAt Optional

Timestamp, measured in number of seconds since 1/1/1970 UTC, indicating when the organization trust was created.


string
createdBy Optional

The username (email) of the user who created the organization trust.


string
description Optional

The description about the trust.


integer as int64
expiresAt Optional

The timestamp the trust expires at (measured in number of seconds since 1/1/1970 UTC).


integer as int64
lastUpdatedAt Optional

Timestamp, measured in number of seconds since 1/1/1970 UTC, indicating when the organization trust was last updated.


string
lastUpdatedBy Optional

The username (email) of the user who last updated the organization trust.


string
status Optional

The status of the organization trust.

Possible values are: ACTIVEDEACTIVATEDEXPIREDEXPIRATION_PROCESSINGEXPIRATION_PROCESSING_FAILEDORG_DEACTIVATED


string
trustId Optional

Unique identifier (GUID) of the trust.


trustedOrg Optional

Defines the lean properties of the organization in the trust.


trusteeOrg Optional

Defines the lean properties of the organization in the trust.


string
type Optional

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"
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Property Of

OrganizationMemberForTrustDto
PagedResponseOrganizationTrustDto
Returned By

Update Organization Trust

Feedback

Was this page helpful?