REST API

Directory Entry

Updated: March 6, 2024

Representation of a Directory Entry.

Resource Representation

{
  "entity-type": "directoryEntry",
  "directoryName": string,
  "id": string,
  "properties": object,
  "contextParameters": object
}
Property Name Value Description Notes
entity-type string The entity type name. Value: the fixed string "directoryEntry".
directoryName string The directory name.
id string The directory entry id.
properties object A collection of key-value pairs of directory entry properties.
contextParameters object A collection of key-value pairs filled by enabled enrichers. Optional