API Reference
Class
AdxAclResolvedPermission
Resolved permission input with normalized SID and display information.
Inheritance
- Object
- AdxAclResolvedPermission
Constructors
public AdxAclResolvedPermission() #Inherited Methods
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.