DaprPropertiesArgs

data class DaprPropertiesArgs(val componentType: Output<String>? = null, val metadata: Output<List<DaprMetadataArgs>>? = null, val scopes: Output<List<String>>? = null, val secretStoreComponent: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<DaprPropertiesArgs>

Indicates some additional properties for dapr client type

Constructors

Link copied to clipboard
constructor(componentType: Output<String>? = null, metadata: Output<List<DaprMetadataArgs>>? = null, scopes: Output<List<String>>? = null, secretStoreComponent: Output<String>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val componentType: Output<String>? = null

The dapr component type

Link copied to clipboard
val metadata: Output<List<DaprMetadataArgs>>? = null

Additional dapr metadata

Link copied to clipboard
val scopes: Output<List<String>>? = null

The dapr component scopes

Link copied to clipboard
val secretStoreComponent: Output<String>? = null

The name of a secret store dapr to retrieve secret

Link copied to clipboard
val version: Output<String>? = null

The dapr component version

Functions

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