API Reference
Item (ComputerSecurityBaselinePostureService)
Projected computer finding row for security-baseline review.
Inheritance
- Object
- Item
Constructors
Inherited Methods
Properties
public String DomainName { get; set; } #Domain DNS name.
public String SamAccountName { get; set; } #Computer SAM account name.
public String DistinguishedName { get; set; } #Computer distinguished name when available.
public String OperatingSystem { get; set; } #Friendly operating-system caption.
public Boolean Enabled { get; set; } #Gets a value indicating whether the computer account is enabled.
public Boolean IsDomainController { get; set; } #Gets a value indicating whether the account is a domain controller.
public Nullable<Int32> PrimaryGroupId { get; set; } #Computer primary-group RID when available.
public String PrimaryGroupName { get; set; } #Friendly primary-group label.
public Boolean PasswordNeverExpires { get; set; } #Gets a value indicating whether DONT_EXPIRE_PASSWORD is set.
public Boolean PasswordNotRequired { get; set; } #Gets a value indicating whether PASSWD_NOTREQD is set.
public Boolean AllowReversiblePasswordEncryption { get; set; } #Gets a value indicating whether reversible password storage is allowed.
public Boolean UseDesKeyOnly { get; set; } #Gets a value indicating whether DES-only Kerberos is allowed.
public Boolean PrimaryGroupMismatch { get; set; } #Gets a value indicating whether the primary-group RID is outside the standard computer set.
public String Findings { get; set; } #Joined labels describing which findings apply to the computer account.
public String Recommendation { get; set; } #Short operator recommendation summarizing the main remediation path.
public Nullable<DateTime> LastLogon { get; set; } #Last logon timestamp when available.
public Nullable<DateTime> PasswordLastSet { get; set; } #Password last set timestamp when available.