1. Packages
  2. Azure Native
  3. API Docs
  4. storage
  5. listStorageAccountSAS
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.storage.listStorageAccountSAS

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

List SAS credentials of a storage account.

Uses Azure REST API version 2024-01-01.

Other available API versions: 2022-09-01, 2023-01-01, 2023-04-01, 2023-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native storage [ApiVersion]. See the version guide for details.

Using listStorageAccountSAS

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function listStorageAccountSAS(args: ListStorageAccountSASArgs, opts?: InvokeOptions): Promise<ListStorageAccountSASResult>
function listStorageAccountSASOutput(args: ListStorageAccountSASOutputArgs, opts?: InvokeOptions): Output<ListStorageAccountSASResult>
Copy
def list_storage_account_sas(account_name: Optional[str] = None,
                             i_p_address_or_range: Optional[str] = None,
                             key_to_sign: Optional[str] = None,
                             permissions: Optional[Union[str, Permissions]] = None,
                             protocols: Optional[HttpProtocol] = None,
                             resource_group_name: Optional[str] = None,
                             resource_types: Optional[Union[str, SignedResourceTypes]] = None,
                             services: Optional[Union[str, Services]] = None,
                             shared_access_expiry_time: Optional[str] = None,
                             shared_access_start_time: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> ListStorageAccountSASResult
def list_storage_account_sas_output(account_name: Optional[pulumi.Input[str]] = None,
                             i_p_address_or_range: Optional[pulumi.Input[str]] = None,
                             key_to_sign: Optional[pulumi.Input[str]] = None,
                             permissions: Optional[pulumi.Input[Union[str, Permissions]]] = None,
                             protocols: Optional[pulumi.Input[HttpProtocol]] = None,
                             resource_group_name: Optional[pulumi.Input[str]] = None,
                             resource_types: Optional[pulumi.Input[Union[str, SignedResourceTypes]]] = None,
                             services: Optional[pulumi.Input[Union[str, Services]]] = None,
                             shared_access_expiry_time: Optional[pulumi.Input[str]] = None,
                             shared_access_start_time: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[ListStorageAccountSASResult]
Copy
func ListStorageAccountSAS(ctx *Context, args *ListStorageAccountSASArgs, opts ...InvokeOption) (*ListStorageAccountSASResult, error)
func ListStorageAccountSASOutput(ctx *Context, args *ListStorageAccountSASOutputArgs, opts ...InvokeOption) ListStorageAccountSASResultOutput
Copy

> Note: This function is named ListStorageAccountSAS in the Go SDK.

public static class ListStorageAccountSAS 
{
    public static Task<ListStorageAccountSASResult> InvokeAsync(ListStorageAccountSASArgs args, InvokeOptions? opts = null)
    public static Output<ListStorageAccountSASResult> Invoke(ListStorageAccountSASInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListStorageAccountSASResult> listStorageAccountSAS(ListStorageAccountSASArgs args, InvokeOptions options)
public static Output<ListStorageAccountSASResult> listStorageAccountSAS(ListStorageAccountSASArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:storage:listStorageAccountSAS
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountName
This property is required.
Changes to this property will trigger replacement.
string
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.
Permissions This property is required. string | Pulumi.AzureNative.Storage.Permissions
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).
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group within the user's subscription. The name is case insensitive.
ResourceTypes This property is required. string | Pulumi.AzureNative.Storage.SignedResourceTypes
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.
Services This property is required. string | Pulumi.AzureNative.Storage.Services
The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
SharedAccessExpiryTime This property is required. string
The time at which the shared access signature becomes invalid.
IPAddressOrRange string
An IP address or a range of IP addresses from which to accept requests.
KeyToSign string
The key to sign the account SAS token with.
Protocols Pulumi.AzureNative.Storage.HttpProtocol
The protocol permitted for a request made with the account SAS.
SharedAccessStartTime string
The time at which the SAS becomes valid.
AccountName
This property is required.
Changes to this property will trigger replacement.
string
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.
Permissions This property is required. string | Permissions
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).
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group within the user's subscription. The name is case insensitive.
ResourceTypes This property is required. string | SignedResourceTypes
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.
Services This property is required. string | Services
The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
SharedAccessExpiryTime This property is required. string
The time at which the shared access signature becomes invalid.
IPAddressOrRange string
An IP address or a range of IP addresses from which to accept requests.
KeyToSign string
The key to sign the account SAS token with.
Protocols HttpProtocol
The protocol permitted for a request made with the account SAS.
SharedAccessStartTime string
The time at which the SAS becomes valid.
accountName
This property is required.
Changes to this property will trigger replacement.
String
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.
permissions This property is required. String | Permissions
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).
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group within the user's subscription. The name is case insensitive.
resourceTypes This property is required. String | SignedResourceTypes
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.
services This property is required. String | Services
The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
sharedAccessExpiryTime This property is required. String
The time at which the shared access signature becomes invalid.
iPAddressOrRange String
An IP address or a range of IP addresses from which to accept requests.
keyToSign String
The key to sign the account SAS token with.
protocols HttpProtocol
The protocol permitted for a request made with the account SAS.
sharedAccessStartTime String
The time at which the SAS becomes valid.
accountName
This property is required.
Changes to this property will trigger replacement.
string
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.
permissions This property is required. string | Permissions
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).
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group within the user's subscription. The name is case insensitive.
resourceTypes This property is required. string | SignedResourceTypes
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.
services This property is required. string | Services
The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
sharedAccessExpiryTime This property is required. string
The time at which the shared access signature becomes invalid.
iPAddressOrRange string
An IP address or a range of IP addresses from which to accept requests.
keyToSign string
The key to sign the account SAS token with.
protocols HttpProtocol
The protocol permitted for a request made with the account SAS.
sharedAccessStartTime string
The time at which the SAS becomes valid.
account_name
This property is required.
Changes to this property will trigger replacement.
str
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.
permissions This property is required. str | Permissions
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).
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group within the user's subscription. The name is case insensitive.
resource_types This property is required. str | SignedResourceTypes
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.
services This property is required. str | Services
The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
shared_access_expiry_time This property is required. str
The time at which the shared access signature becomes invalid.
i_p_address_or_range str
An IP address or a range of IP addresses from which to accept requests.
key_to_sign str
The key to sign the account SAS token with.
protocols HttpProtocol
The protocol permitted for a request made with the account SAS.
shared_access_start_time str
The time at which the SAS becomes valid.
accountName
This property is required.
Changes to this property will trigger replacement.
String
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.
permissions This property is required. String | "r" | "d" | "w" | "l" | "a" | "c" | "u" | "p"
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).
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group within the user's subscription. The name is case insensitive.
resourceTypes This property is required. String | "s" | "c" | "o"
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.
services This property is required. String | "b" | "q" | "t" | "f"
The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
sharedAccessExpiryTime This property is required. String
The time at which the shared access signature becomes invalid.
iPAddressOrRange String
An IP address or a range of IP addresses from which to accept requests.
keyToSign String
The key to sign the account SAS token with.
protocols "https,http" | "https"
The protocol permitted for a request made with the account SAS.
sharedAccessStartTime String
The time at which the SAS becomes valid.

listStorageAccountSAS Result

The following output properties are available:

AccountSasToken string
List SAS credentials of storage account.
AccountSasToken string
List SAS credentials of storage account.
accountSasToken String
List SAS credentials of storage account.
accountSasToken string
List SAS credentials of storage account.
account_sas_token str
List SAS credentials of storage account.
accountSasToken String
List SAS credentials of storage account.

Supporting Types

HttpProtocol

Permissions

Services

SignedResourceTypes

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi