Azure.Storage.Files.DataLake.Models.PathAccessControlItem
Represents an access control in a file access control list.
Specifies which role this entry targets.
Indicates whether this is the default entry for the ACL.
Specifies the entity for which this entry applies.
Must be omitted for types mask or other. It must also be omitted when the user or group is the owner.
Specifies the permissions granted to this entry.
public PathAccessControlItem()
Empty constructor.
public PathAccessControlItem(AccessControlType accessControlType, RolePermissions permissions, bool defaultScope = false, string entityId = null)
Constructor.
Parses the provided string into a PathAccessControlItem