API Reference
View (ComputerSecurityBaselinePostureService)
Aggregated computer-account security baseline posture view.
Inheritance
- Object
- View
Constructors
Inherited Methods
Properties
public String DomainName { get; set; } #Target domain DNS name.
public Boolean CollectionSucceeded { get; set; } #Gets a value indicating whether evaluation completed successfully.
public String CollectionError { get; set; } #Collection error details when evaluation fails.
public Int32 ComputerCount { get; set; } #Total collected computer accounts before exclusions.
public Int32 FlaggedComputerCount { get; set; } #Number of flagged computers before truncation.
public Int32 PasswordNeverExpiresCount { get; set; } #Computers with password-never-expires configured.
public Int32 PasswordNotRequiredCount { get; set; } #Computers with password-not-required configured.
public Int32 AllowReversiblePasswordEncryptionCount { get; set; } #Computers that allow reversible password storage.
public Int32 UseDesKeyOnlyCount { get; set; } #Computers that allow DES-only Kerberos.
public Int32 PrimaryGroupMismatchCount { get; set; } #Computers with non-standard primary-group RID.
public Boolean Truncated { get; set; } #Gets a value indicating whether any output sections were truncated.
public IReadOnlyList<Item> Items { get; set; } #All flagged computer accounts.
public IReadOnlyList<Item> PasswordNeverExpires { get; set; } #Computers with password-never-expires configured.
public IReadOnlyList<Item> PasswordNotRequired { get; set; } #Computers with password-not-required configured.
public IReadOnlyList<Item> AllowReversiblePasswordEncryption { get; set; } #Computers that allow reversible password storage.
public IReadOnlyList<Item> UseDesKeyOnly { get; set; } #Computers that allow DES-only Kerberos.
public IReadOnlyList<Item> PrimaryGroupMismatch { get; set; } #Computers with non-standard primary-group RID.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.