CacheActiveDirectorySettingsResponseCredentials

data class CacheActiveDirectorySettingsResponseCredentials(val password: String? = null, val username: String)

Active Directory admin credentials used to join the HPC Cache to a domain.

Constructors

constructor(password: String? = null, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response.

Link copied to clipboard

Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response.