Package version:

Interface SASCredential

Represents a credential defined by a static shared access signature.

interface SASCredential {
    signature: string;
}

Implemented by

Properties

Properties

signature: string

The value of the shared access signature represented as a string