pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.containerapp.kotlin.outputs
/
EnvironmentDaprComponentSecret
Environment
Dapr
Component
Secret
data
class
EnvironmentDaprComponentSecret
(
val
name
:
String
,
val
value
:
String
)
Types
Constructors
Properties
Constructors
Environment
Dapr
Component
Secret
Link copied to clipboard
fun
EnvironmentDaprComponentSecret
(
name
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
The Secret name.
value
Link copied to clipboard
val
value
:
String
The value for this secret.