Share via


AclEntry(AclType, String, AclScope, AclAction) Constructor

Definition

Public constructor

public AclEntry (Microsoft.Azure.DataLake.Store.Acl.AclType type, string userOrGroupId, Microsoft.Azure.DataLake.Store.Acl.AclScope scope, Microsoft.Azure.DataLake.Store.Acl.AclAction action);
new Microsoft.Azure.DataLake.Store.Acl.AclEntry : Microsoft.Azure.DataLake.Store.Acl.AclType * string * Microsoft.Azure.DataLake.Store.Acl.AclScope * Microsoft.Azure.DataLake.Store.Acl.AclAction -> Microsoft.Azure.DataLake.Store.Acl.AclEntry
Public Sub New (type As AclType, userOrGroupId As String, scope As AclScope, action As AclAction)

Parameters

type
AclType

Type of ACL entry: User/group/Other/mask

userOrGroupId
String

Object ID of the object depending on the type of the ACL entry. For acl type other and mask it should be null

scope
AclScope

ACCESS or DEFAULT

action
AclAction

The type of ACL to set

Applies to