ShareCreatePermissionHeaders interface

Defines headers for CreatePermission operation.

Properties

date

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

errorCode
filePermissionKey

Key of the permission set for the directory/file.

requestId

This header uniquely identifies the request that was made and can be used for troubleshooting the request.

version

Indicates the version of the File service used to execute the request.

Property Details

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

errorCode

errorCode?: undefined | string

Property Value

undefined | string

filePermissionKey

Key of the permission set for the directory/file.

filePermissionKey?: undefined | string

Property Value

undefined | string

requestId

This header uniquely identifies the request that was made and can be used for troubleshooting the request.

requestId?: undefined | string

Property Value

undefined | string

version

Indicates the version of the File service used to execute the request.

version?: undefined | string

Property Value

undefined | string