Secret Auth Info Args
data class SecretAuthInfoArgs(val authType: Output<String>, val name: Output<String>? = null, val secretInfo: Output<Any>? = null) : ConvertibleToJava<SecretAuthInfoArgs>
The authentication info when authType is secret