A directoryComputer entity represents the metadata and contents of a given Active Directory computer. They enable administrators to return selected properties of Active Directory computer objects.
Properties
Property | Type | Description |
Guid | guid | Object guid of the AD computer object. |
NativeGuid | string | Native guid of the AD computer object. |
Path | string | Directory path of the AD computer object. |
Attributes | dictionary | Key/value pairs of the AD attributes returned of the AD computer object. |
Relationships
Relationship | Type | Description |
JSON Representation
Here is a JSON representation of the resource.
{
"Guid": "91eba3a1-a803-4a22-b57f-94af33d1eda9",
"NativeGuid": "a1a3eb9103a8224ab57f94af33d1eda9",
"Path": "LDAP://CN=COMPUTER1,OU=Workstations,DC=domain,DC=ad",
"Attributes": {
"description": "John Doe laptop",
"name": "COMPUTER1"
}
}