Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccessControlEntry

Class for encapsulating the allowed and denied permissions for a given IdentityDescriptor.

Hierarchy

  • AccessControlEntry

Index

Properties

Optional allow

allow: number

The set of permission bits that represent the actions that the associated descriptor is allowed to perform.

Optional deny

deny: number

The set of permission bits that represent the actions that the associated descriptor is not allowed to perform.

Optional descriptor

descriptor: IdentityDescriptor

The descriptor for the user this AccessControlEntry applies to.

Optional extendedInfo

This value, when set, reports the inherited and effective information for the associated descriptor. This value is only set on AccessControlEntries returned by the QueryAccessControlList(s) call when its includeExtendedInfo parameter is set to true.

Generated using TypeDoc