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

OrganizationTrustUpdateRequest

Defines the properties of the request for organization trust update.


Properties

allowedScopes Optional

Defines the properties of the allowed scopes for 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).


string
status Optional

The status of the organization trust.

Possible values are: ACTIVEDEACTIVATEDEXPIREDEXPIRATION_PROCESSINGEXPIRATION_PROCESSING_FAILEDORG_DEACTIVATEDPENDING

JSON Example

{
	"allowedScopes": {
		"allScopes": false,
		"organizationScopes": {
			"allRoles": false,
			"roles": [
				{
					"name": "string",
					"resources": [
						"string"
					]
				}
			]
		},
		"servicesScopes": [
			{
				"allRoles": false,
				"roles": [
					{
						"name": "string",
						"resources": [
							"string"
						]
					}
				],
				"serviceDefinitionId": "string"
			}
		]
	},
	"description": "string",
	"expiresAt": 0,
	"status": "ACTIVE"
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Parameter To

Update Organization Trust

Feedback

Was this page helpful?