Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectoryGetAccessControlHeaders

Package version

Defines headers for GetAccessControl operation.

Hierarchy

  • DirectoryGetAccessControlHeaders

Index

Properties

Optional clientRequestId

clientRequestId: undefined | string

If a client request id header is sent in the request, this header will be present in the response with the same value.

Optional date

date: Date

A UTC date/time value generated by the service that indicates the time at which the response was initiated.

Optional etag

etag: undefined | string

An HTTP entity tag associated with the file or directory.

Optional lastModified

lastModified: Date

The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time.

Optional requestId

requestId: undefined | string

A server-generated UUID recorded in the analytics logs for troubleshooting and correlation.

Optional version

version: undefined | string

The version of the REST protocol used to process the request.

Optional xMsAcl

xMsAcl: undefined | string

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

Optional xMsGroup

xMsGroup: undefined | string

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

Optional xMsOwner

xMsOwner: undefined | string

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

Optional xMsPermissions

xMsPermissions: undefined | string

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.

Generated using TypeDoc