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