Amazon Directory Service · JSON Structure

Amazon Directory Service Computer Structure

Contains information about a computer account in a directory.

Type: object Properties: 3
Active DirectoryAuthenticationDirectory ServicesIdentity Management

Amazon Directory Service Computer Structure is a JSON Structure definition published by Amazon Directory Service, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ComputerId ComputerName ComputerAttributes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-directory-service/refs/heads/main/json-structure/amazon-directory-service-computer-structure.json",
  "title": "Computer",
  "description": "Contains information about a computer account in a directory.",
  "type": "object",
  "properties": {
    "ComputerId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SID"
        },
        {
          "description": "The identifier of the computer."
        }
      ]
    },
    "ComputerName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComputerName"
        },
        {
          "description": "The computer name."
        }
      ]
    },
    "ComputerAttributes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Attributes"
        },
        {
          "description": "An array of <a>Attribute</a> objects containing the LDAP attributes that belong to the computer account."
        }
      ]
    }
  }
}