Amazon Directory Service · Schema
SharedDirectory
Details about the shared directory in the directory owner account for which the share request in the directory consumer account has been accepted.
Active DirectoryAuthenticationDirectory ServicesIdentity Management
Properties
| Name | Type | Description |
|---|---|---|
| OwnerAccountId | object | |
| OwnerDirectoryId | object | |
| ShareMethod | object | |
| SharedAccountId | object | |
| SharedDirectoryId | object | |
| ShareStatus | object | |
| ShareNotes | object | |
| CreatedDateTime | object | |
| LastUpdatedDateTime | 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-shared-directory-schema.json",
"title": "SharedDirectory",
"description": "Details about the shared directory in the directory owner account for which the share request in the directory consumer account has been accepted.",
"type": "object",
"properties": {
"OwnerAccountId": {
"allOf": [
{
"$ref": "#/components/schemas/CustomerId"
},
{
"description": "Identifier of the directory owner account, which contains the directory that has been shared to the consumer account."
}
]
},
"OwnerDirectoryId": {
"allOf": [
{
"$ref": "#/components/schemas/DirectoryId"
},
{
"description": "Identifier of the directory in the directory owner account. "
}
]
},
"ShareMethod": {
"allOf": [
{
"$ref": "#/components/schemas/ShareMethod"
},
{
"description": "The method used when sharing a directory to determine whether the directory should be shared within your Amazon Web Services organization (<code>ORGANIZATIONS</code>) or with any Amazon Web Services account by sending a shared directory request (<code>HANDSHAKE</code>)."
}
]
},
"SharedAccountId": {
"allOf": [
{
"$ref": "#/components/schemas/CustomerId"
},
{
"description": "Identifier of the directory consumer account that has access to the shared directory (<code>OwnerDirectoryId</code>) in the directory owner account."
}
]
},
"SharedDirectoryId": {
"allOf": [
{
"$ref": "#/components/schemas/DirectoryId"
},
{
"description": "Identifier of the shared directory in the directory consumer account. This identifier is different for each directory owner account."
}
]
},
"ShareStatus": {
"allOf": [
{
"$ref": "#/components/schemas/ShareStatus"
},
{
"description": "Current directory status of the shared Managed Microsoft AD directory."
}
]
},
"ShareNotes": {
"allOf": [
{
"$ref": "#/components/schemas/Notes"
},
{
"description": "A directory share request that is sent by the directory owner to the directory consumer. The request includes a typed message to help the directory consumer administrator determine whether to approve or reject the share invitation."
}
]
},
"CreatedDateTime": {
"allOf": [
{
"$ref": "#/components/schemas/CreatedDateTime"
},
{
"description": "The date and time that the shared directory was created."
}
]
},
"LastUpdatedDateTime": {
"allOf": [
{
"$ref": "#/components/schemas/LastUpdatedDateTime"
},
{
"description": "The date and time that the shared directory was last updated."
}
]
}
}
}
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-shared-directory"
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.