list Dapr Component Secrets
suspend fun listDaprComponentSecrets(argument: ListDaprComponentSecretsPlainArgs): ListDaprComponentSecretsResult
Dapr component Secrets Collection for ListSecrets Action API Version: 2022-03-01.
Return
Dapr component Secrets Collection for ListSecrets Action
Parameters
argument
null
suspend fun listDaprComponentSecrets(componentName: String, environmentName: String, resourceGroupName: String): ListDaprComponentSecretsResult
Return
Dapr component Secrets Collection for ListSecrets Action
Parameters
component Name
Name of the Dapr Component.
environment Name
Name of the Managed Environment.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun listDaprComponentSecrets(argument: suspend ListDaprComponentSecretsPlainArgsBuilder.() -> Unit): ListDaprComponentSecretsResult
Return
Dapr component Secrets Collection for ListSecrets Action
Parameters
argument
Builder for com.pulumi.azurenative.app.kotlin.inputs.ListDaprComponentSecretsPlainArgs.