1. Packages
  2. Azure Native v1
  3. API Docs
  4. app
  5. listDaprComponentSecrets
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.app.listDaprComponentSecrets

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Dapr component Secrets Collection for ListSecrets Action API Version: 2022-03-01.

    Using listDaprComponentSecrets

    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 listDaprComponentSecrets(args: ListDaprComponentSecretsArgs, opts?: InvokeOptions): Promise<ListDaprComponentSecretsResult>
    function listDaprComponentSecretsOutput(args: ListDaprComponentSecretsOutputArgs, opts?: InvokeOptions): Output<ListDaprComponentSecretsResult>
    def list_dapr_component_secrets(component_name: Optional[str] = None,
                                    environment_name: Optional[str] = None,
                                    resource_group_name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> ListDaprComponentSecretsResult
    def list_dapr_component_secrets_output(component_name: Optional[pulumi.Input[str]] = None,
                                    environment_name: Optional[pulumi.Input[str]] = None,
                                    resource_group_name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[ListDaprComponentSecretsResult]
    func ListDaprComponentSecrets(ctx *Context, args *ListDaprComponentSecretsArgs, opts ...InvokeOption) (*ListDaprComponentSecretsResult, error)
    func ListDaprComponentSecretsOutput(ctx *Context, args *ListDaprComponentSecretsOutputArgs, opts ...InvokeOption) ListDaprComponentSecretsResultOutput

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

    public static class ListDaprComponentSecrets 
    {
        public static Task<ListDaprComponentSecretsResult> InvokeAsync(ListDaprComponentSecretsArgs args, InvokeOptions? opts = null)
        public static Output<ListDaprComponentSecretsResult> Invoke(ListDaprComponentSecretsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListDaprComponentSecretsResult> listDaprComponentSecrets(ListDaprComponentSecretsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:app:listDaprComponentSecrets
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ComponentName string
    Name of the Dapr Component.
    EnvironmentName string
    Name of the Managed Environment.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ComponentName string
    Name of the Dapr Component.
    EnvironmentName string
    Name of the Managed Environment.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    componentName String
    Name of the Dapr Component.
    environmentName String
    Name of the Managed Environment.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    componentName string
    Name of the Dapr Component.
    environmentName string
    Name of the Managed Environment.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    component_name str
    Name of the Dapr Component.
    environment_name str
    Name of the Managed Environment.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    componentName String
    Name of the Dapr Component.
    environmentName String
    Name of the Managed Environment.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    listDaprComponentSecrets Result

    The following output properties are available:

    Value List<Pulumi.AzureNative.App.Outputs.DaprSecretResponse>
    Collection of secrets for ListSecrets Action
    Value []DaprSecretResponse
    Collection of secrets for ListSecrets Action
    value List<DaprSecretResponse>
    Collection of secrets for ListSecrets Action
    value DaprSecretResponse[]
    Collection of secrets for ListSecrets Action
    value Sequence[DaprSecretResponse]
    Collection of secrets for ListSecrets Action
    value List<Property Map>
    Collection of secrets for ListSecrets Action

    Supporting Types

    DaprSecretResponse

    Name string
    Secret Name.
    Value string
    Secret Value.
    Name string
    Secret Name.
    Value string
    Secret Value.
    name String
    Secret Name.
    value String
    Secret Value.
    name string
    Secret Name.
    value string
    Secret Value.
    name str
    Secret Name.
    value str
    Secret Value.
    name String
    Secret Name.
    value String
    Secret Value.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi