Acl Class

A Data Lake Analytics catalog access control list (ACL) entry.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
Acl

Constructor

Acl(**kwargs)

Variables

ace_type
str or AclType

the access control list (ACL) entry type. UserObj and GroupObj denote the owning user and group, respectively. Possible values include: 'UserObj', 'GroupObj', 'Other', 'User', 'Group'

principal_id
str

the Azure AD object ID of the user or group being specified in the access control list (ACL) entry.

permission
str or PermissionType

the permission type of the access control list (ACL) entry. Possible values include: 'None', 'Use', 'Create', 'Drop', 'Alter', 'Write', 'All'