The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
OptionalcontainerOptional container name for scoping the SAS token
OptionalexpirySAS expiry date in 'YYYY-MM-DD' format; defaults to 7 days from now
OptionalhttpsWhen false, allows both HTTP and HTTPS protocols; defaults to HTTPS only
OptionaliAn IP address or a range of IP addresses from which to accept requests.
OptionalkeyThe key to sign the account SAS token with.
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).
OptionalprotocolsThe protocol permitted for a request made with the account SAS.
Resource group containing the storage account
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 for blobs, queue messages, table entities, and files.
The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
The time at which the shared access signature becomes invalid.
OptionalsharedThe time at which the SAS becomes valid.
OptionalstartSAS start date in 'YYYY-MM-DD' format; defaults to today
Properties for generating a container-level SAS token
See
[Pulumi Azure Native Storage Account SAS]https://www.pulumi.com/registry/packages/azure-native/api-docs/storage/liststorageaccountsas/