API Reference
Class
GppUserEntry
Represents a GPP Local User configuration item.
Inheritance
- GppBaseEntry
- GppUserEntry
Constructors
public GppUserEntry() #Inherited Methods
Properties
public String FullName { get; set; } #Full display name.
public Nullable<Boolean> DisabledUser { get; set; } #Whether the account should be disabled.
public Nullable<Boolean> PasswordNeverExpires { get; set; } #Whether the password never expires flag is set.
public Nullable<Boolean> MustChangePassword { get; set; } #Require password change at next logon.
public Nullable<Boolean> CannotChangePassword { get; set; } #Prevent the user from changing their password.
Inherited Properties
public String Scope { get; set; } #Inherited from GppBaseEntry
public String SourceXml { get; set; } #Inherited from GppBaseEntry
public String Action { get; set; } #Inherited from GppBaseEntry
public Nullable<Boolean> Enabled { get; set; } #Inherited from GppBaseEntry
public Nullable<Boolean> HasTargeting { get; set; } #Inherited from GppBaseEntry
public Nullable<Boolean> TargetingMatched { get; set; } #Inherited from GppBaseEntry
public String TargetingSummary { get; set; } #Inherited from GppBaseEntry