Package version:

The details for storage account sas creation.

interface AccountSas {
    expiryTimeStamp: Date;
    ipAddress: string;
    startTimeStamp: Date;
}

Properties

expiryTimeStamp: Date

Sas token expiry timestamp.

ipAddress: string

Ip Address

startTimeStamp: Date

Sas token start timestamp.

Generated using TypeDoc