Package version:

Interface ServiceGenerateAccountSasUrlOptions

Options to configure QueueServiceClient.generateAccountSasUrl operation.

interface ServiceGenerateAccountSasUrlOptions {
    ipRange?: SasIPRange;
    protocol?: SASProtocol;
    startsOn?: any;
    version?: string;
}

Properties

ipRange?: SasIPRange

Optional. IP range allowed.

protocol?: SASProtocol

Optional. SAS protocols allowed.

startsOn?: any

Optional. When the SAS will take effect.

version?: string

The version of the service this SAS will target. If not specified, it will default to the version targeted by the library.