AccountSasOptions interface
Options to configure generateAccountSas operation.
Properties
expires |
The time at which the shared access signature becomes invalid. Default to an hour later if not provided. |
ip |
IP range allowed. |
permissions | Specifies the list of permissions to be associated with the SAS. |
protocol | SAS protocols allowed. |
resource |
Specifies the resource types associated with the shared access signature. |
services | Account services |
starts |
When the SAS will take effect. |
version | The version of the service this SAS will target. If not specified, it will default to the version targeted by the library. |
Property Details
expiresOn
The time at which the shared access signature becomes invalid. Default to an hour later if not provided.
expiresOn?: Date
Property Value
Date
ipRange
permissions
Specifies the list of permissions to be associated with the SAS.
permissions?: AccountSasPermissions
Property Value
protocol
resourceTypes
Specifies the resource types associated with the shared access signature.
resourceTypes?: string
Property Value
string
services
startsOn
When the SAS will take effect.
startsOn?: Date
Property Value
Date
version
The version of the service this SAS will target. If not specified, it will default to the version targeted by the library.
version?: string
Property Value
string