OrganizationTrustUpdateRequest
OrganizationTrustUpdateRequest
Defines the properties of the request for organization trust update.
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": "string"
}
allowedScopes
Optional
Defines the properties of the allowed scopes for organization trust.
string
description
Optional
The description about the trust.
integer As int64 As int64
expiresAt
Optional
The timestamp the trust expires at (measured in number of milliseconds since 1/1/1970 UTC).
string
status
Optional
The status of the organization trust. Update of the status is currently restricted.
Possible values are : ACTIVE, DEACTIVATED, EXPIRED, EXPIRATION_PROCESSING, EXPIRATION_PROCESSING_FAILED, ORG_DEACTIVATED, PENDING,