toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.databoxedge.kotlin.inputs
/
SymmetricKeyArgs
Symmetric
Key
Args
data
class
SymmetricKeyArgs
(
val
connectionString
:
Output
<
AsymmetricEncryptedSecretArgs
>
?
=
null
)
:
ConvertibleToJava
<
SymmetricKeyArgs
>
Symmetric key for authentication.
Members
Constructors
Symmetric
Key
Args
Link copied to clipboard
constructor
(
connectionString
:
Output
<
AsymmetricEncryptedSecretArgs
>
?
=
null
)
Properties
connection
String
Link copied to clipboard
val
connectionString
:
Output
<
AsymmetricEncryptedSecretArgs
>
?
=
null
Connection string based on the symmetric key.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SymmetricKeyArgs