toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.dbforpostgresql.kotlin.inputs
/
AuthConfigArgsBuilder
Auth
Config
Args
Builder
class
AuthConfigArgsBuilder
Builder for
AuthConfigArgs
.
Members
Functions
active
Directory
Auth
Link copied to clipboard
@
JvmName
(
name
=
"vjrftjnupuwdpmbw"
)
fun
activeDirectoryAuth
(
value
:
ActiveDirectoryAuthEnum
)
@
JvmName
(
name
=
"vpigyigptwlynank"
)
suspend
fun
activeDirectoryAuth
(
value
:
Either
<
String
,
ActiveDirectoryAuthEnum
>
?
)
@
JvmName
(
name
=
"mdcywjtfqeauutpl"
)
suspend
fun
activeDirectoryAuth
(
value
:
Output
<
Either
<
String
,
ActiveDirectoryAuthEnum
>
>
)
@
JvmName
(
name
=
"jjnjpaqcgeiftjga"
)
fun
activeDirectoryAuth
(
value
:
String
)
password
Auth
Link copied to clipboard
@
JvmName
(
name
=
"vwhngghfmwcmkmch"
)
fun
passwordAuth
(
value
:
PasswordAuthEnum
)
@
JvmName
(
name
=
"vwjijtavbfckxwgj"
)
suspend
fun
passwordAuth
(
value
:
Either
<
String
,
PasswordAuthEnum
>
?
)
@
JvmName
(
name
=
"buntrdtlakhgbnir"
)
suspend
fun
passwordAuth
(
value
:
Output
<
Either
<
String
,
PasswordAuthEnum
>
>
)
@
JvmName
(
name
=
"hirudrtfdskymyjs"
)
fun
passwordAuth
(
value
:
String
)
tenant
Id
Link copied to clipboard
@
JvmName
(
name
=
"valkcqipdaaeaqdn"
)
suspend
fun
tenantId
(
value
:
Output
<
String
>
)
@
JvmName
(
name
=
"ddssdjeosbeeejgr"
)
suspend
fun
tenantId
(
value
:
String
?
)