ACLEntryType

The ACLEntryType parameter specifies how to represent users and groups in the ACL.

ACLs consist of lists of users and groups that are and are not allowed to access a document.

This parameter can take one of the following values:

  • DomainUser - Each ACL entry is in the traditional DOMAIN\USER format.
  • Sid - Each ACL entry is an SID.
Type: String
Default: DomainUser
Required: No
Configuration Section: TaskName or FetchTasks or Default
Example: ACLEntryType=Sid
See Also: