ServiceGenerateAccountSasUrlOptions interface

Options to configure generateAccountSasUrl operation.

Properties

encryptionScope

Optional. Encryption scope to use when sending requests authorized with this SAS URI.

ipRange

Optional. IP range allowed.

protocol

Optional. SAS protocols allowed.

startsOn

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

Optional. IP range allowed.

ipRange?: SasIPRange

Property Value

protocol

Optional. SAS protocols allowed.

protocol?: SASProtocol

Property Value

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