Update Organization Trust
DescriptionUpdate organization trust.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Owner | ✔️ | ✔️ |
Request
URLURL
Path Parameters
Path Parameters
Unique identifier (GUID) of the organization.
Unique identifier ot the trust
Request Body
{
"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"
}
Defines the properties of the allowed scopes for organization trust.
The timestamp the trust expires at (measured in number of seconds since 1/1/1970 UTC).
The status of the organization trust.
Possible values are: ACTIVE , DEACTIVATED , EXPIRED , EXPIRATION_PROCESSING , EXPIRATION_PROCESSING_FAILED
Authentication
Response
Response BodyResponse Body
{
"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"
}
Defines the properties of the allowed scopes for organization trust.
The timestamp the trust expires at (measured in number of seconds since 1/1/1970 UTC).
The status of the organization trust.
Possible values are: ACTIVE , DEACTIVATED , EXPIRED , EXPIRATION_PROCESSING , EXPIRATION_PROCESSING_FAILED
Unique identifier (GUID) of the trust.
Defines the lean properties of the organization in the trust.
Defines the lean properties of the organization in the trust.
The type of the organization trust.
Possible values are: HIERARCHY
Errors
Code Samples
Code Samples
cURL Command
Vendor Extensions
x-required-roles: org_owner
x-slo-tier: TIER2