authenticationMode

@JvmName(name = "ocavobiygmntqdxv")
suspend fun authenticationMode(value: Output<AuthenticationModePropertiesArgs>)
@JvmName(name = "qldsmeyeceeheywh")
suspend fun authenticationMode(value: AuthenticationModePropertiesArgs?)

Parameters

value

Specifies the authentication mode to use. Below is an example of the possible JSON values:

{ Passwords: ["*****", "******"] // If Type is password.
}

@JvmName(name = "pnbxebjvnuysnsin")
suspend fun authenticationMode(argument: suspend AuthenticationModePropertiesArgsBuilder.() -> Unit)

Parameters

argument

Specifies the authentication mode to use. Below is an example of the possible JSON values:

{ Passwords: ["*****", "******"] // If Type is password.
}