ListConnectedEnvironmentsDaprComponentSecretsPlainArgs

data class ListConnectedEnvironmentsDaprComponentSecretsPlainArgs(val componentName: String, val connectedEnvironmentName: String, val resourceGroupName: String) : ConvertibleToJava<ListConnectedEnvironmentsDaprComponentSecretsPlainArgs>

Constructors

constructor(componentName: String, connectedEnvironmentName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Name of the Dapr Component.

Link copied to clipboard

Name of the connected environment.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

Link copied to clipboard
open override fun toJava(): ListConnectedEnvironmentsDaprComponentSecretsPlainArgs