[{"label":"Latest (v1.0)","version":"latest"}]
csp
OrganizationTrustCreateRequest
Defines the properties of the request for organization trust creation.
Properties
allowedScopes
Required
Defines the properties of the allowed scopes for organization trust.
string
trustedOrgId
Required
Unique identifier (GUID) of the trusted organization.
integer as int64
expiresAt
Optional
The timestamp the trust expires at (measured in number of seconds since 1/1/1970 UTC).
string
type
Optional
The type of the organization trust.
Possible values are: HIERARCHY
JSON Example
{
"allowedScopes": {},
"trustedOrgId": "string"
}