User Class
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.
Represents a user object used as a contract for partner user and customer user operations.
public class User : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.StandardResourceLinks>
type User = class
inherit ResourceBaseWithLinks<StandardResourceLinks>
Public Class User
Inherits ResourceBaseWithLinks(Of StandardResourceLinks)
- Inheritance
- Derived
Constructors
User() |
Properties
Attributes |
Gets the attributes. (Inherited from ResourceBase) |
DisplayName |
Gets or sets the display name. |
FirstName |
Gets or sets the first name. |
Id |
Gets or sets the user object identifier. |
LastDirectorySyncTime |
Gets or sets the last directory sync time for the user. |
LastName |
Gets or sets the last name. |
Links |
Gets or sets the resource links. (Inherited from ResourceBaseWithLinks<TLinks>) |
PasswordProfile |
Gets or sets the password profile. |
SoftDeletionTime |
Gets or sets the deleted time for the inactive user. |
State |
Gets or sets the state of the user, for the deleted user this is "Inactive" and for the normal user it is "Active". |
UserDomainType |
Gets or sets user domain type. |
UserPrincipalName |
Gets or sets the name of the user principal. |