[{"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: ACTIVE , DEACTIVATED , EXPIRED , EXPIRATION_PROCESSING , EXPIRATION_PROCESSING_FAILED , ORG_DEACTIVATED , PENDING
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"
}