API Reference
Class
AdxAclSnapshot
Snapshot of ACL state intended for tooling/chatbot usage.
Inheritance
- Object
- AdxAclSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method AdxAclService.GetSnapshot
- Method AdxAclService.GetSnapshot
Constructors
public AdxAclSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.