User Class
Represents a user known to the MDS system, to whom security permissions may be assigned.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::SecurityPrincipalBase
Microsoft.MasterDataServices.Services.DataContracts::User
| Name | Description | |
|---|---|---|
![]() | User() | Default constructor for the User. |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Gets or sets the AuditInfo. (Inherited from SecurityPrincipalBase.) |
![]() | Description | Gets or sets the description for the security principal. (Inherited from SecurityPrincipalBase.) |
![]() | DisplayName | Gets or sets the user's display name. |
![]() | EmailAddress | Gets or sets the email address. |
![]() | EmailFormat | Gets or sets the EmailFormat. |
![]() | GroupPrivileges | Gets the list of group permission Identifiers. |
![]() | Identifier | Gets or sets the user Identifier. (Inherited from SecurityPrincipalBase.) |
![]() | LastLogOn | Gets or sets the date and time of last log on. |
![]() | LoggedIn | Gets or sets a value that indicates whether the user is logged in. |
![]() | SecurityPrivilege | Gets or sets the list of SecurityPrivileges assigned to the principal. (Inherited from SecurityPrincipalBase.) |
![]() | SID | Gets or sets the security token identifier for the security principal. (Inherited from SecurityPrincipalBase.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether the specified object is equal to this instance. (Inherited from SecurityPrincipalBase.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from SecurityPrincipalBase.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The User complex type specifies an Active Directory user who has specific privileges assigned. These privileges were either inherited from an Active Directory group or directly assigned.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

