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
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。 特に指定がない限り、擬似カラムでフィルタリングを行う場合は = 演算子のみ使用できます。
| 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. |