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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.app.listDaprComponentSecrets
Explore with Pulumi AI
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.63.0 published on Tuesday, Sep 24, 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-02-02-preview, 2024-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:
- Component
Name string - Name of the Dapr Component.
- Environment
Name string - Name of the Managed Environment.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Component
Name string - Name of the Dapr Component.
- Environment
Name string - Name of the Managed Environment.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- component
Name String - Name of the Dapr Component.
- environment
Name String - Name of the Managed Environment.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- component
Name string - Name of the Dapr Component.
- environment
Name string - Name of the Managed Environment.
- resource
Group stringName - 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_ strname - The name of the resource group. The name is case insensitive.
- component
Name String - Name of the Dapr Component.
- environment
Name String - Name of the Managed Environment.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
listDaprComponentSecrets Result
The following output properties are available:
- Value
List<Pulumi.
Azure Native. App. Outputs. Dapr Secret Response> - Collection of secrets used by a Dapr component
- Value
[]Dapr
Secret Response - Collection of secrets used by a Dapr component
- value
List<Dapr
Secret Response> - Collection of secrets used by a Dapr component
- value
Dapr
Secret Response[] - Collection of secrets used by a Dapr component
- value
Sequence[Dapr
Secret Response] - Collection of secrets used by a Dapr component
- value List<Property Map>
- Collection of secrets used by a Dapr component
Supporting Types
DaprSecretResponse
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 v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi