ServerGroupClusterAuthConfigArgs

data class ServerGroupClusterAuthConfigArgs(val activeDirectoryAuth: Output<Either<String, ActiveDirectoryAuth>>? = null, val passwordAuth: Output<Either<String, PasswordAuth>>? = null) : ConvertibleToJava<ServerGroupClusterAuthConfigArgs>

Authentication configuration of a cluster.

Constructors

Link copied to clipboard
constructor(activeDirectoryAuth: Output<Either<String, ActiveDirectoryAuth>>? = null, passwordAuth: Output<Either<String, PasswordAuth>>? = null)

Properties

Link copied to clipboard
val activeDirectoryAuth: Output<Either<String, ActiveDirectoryAuth>>? = null
Link copied to clipboard
val passwordAuth: Output<Either<String, PasswordAuth>>? = null

Functions

Link copied to clipboard
open override fun toJava(): ServerGroupClusterAuthConfigArgs