API Reference
Class
AdxAclSnapshot
Snapshot of ACL state intended for tooling/chatbot usage.
Inheritance
- Object
- AdxAclSnapshot
Constructors
public AdxAclSnapshot() #Inherited Methods
Properties
public AclOwnerInfo Owner { get; set; } #Gets or sets object owner details.
public IReadOnlyList<AclEntryInfo> Entries { get; set; } #Gets or sets ACL entries.
public Int32 EntryCount { get; set; } #Gets or sets total entry count.
public Int32 ExplicitCount { get; set; } #Gets or sets explicit ACE count.
public Int32 InheritedCount { get; set; } #Gets or sets inherited ACE count.
public Boolean InheritanceProtected { get; set; } #Gets or sets whether ACL inheritance is protected (disabled).
public Boolean IsCanonical { get; set; } #Gets or sets whether ACE ordering is canonical.