Connection Auth Config Args
constructor(additionalVariables: Output<List<ConnectionAuthConfigAdditionalVariableArgs>>? = null, authKey: Output<String>? = null, authType: Output<String>, oauth2AuthCodeFlow: Output<ConnectionAuthConfigOauth2AuthCodeFlowArgs>? = null, oauth2ClientCredentials: Output<ConnectionAuthConfigOauth2ClientCredentialsArgs>? = null, oauth2JwtBearer: Output<ConnectionAuthConfigOauth2JwtBearerArgs>? = null, sshPublicKey: Output<ConnectionAuthConfigSshPublicKeyArgs>? = null, userPassword: Output<ConnectionAuthConfigUserPasswordArgs>? = null)