M-Files API 23.11.13135.0
AccessControlEntryKey Object
Members 
Description
The AccessControlEntryKey class represents an access control entry (ACE) keys.The AccessControlEntryKey class specifies the user or user group for an access control entry.
Public Methods
Creates a copy of the object.
Gets a copy of the collection of the user or group ID for a resolved pseudo-user access control entry key.
Resets the collection of the user or group ID for a resolved pseudo-user access control entry key.

Removes the information on the resolved user or user group IDs from a access control entry key that specifies pseudo users.

Sets the user or group ID of this access control entry key.
Public Properties
Specifies whether this ACE represents a concrete identity, either natively or as a resolved pseudo-user.
Specifies whether this ACE represents a group.
Specifies whether this ACE represents a pseudo-user.
Specifies the pseudo-user ID of this access control entry key.
Gets the user or group ID of this access control entry key.
Remarks

AccessControlListComponent consists of multiple access control entries. These entries are split into a key and the data. The data portion of an entry specifies the permissions for the entry while the key specifies the user or user group to which the data applies.

An access control list component with an entry key (top) and entry data (bottom) highlighted with the green rectangles as seen in the user interface of M-Files Desktop.

See Also

AccessControlEntryKey Members