pulumi-azure-native-kotlin
2.8.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.dbforpostgresql.kotlin.inputs
/
AuthConfigArgsBuilder
Auth
Config
Args
Builder
class
AuthConfigArgsBuilder
Builder for
AuthConfigArgs
.
Functions
Functions
active
Directory
Auth
Link copied to clipboard
@
JvmName
(
name
=
"sgocjojlhpkwsvas"
)
fun
activeDirectoryAuth
(
value
:
ActiveDirectoryAuthEnum
)
@
JvmName
(
name
=
"snmftequckonykee"
)
suspend
fun
activeDirectoryAuth
(
value
:
Either
<
String
,
ActiveDirectoryAuthEnum
>
?
)
@
JvmName
(
name
=
"sdltmfujghpjtsey"
)
suspend
fun
activeDirectoryAuth
(
value
:
Output
<
Either
<
String
,
ActiveDirectoryAuthEnum
>
>
)
@
JvmName
(
name
=
"yoxoeyiuwgygulkl"
)
fun
activeDirectoryAuth
(
value
:
String
)
password
Auth
Link copied to clipboard
@
JvmName
(
name
=
"ihqsjrmwgnctqoot"
)
fun
passwordAuth
(
value
:
PasswordAuthEnum
)
@
JvmName
(
name
=
"cdguqmnhfsgqmnta"
)
suspend
fun
passwordAuth
(
value
:
Either
<
String
,
PasswordAuthEnum
>
?
)
@
JvmName
(
name
=
"dmpdhqkgdlvwpwyh"
)
suspend
fun
passwordAuth
(
value
:
Output
<
Either
<
String
,
PasswordAuthEnum
>
>
)
@
JvmName
(
name
=
"umxcqqdppjrocotx"
)
fun
passwordAuth
(
value
:
String
)
tenant
Id
Link copied to clipboard
@
JvmName
(
name
=
"sfyfisdhhmeaqhmh"
)
suspend
fun
tenantId
(
value
:
Output
<
String
>
)
@
JvmName
(
name
=
"mefqsegamxkxdfcq"
)
suspend
fun
tenantId
(
value
:
String
?
)