AADObjectType type

Defines values for AADObjectType. Possible values include: 'User', 'Group', 'ServicePrincipal'

type AADObjectType = "User" | "Group" | "ServicePrincipal"