Summary:
Access control entry.
Type specification:
Name |
Min/Max |
Type |
Description |
|
|
|
Type of ACE:
|
|
|
Security identifier of a user or a group. |
|
|
|
|
Access rights. |
Description:
The access control entry (ACE) is an individual record in a DACL (Discretionary Access Control List). It includes the SID (security ID) of a single user or a group along with an access mask that specifies the permissions being granted or denied.
At the time of this writing, you can only set permissions to the entire object (not the individual operations that can be performed on it). This means that the rights
parameter is not currently used. Simply include an empty rights
element when setting permissions.
See also: