[{"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
expiresAt Optional

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


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"
			}
		]
	},
	"expiresAt": 0,
	"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?