IdentitySourceArgs

data class IdentitySourceArgs(val alias: Output<String>? = null, val baseGroupDN: Output<String>? = null, val baseUserDN: Output<String>? = null, val domain: Output<String>? = null, val name: Output<String>? = null, val password: Output<String>? = null, val primaryServer: Output<String>? = null, val secondaryServer: Output<String>? = null, val ssl: Output<Either<String, SslEnum>>? = null, val username: Output<String>? = null) : ConvertibleToJava<IdentitySourceArgs>

vCenter Single Sign On Identity Source

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
val alias: Output<String>? = null

The domain's NetBIOS name

Link copied to clipboard
val baseGroupDN: Output<String>? = null

The base distinguished name for groups

Link copied to clipboard
val baseUserDN: Output<String>? = null

The base distinguished name for users

Link copied to clipboard
val domain: Output<String>? = null

The domain's DNS name

Link copied to clipboard
val name: Output<String>? = null

The name of the identity source

Link copied to clipboard
val password: Output<String>? = null

The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups.

Link copied to clipboard
val primaryServer: Output<String>? = null

Primary server URL

Link copied to clipboard
val secondaryServer: Output<String>? = null

Secondary server URL

Link copied to clipboard
val ssl: Output<Either<String, SslEnum>>? = null

Protect LDAP communication using SSL certificate (LDAPS)

Link copied to clipboard
val username: Output<String>? = null

The ID of an Active Directory user with a minimum of read-only access to Base DN for users and group

Functions

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