Previous page

Next page

Locate page in Contents

Print this page

aceType

Summary:

Access control entry.

Type specification:

Name

Min/Max

Type

Description

type

1..1

int

Type of ACE:

0 -- allow

1 -- deny

sid

1..1

sidType

Security identifier of a user or a group.

rights

1..1

base64Binary

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:

security_descriptorType

Please send us your feedback on this help page