Skip to content

PlatformDirectoryEntry

A directory entry — a user, group, or application found by directory.search().

Properties

Property Type Description
displayName string Display name shown in the UI.
domain null | string Directory domain the principal belongs to; null for local principals.
email null | string Email address; null for groups and applications.
id string GUID of the principal.
name string The principal's identity name (username or group name).
source string Where the principal is provisioned from (e.g. local).
type PlatformDirectoryEntityType Whether the entry is a user, group, or application.