1. Packages
  2. Azure Native
  3. API Docs
  4. app
  5. listConnectedEnvironmentsDaprComponentSecrets
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.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.app.listConnectedEnvironmentsDaprComponentSecrets

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.2.0 published on Monday, Apr 14, 2025 by Pulumi

Dapr component Secrets Collection for ListSecrets Action.

Uses Azure REST API version 2024-03-01.

Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native app [ApiVersion]. See the version guide for details.

Using listConnectedEnvironmentsDaprComponentSecrets

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 listConnectedEnvironmentsDaprComponentSecrets(args: ListConnectedEnvironmentsDaprComponentSecretsArgs, opts?: InvokeOptions): Promise<ListConnectedEnvironmentsDaprComponentSecretsResult>
function listConnectedEnvironmentsDaprComponentSecretsOutput(args: ListConnectedEnvironmentsDaprComponentSecretsOutputArgs, opts?: InvokeOptions): Output<ListConnectedEnvironmentsDaprComponentSecretsResult>
Copy
def list_connected_environments_dapr_component_secrets(component_name: Optional[str] = None,
                                                       connected_environment_name: Optional[str] = None,
                                                       resource_group_name: Optional[str] = None,
                                                       opts: Optional[InvokeOptions] = None) -> ListConnectedEnvironmentsDaprComponentSecretsResult
def list_connected_environments_dapr_component_secrets_output(component_name: Optional[pulumi.Input[str]] = None,
                                                       connected_environment_name: Optional[pulumi.Input[str]] = None,
                                                       resource_group_name: Optional[pulumi.Input[str]] = None,
                                                       opts: Optional[InvokeOptions] = None) -> Output[ListConnectedEnvironmentsDaprComponentSecretsResult]
Copy
func ListConnectedEnvironmentsDaprComponentSecrets(ctx *Context, args *ListConnectedEnvironmentsDaprComponentSecretsArgs, opts ...InvokeOption) (*ListConnectedEnvironmentsDaprComponentSecretsResult, error)
func ListConnectedEnvironmentsDaprComponentSecretsOutput(ctx *Context, args *ListConnectedEnvironmentsDaprComponentSecretsOutputArgs, opts ...InvokeOption) ListConnectedEnvironmentsDaprComponentSecretsResultOutput
Copy

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

public static class ListConnectedEnvironmentsDaprComponentSecrets 
{
    public static Task<ListConnectedEnvironmentsDaprComponentSecretsResult> InvokeAsync(ListConnectedEnvironmentsDaprComponentSecretsArgs args, InvokeOptions? opts = null)
    public static Output<ListConnectedEnvironmentsDaprComponentSecretsResult> Invoke(ListConnectedEnvironmentsDaprComponentSecretsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListConnectedEnvironmentsDaprComponentSecretsResult> listConnectedEnvironmentsDaprComponentSecrets(ListConnectedEnvironmentsDaprComponentSecretsArgs args, InvokeOptions options)
public static Output<ListConnectedEnvironmentsDaprComponentSecretsResult> listConnectedEnvironmentsDaprComponentSecrets(ListConnectedEnvironmentsDaprComponentSecretsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:app:listConnectedEnvironmentsDaprComponentSecrets
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ComponentName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Dapr Component.
ConnectedEnvironmentName
This property is required.
Changes to this property will trigger replacement.
string
Name of the connected environment.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ComponentName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Dapr Component.
ConnectedEnvironmentName
This property is required.
Changes to this property will trigger replacement.
string
Name of the connected environment.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
componentName
This property is required.
Changes to this property will trigger replacement.
String
Name of the Dapr Component.
connectedEnvironmentName
This property is required.
Changes to this property will trigger replacement.
String
Name of the connected environment.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
componentName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Dapr Component.
connectedEnvironmentName
This property is required.
Changes to this property will trigger replacement.
string
Name of the connected environment.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
component_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the Dapr Component.
connected_environment_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the connected environment.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
componentName
This property is required.
Changes to this property will trigger replacement.
String
Name of the Dapr Component.
connectedEnvironmentName
This property is required.
Changes to this property will trigger replacement.
String
Name of the connected environment.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

listConnectedEnvironmentsDaprComponentSecrets Result

The following output properties are available:

Value List<Pulumi.AzureNative.App.Outputs.DaprSecretResponse>
Collection of secrets used by a Dapr component
Value []DaprSecretResponse
Collection of secrets used by a Dapr component
value List<DaprSecretResponse>
Collection of secrets used by a Dapr component
value DaprSecretResponse[]
Collection of secrets used by a Dapr component
value Sequence[DaprSecretResponse]
Collection of secrets used by a Dapr component
value List<Property Map>
Collection of secrets used by a Dapr component

Supporting Types

DaprSecretResponse

Name This property is required. string
Secret Name.
Value This property is required. string
Secret Value.
Name This property is required. string
Secret Name.
Value This property is required. string
Secret Value.
name This property is required. String
Secret Name.
value This property is required. String
Secret Value.
name This property is required. string
Secret Name.
value This property is required. string
Secret Value.
name This property is required. str
Secret Name.
value This property is required. str
Secret Value.
name This property is required. String
Secret Name.
value This property is required. String
Secret Value.

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.2.0 published on Monday, Apr 14, 2025 by Pulumi