ConnectionAuthConfig

constructor(additionalVariables: List<ConnectionAuthConfigAdditionalVariable>? = null, authKey: String? = null, authType: String, oauth2AuthCodeFlow: ConnectionAuthConfigOauth2AuthCodeFlow? = null, oauth2ClientCredentials: ConnectionAuthConfigOauth2ClientCredentials? = null, oauth2JwtBearer: ConnectionAuthConfigOauth2JwtBearer? = null, sshPublicKey: ConnectionAuthConfigSshPublicKey? = null, userPassword: ConnectionAuthConfigUserPassword? = null)