ServiceGenerateAccountSasUrlOptions interface
Options to configure generateAccountSasUrl operation.
Properties
encryption |
Optional. Encryption scope to use when sending requests authorized with this SAS URI. |
ip |
Optional. IP range allowed. |
protocol | Optional. SAS protocols allowed. |
starts |
Optional. 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
encryptionScope
Optional. Encryption scope to use when sending requests authorized with this SAS URI.
encryptionScope?: string
Property Value
string
ipRange
protocol
startsOn
Optional. 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