Connection Auth Config
data class ConnectionAuthConfig(val additionalVariables: List<ConnectionAuthConfigAdditionalVariable>? = null, val authKey: String? = null, val authType: String, val oauth2AuthCodeFlow: ConnectionAuthConfigOauth2AuthCodeFlow? = null, val oauth2ClientCredentials: ConnectionAuthConfigOauth2ClientCredentials? = null, val oauth2JwtBearer: ConnectionAuthConfigOauth2JwtBearer? = null, val sshPublicKey: ConnectionAuthConfigSshPublicKey? = null, val userPassword: ConnectionAuthConfigUserPassword? = null)
Constructors
Link copied to clipboard
fun ConnectionAuthConfig(additionalVariables: List<ConnectionAuthConfigAdditionalVariable>? = null, authKey: String? = null, authType: String, oauth2AuthCodeFlow: ConnectionAuthConfigOauth2AuthCodeFlow? = null, oauth2ClientCredentials: ConnectionAuthConfigOauth2ClientCredentials? = null, oauth2JwtBearer: ConnectionAuthConfigOauth2JwtBearer? = null, sshPublicKey: ConnectionAuthConfigSshPublicKey? = null, userPassword: ConnectionAuthConfigUserPassword? = null)