AccountSasOptions interface

Options to configure generateAccountSas operation.

Properties

expiresOn

The time at which the shared access signature becomes invalid. Default to an hour later if not provided.

ipRange

IP range allowed.

permissions

Specifies the list of permissions to be associated with the SAS.

protocol

SAS protocols allowed.

resourceTypes

Specifies the resource types associated with the shared access signature.

services

Account services

startsOn

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

IP range allowed.

ipRange?: SasIPRange

Property Value

permissions

Specifies the list of permissions to be associated with the SAS.

permissions?: AccountSasPermissions

Property Value

protocol

SAS protocols allowed.

protocol?: SasProtocol

Property Value

resourceTypes

Specifies the resource types associated with the shared access signature.

resourceTypes?: string

Property Value

string

services

Account services

services?: AccountSasServices

Property Value

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