authMode

@JvmName(name = "pwukqttxqhvwqfmu")
suspend fun authMode(value: Output<Either<String, AuthMode>>)
@JvmName(name = "ljxqlbdfmoskbxfk")
suspend fun authMode(value: Either<String, AuthMode>?)
@JvmName(name = "twibvsbyoamtpaak")
fun authMode(value: String)
@JvmName(name = "lapsvwjqvfaevmeu")
fun authMode(value: AuthMode)

Parameters

value

Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.