API Reference
Class
AdxAclResolvedPermission
Resolved permission input with normalized SID and display information.
Inheritance
- Object
- AdxAclResolvedPermission
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
Constructors
public AdxAclResolvedPermission() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String IdentityInput { get; set; } #Gets or sets the original identity input.
public String Sid { get; set; } #Gets or sets resolved SID value.
public String DisplayName { get; set; } #Gets or sets resolved display name.
public IdentityInfo IdentityInfo { get; set; } #Gets or sets resolved identity metadata.
public AclRights Rights { get; set; } #Gets or sets requested rights.
public AccessControlType AccessControlType { get; set; } #Gets or sets requested access type.
public AclInheritance Inheritance { get; set; } #Gets or sets requested inheritance mode.