pulumi-azure-native-kotlin
2.14.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
=
"jtysixxcpdnbkrms"
)
fun
activeDirectoryAuth
(
value
:
ActiveDirectoryAuthEnum
)
@
JvmName
(
name
=
"laqpxspjojwydnxw"
)
suspend
fun
activeDirectoryAuth
(
value
:
Either
<
String
,
ActiveDirectoryAuthEnum
>
?
)
@
JvmName
(
name
=
"rttbqpdagreajmsk"
)
suspend
fun
activeDirectoryAuth
(
value
:
Output
<
Either
<
String
,
ActiveDirectoryAuthEnum
>
>
)
@
JvmName
(
name
=
"ynfahyevrwwbqyos"
)
fun
activeDirectoryAuth
(
value
:
String
)
password
Auth
Link copied to clipboard
@
JvmName
(
name
=
"gnpjfpruqdlrcjpr"
)
fun
passwordAuth
(
value
:
PasswordAuthEnum
)
@
JvmName
(
name
=
"mdmpkebgumruoloj"
)
suspend
fun
passwordAuth
(
value
:
Either
<
String
,
PasswordAuthEnum
>
?
)
@
JvmName
(
name
=
"rtsiuckrrnvuuavg"
)
suspend
fun
passwordAuth
(
value
:
Output
<
Either
<
String
,
PasswordAuthEnum
>
>
)
@
JvmName
(
name
=
"oolelpvqosqstrua"
)
fun
passwordAuth
(
value
:
String
)
tenant
Id
Link copied to clipboard
@
JvmName
(
name
=
"swwoxxlnutkpweux"
)
suspend
fun
tenantId
(
value
:
Output
<
String
>
)
@
JvmName
(
name
=
"kvjbfcdndglmmhqh"
)
suspend
fun
tenantId
(
value
:
String
?
)