azure-native.storage.listStorageAccountSAS
Explore with Pulumi AI
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>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]func ListStorageAccountSAS(ctx *Context, args *ListStorageAccountSASArgs, opts ...InvokeOption) (*ListStorageAccountSASResult, error)
func ListStorageAccountSASOutput(ctx *Context, args *ListStorageAccountSASOutputArgs, opts ...InvokeOption) ListStorageAccountSASResultOutput> 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)
}public static CompletableFuture<ListStorageAccountSASResult> listStorageAccountSAS(ListStorageAccountSASArgs args, InvokeOptions options)
public static Output<ListStorageAccountSASResult> listStorageAccountSAS(ListStorageAccountSASArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:storage:listStorageAccountSAS
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Account
Name 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
string | Pulumi.
Azure Native. 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).
 - Resource
Group stringName  - The name of the resource group within the user's subscription. The name is case insensitive.
 - Resource
Types string | Pulumi.Azure Native. Storage. Signed Resource Types  - 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
string | Pulumi.
Azure Native. Storage. Services  - The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
 - string
 - The time at which the shared access signature becomes invalid.
 - IPAddress
Or stringRange  - An IP address or a range of IP addresses from which to accept requests.
 - Key
To stringSign  - The key to sign the account SAS token with.
 - Protocols
Pulumi.
Azure Native. Storage. Http Protocol  - The protocol permitted for a request made with the account SAS.
 - string
 - The time at which the SAS becomes valid.
 
- Account
Name 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 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).
 - Resource
Group stringName  - The name of the resource group within the user's subscription. The name is case insensitive.
 - Resource
Types string | SignedResource Types  - 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 string | Services
 - The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
 - string
 - The time at which the shared access signature becomes invalid.
 - IPAddress
Or stringRange  - An IP address or a range of IP addresses from which to accept requests.
 - Key
To stringSign  - The key to sign the account SAS token with.
 - Protocols
Http
Protocol  - The protocol permitted for a request made with the account SAS.
 - string
 - The time at which the SAS becomes valid.
 
- account
Name 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 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).
 - resource
Group StringName  - The name of the resource group within the user's subscription. The name is case insensitive.
 - resource
Types String | SignedResource Types  - 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 String | Services
 - The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
 - String
 - The time at which the shared access signature becomes invalid.
 - i
PAddress StringOr Range  - An IP address or a range of IP addresses from which to accept requests.
 - key
To StringSign  - The key to sign the account SAS token with.
 - protocols
Http
Protocol  - The protocol permitted for a request made with the account SAS.
 - String
 - The time at which the SAS becomes valid.
 
- account
Name 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 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).
 - resource
Group stringName  - The name of the resource group within the user's subscription. The name is case insensitive.
 - resource
Types string | SignedResource Types  - 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 string | Services
 - The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
 - string
 - The time at which the shared access signature becomes invalid.
 - i
PAddress stringOr Range  - An IP address or a range of IP addresses from which to accept requests.
 - key
To stringSign  - The key to sign the account SAS token with.
 - protocols
Http
Protocol  - The protocol permitted for a request made with the account SAS.
 - string
 - The time at which the SAS becomes valid.
 
- account_
name 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 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_ strname  - The name of the resource group within the user's subscription. The name is case insensitive.
 - resource_
types str | SignedResource Types  - 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 str | Services
 - The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
 - str
 - The time at which the shared access signature becomes invalid.
 - i_
p_ straddress_ or_ range  - An IP address or a range of IP addresses from which to accept requests.
 - key_
to_ strsign  - The key to sign the account SAS token with.
 - protocols
Http
Protocol  - The protocol permitted for a request made with the account SAS.
 - str
 - The time at which the SAS becomes valid.
 
- account
Name 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 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).
 - resource
Group StringName  - The name of the resource group within the user's subscription. The name is case insensitive.
 - resource
Types 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 String | "b" | "q" | "t" | "f"
 - The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).
 - String
 - The time at which the shared access signature becomes invalid.
 - i
PAddress StringOr Range  - An IP address or a range of IP addresses from which to accept requests.
 - key
To StringSign  - The key to sign the account SAS token with.
 - protocols "https,http" | "https"
 - The protocol permitted for a request made with the account SAS.
 - String
 - The time at which the SAS becomes valid.
 
listStorageAccountSAS Result
The following output properties are available:
- Account
Sas stringToken  - List SAS credentials of storage account.
 
- Account
Sas stringToken  - List SAS credentials of storage account.
 
- account
Sas StringToken  - List SAS credentials of storage account.
 
- account
Sas stringToken  - List SAS credentials of storage account.
 
- account_
sas_ strtoken  - List SAS credentials of storage account.
 
- account
Sas StringToken  - 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