<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.22.0" />

Azure.Storage.Files.DataLake.Models.PathAccessControl

public class PathAccessControl
The Access Control for a path.

The POSIX access control list for the file or directory. Included in the response only if Hierarchical Namespace is enabled for the account.

public string Group { get; }

The owning group of the file or directory. Included in the response if Hierarchical Namespace is enabled for the account.

public string Owner { get; }

The owner of the file or directory. Included in the response if Hierarchical Namespace is enabled for the account.

public PathPermissions Permissions { get; }

The POSIX access permissions for the file owner, the file owning group, and others. Included in the response if Hierarchical Namespace is enabled for the account.