IdentitySourceResponse

data class IdentitySourceResponse(val alias: String? = null, val baseGroupDN: String? = null, val baseUserDN: String? = null, val domain: String? = null, val name: String? = null, val password: String? = null, val primaryServer: String? = null, val secondaryServer: String? = null, val ssl: String? = null, val username: String? = null)

vCenter Single Sign On Identity Source

Constructors

Link copied to clipboard
constructor(alias: String? = null, baseGroupDN: String? = null, baseUserDN: String? = null, domain: String? = null, name: String? = null, password: String? = null, primaryServer: String? = null, secondaryServer: String? = null, ssl: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alias: String? = null

The domain's NetBIOS name

Link copied to clipboard
val baseGroupDN: String? = null

The base distinguished name for groups

Link copied to clipboard
val baseUserDN: String? = null

The base distinguished name for users

Link copied to clipboard
val domain: String? = null

The domain's dns name

Link copied to clipboard
val name: String? = null

The name of the identity source

Link copied to clipboard
val password: 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: String? = null

Primary server URL

Link copied to clipboard
val secondaryServer: String? = null

Secondary server URL

Link copied to clipboard
val ssl: String? = null

Protect LDAP communication using SSL certificate (LDAPS)

Link copied to clipboard
val username: String? = null

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