AccessPolicy interface

Properties

Expiry

The time at which the Shared Access Signature becomes expired.

IPAddressOrRange

An IP address or a range of IP addresses from which to accept requests. When specifying a range, note that the range is inclusive.

Permissions

The permission type.

Protocols

The protocol permitted for a request made with the SAS.

ResourceTypes

The resource type for a shared access signature associated with this shared access policy.

Services

The services (blob, file, queue, table) for a shared access signature associated with this shared access policy.

Start

The time at which the Shared Access Signature becomes valid.

Property Details

Expiry

The time at which the Shared Access Signature becomes expired.

Expiry?: string | Date

Property Value

string | Date

IPAddressOrRange

An IP address or a range of IP addresses from which to accept requests. When specifying a range, note that the range is inclusive.

IPAddressOrRange?: string

Property Value

string

Permissions

The permission type.

Permissions: string

Property Value

string

Protocols

The protocol permitted for a request made with the SAS.

Protocols?: string

Property Value

string

ResourceTypes

The resource type for a shared access signature associated with this shared access policy.

ResourceTypes?: string

Property Value

string

Services

The services (blob, file, queue, table) for a shared access signature associated with this shared access policy.

Services?: string

Property Value

string

Start

The time at which the Shared Access Signature becomes valid.

Start?: string | Date

Property Value

string | Date