1. Packages
  2. Azure Native
  3. API Docs
  4. app
  5. listConnectedEnvironmentsDaprComponentSecrets
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.38.0 published on Monday, Apr 22, 2024 by Pulumi

azure-native.app.listConnectedEnvironmentsDaprComponentSecrets

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.38.0 published on Monday, Apr 22, 2024 by Pulumi

    Dapr component Secrets Collection for ListSecrets Action. Azure REST API version: 2022-10-01.

    Other available API versions: 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-03-01.

    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>
    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]
    func ListConnectedEnvironmentsDaprComponentSecrets(ctx *Context, args *ListConnectedEnvironmentsDaprComponentSecretsArgs, opts ...InvokeOption) (*ListConnectedEnvironmentsDaprComponentSecretsResult, error)
    func ListConnectedEnvironmentsDaprComponentSecretsOutput(ctx *Context, args *ListConnectedEnvironmentsDaprComponentSecretsOutputArgs, opts ...InvokeOption) ListConnectedEnvironmentsDaprComponentSecretsResultOutput

    > 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)
    }
    public static CompletableFuture<ListConnectedEnvironmentsDaprComponentSecretsResult> listConnectedEnvironmentsDaprComponentSecrets(ListConnectedEnvironmentsDaprComponentSecretsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:app:listConnectedEnvironmentsDaprComponentSecrets
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ComponentName string
    Name of the Dapr Component.
    ConnectedEnvironmentName string
    Name of the connected environment.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ComponentName string
    Name of the Dapr Component.
    ConnectedEnvironmentName string
    Name of the connected environment.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    componentName String
    Name of the Dapr Component.
    connectedEnvironmentName String
    Name of the connected environment.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    componentName string
    Name of the Dapr Component.
    connectedEnvironmentName string
    Name of the connected environment.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    component_name str
    Name of the Dapr Component.
    connected_environment_name str
    Name of the connected environment.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    componentName String
    Name of the Dapr Component.
    connectedEnvironmentName String
    Name of the connected environment.
    resourceGroupName 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 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 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.38.0 published on Monday, Apr 22, 2024 by Pulumi