IdentitySourceArgs

constructor(alias: Output<String>? = null, baseGroupDN: Output<String>? = null, baseUserDN: Output<String>? = null, domain: Output<String>? = null, name: Output<String>? = null, password: Output<String>? = null, primaryServer: Output<String>? = null, secondaryServer: Output<String>? = null, ssl: Output<Either<String, SslEnum>>? = null, username: Output<String>? = null)