TestimoX

API Reference

Class

GuestAccountSnapshot

Namespace ADPlayground.Users
Assembly ADPlayground
Modifiers sealed

Snapshot describing the built-in Guest account status for a domain.

Inheritance

  • Object
  • GuestAccountSnapshot

Constructors

public GuestAccountSnapshot() #

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.