azure-native.storage.listStorageAccountSAS

Explore with Pulumi AI

List SAS credentials of a storage account. API Version: 2021-02-01.

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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:storage:listStorageAccountSAS
  arguments:
    # arguments dictionary

The following arguments are supported:

AccountName 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.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 string

The name of the resource group within the user's subscription. The name is case insensitive.

ResourceTypes 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 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 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 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).

ResourceGroupName string

The name of the resource group within the user's subscription. The name is case insensitive.

ResourceTypes 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 string | Services

The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).

SharedAccessExpiryTime 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 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).

resourceGroupName String

The name of the resource group within the user's subscription. The name is case insensitive.

resourceTypes 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 String | Services

The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).

sharedAccessExpiryTime 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 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).

resourceGroupName string

The name of the resource group within the user's subscription. The name is case insensitive.

resourceTypes 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 string | Services

The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f).

sharedAccessExpiryTime 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 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_name str

The name of the resource group within the user's subscription. The name is case insensitive.

resource_types 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 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 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 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).

resourceGroupName String

The name of the resource group within the user's subscription. The name is case insensitive.

resourceTypes 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).

sharedAccessExpiryTime 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