pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.dbforpostgresql.kotlin.inputs
/
AuthConfigArgs
/
AuthConfigArgs
Auth
Config
Args
fun
AuthConfigArgs
(
activeDirectoryAuth
:
Output
<
Either
<
String
,
ActiveDirectoryAuthEnum
>
>
?
=
null
,
passwordAuth
:
Output
<
Either
<
String
,
PasswordAuthEnum
>
>
?
=
null
,
tenantId
:
Output
<
String
>
?
=
null
)