Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AceExtendedInformation

Holds the inherited and effective permission information for a given AccessControlEntry.

Hierarchy

  • AceExtendedInformation

Index

Properties

Optional effectiveAllow

effectiveAllow: number

This is the combination of all of the explicit and inherited permissions for this identity on this token. These are the permissions used when determining if a given user has permission to perform an action.

Optional effectiveDeny

effectiveDeny: number

This is the combination of all of the explicit and inherited permissions for this identity on this token. These are the permissions used when determining if a given user has permission to perform an action.

Optional inheritedAllow

inheritedAllow: number

These are the permissions that are inherited for this identity on this token. If the token does not inherit permissions this will be 0. Note that any permissions that have been explicitly set on this token for this identity, or any groups that this identity is a part of, are not included here.

Optional inheritedDeny

inheritedDeny: number

These are the permissions that are inherited for this identity on this token. If the token does not inherit permissions this will be 0. Note that any permissions that have been explicitly set on this token for this identity, or any groups that this identity is a part of, are not included here.

Generated using TypeDoc