AclEntry(AclType, String, AclScope, AclAction) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET