DirectoryGetAccessControlHeaders interface

Defines headers for GetAccessControl operation.

Properties

clientRequestId

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

date

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

eTag

An HTTP entity tag associated with the file or directory.

lastModified

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

requestId

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

version

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

xMsAcl

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.

xMsGroup

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

xMsOwner

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

xMsPermissions

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.

Property Details

clientRequestId

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

clientRequestId?: string

Property Value

string

date

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

date?: Date

Property Value

Date

eTag

An HTTP entity tag associated with the file or directory.

eTag?: string

Property Value

string

lastModified

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

lastModified?: Date

Property Value

Date

requestId

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

requestId?: string

Property Value

string

version

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

version?: string

Property Value

string

xMsAcl

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.

xMsAcl?: string

Property Value

string

xMsGroup

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

xMsGroup?: string

Property Value

string

xMsOwner

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

xMsOwner?: string

Property Value

string

xMsPermissions

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.

xMsPermissions?: string

Property Value

string