pulumi-azure-native-kotlin
2.14.0.0
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.
Constructors
Functions
Properties
Constructors
Symmetric
Key
Args
Link copied to clipboard
fun
SymmetricKeyArgs
(
connectionString
:
Output
<
AsymmetricEncryptedSecretArgs
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SymmetricKeyArgs
Properties
connection
String
Link copied to clipboard
val
connectionString
:
Output
<
AsymmetricEncryptedSecretArgs
>
?
=
null
Connection string based on the symmetric key.