AccountSasParameters

The parameters to list SAS credentials of a storage account.

AzureBlob StorageCloud StorageFile StorageQueue StorageStorageTable Storage

Properties

Name Type Description
keyToSign string The key to sign the account SAS token with.
signedExpiry string The time at which the shared access signature becomes invalid.
signedIp string An IP address or a range of IP addresses from which to accept requests.
signedPermission string The signed permissions for the account SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p).
signedProtocol string The protocol permitted for a request made with the account SAS.
signedResourceTypes string The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to object-level APIs fo
signedServices string The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
signedStart string The time at which the SAS becomes valid.
View JSON Schema on GitHub