toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.servicefabricmesh.kotlin.outputs
/
ListSecretValueResult
List
Secret
Value
Result
data
class
ListSecretValueResult
(
val
value
:
String
?
=
null
)
This type represents the unencrypted value of the secret.
Members
Constructors
List
Secret
Value
Result
Link copied to clipboard
constructor
(
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
value
Link copied to clipboard
val
value
:
String
?
=
null
The actual value of the secret.