Amazon Directory Service · Schema
Trust
Describes a trust relationship between an Managed Microsoft AD directory and an external domain.
Active DirectoryAuthenticationDirectory ServicesIdentity Management
Properties
| Name | Type | Description |
|---|---|---|
| DirectoryId | object | |
| TrustId | object | |
| RemoteDomainName | object | |
| TrustType | object | |
| TrustDirection | object | |
| TrustState | object | |
| CreatedDateTime | object | |
| LastUpdatedDateTime | object | |
| StateLastUpdatedDateTime | object | |
| TrustStateReason | object | |
| SelectiveAuth | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-directory-service/refs/heads/main/json-schema/amazon-directory-service-trust-schema.json",
"title": "Trust",
"description": "Describes a trust relationship between an Managed Microsoft AD directory and an external domain.",
"type": "object",
"properties": {
"DirectoryId": {
"allOf": [
{
"$ref": "#/components/schemas/DirectoryId"
},
{
"description": "The Directory ID of the Amazon Web Services directory involved in the trust relationship."
}
]
},
"TrustId": {
"allOf": [
{
"$ref": "#/components/schemas/TrustId"
},
{
"description": "The unique ID of the trust relationship."
}
]
},
"RemoteDomainName": {
"allOf": [
{
"$ref": "#/components/schemas/RemoteDomainName"
},
{
"description": "The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship."
}
]
},
"TrustType": {
"allOf": [
{
"$ref": "#/components/schemas/TrustType"
},
{
"description": "The trust relationship type. <code>Forest</code> is the default."
}
]
},
"TrustDirection": {
"allOf": [
{
"$ref": "#/components/schemas/TrustDirection"
},
{
"description": "The trust relationship direction."
}
]
},
"TrustState": {
"allOf": [
{
"$ref": "#/components/schemas/TrustState"
},
{
"description": "The trust relationship state."
}
]
},
"CreatedDateTime": {
"allOf": [
{
"$ref": "#/components/schemas/CreatedDateTime"
},
{
"description": "The date and time that the trust relationship was created."
}
]
},
"LastUpdatedDateTime": {
"allOf": [
{
"$ref": "#/components/schemas/LastUpdatedDateTime"
},
{
"description": "The date and time that the trust relationship was last updated."
}
]
},
"StateLastUpdatedDateTime": {
"allOf": [
{
"$ref": "#/components/schemas/StateLastUpdatedDateTime"
},
{
"description": "The date and time that the TrustState was last updated."
}
]
},
"TrustStateReason": {
"allOf": [
{
"$ref": "#/components/schemas/TrustStateReason"
},
{
"description": "The reason for the TrustState."
}
]
},
"SelectiveAuth": {
"allOf": [
{
"$ref": "#/components/schemas/SelectiveAuth"
},
{
"description": "Current state of selective authentication for the trust."
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-directory-service-trust"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.