TestimoX

API Reference

Class

ShareItem

Namespace ComputerX.Smb.SmbSharePermissionPostureService
Assembly ComputerX
Modifiers sealed

Per-share posture summary.

Inheritance

  • Object
  • ShareItem

Constructors

Properties

public String ShareName { get; set; } #

Share name.

public Int32 ActualAceCount { get; set; } #

Total actual ACE count for the share.

public Int32 ExpectedAceCount { get; set; } #

Total expected ACE count for the share.

public Int32 MissingExpectedAceCount { get; set; } #

Total missing expected ACEs for the share.

public Int32 UnexpectedAceCount { get; set; } #

Total unexpected ACEs for the share.

public Int32 RightsMismatchCount { get; set; } #

Total rights mismatches for the share.

public Boolean IsCompliant { get; set; } #

True when the share matches the expected baseline.