OrganizationTrustCreateRequest
OrganizationTrustCreateRequest
Defines the properties of the request for organization trust creation.
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,
"trustedOrgId": "string",
"type": "string"
}
allowedScopes
Required
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
trustedOrgId
Required
Unique identifier (GUID) of the trusted organization.
string
type
Optional
The type of the organization trust.
Possible values are : HIERARCHY, CUSTOM, PARTNER,