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
Constructors
Link copied to clipboard
fun SecretAuthInfoArgs(authType: Output<String>, name: Output<String>? = null, secretInfo: Output<Any>? = null)