Cache Active Directory Settings Credentials Args
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
Link copied to clipboard
fun CacheActiveDirectorySettingsCredentialsArgs(password: Output<String>? = null, username: Output<String>)