Share via


UserGroupRepresentation Enum

Definition

Enumerater defining how the user or group objects will be represented in calls that return group or user

public enum UserGroupRepresentation
type UserGroupRepresentation = 
Public Enum UserGroupRepresentation
Inheritance
UserGroupRepresentation

Fields

ObjectID 0

Object ID which is a immutable GUID representing the user or group.

UserPrincipalName 1

User Principal name of the user or group. This can be changed. This involves an additional lookup.

Applies to