CacheActiveDirectorySettingsCredentialsArgs

data class CacheActiveDirectorySettingsCredentialsArgs(val password: Output<String>? = null, val username: Output<String>) : ConvertibleToJava<CacheActiveDirectorySettingsCredentialsArgs>

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

Constructors

constructor(password: Output<String>? = null, username: Output<String>)

Properties

Link copied to clipboard
val password: Output<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
val username: Output<String>

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

Functions

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