Server Group Cluster Auth Config Args
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)