API Reference
Class
GuestAccountSnapshot
Snapshot describing the built-in Guest account status for a domain.
Inheritance
- Object
- GuestAccountSnapshot
Constructors
public GuestAccountSnapshot() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name the snapshot refers to.
public Boolean AccountResolved { get; set; } #True when the built-in Guest account could be resolved.
public Boolean IsEnabled { get; set; } #True when the built-in Guest account is enabled.
public String FailureReason { get; set; } #Optional reason when the Guest account could not be evaluated.