UserGroupRepresentation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET