AccessControlLists
Return a list of access control lists for the specified security namespace.
Columns
| Name | Type | References | Description |
| NamespaceId | String | Id of the namespace. | |
| InheritPermissions | Boolean | True if the given token inherits permissions from parents. | |
| Token | String | The token that this AccessControlList is for. | |
| AcesDictionary | String | Storage of permissions keyed on the identity the permission is for. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements, and offer a more granular control over the tuples that are returned from the data source. Unless otherwise specified, only the = operator is permitted when filtering on pseudocolumns.
| Name | Type | Description | |
| Descriptors | String | An optional filter containing a list of identity descriptors separated by ',' whose ACEs should be retrieved. If not specified, entire ACLs will be returned. | |
| IncludeExtendedInfo | Boolean | If true, populate the extended information properties for the access control entries contained in the returned lists. | |
| Recurse | String | If true and this is a hierarchical namespace, return child ACLs of the specified token. |