Auth Config Response
data class AuthConfigResponse(val additionalVariables: List<ConfigVariableResponse>, val authKey: String, val authType: String, val oauth2AuthCodeFlow: Oauth2AuthCodeFlowResponse, val oauth2ClientCredentials: Oauth2ClientCredentialsResponse, val oauth2JwtBearer: Oauth2JwtBearerResponse, val sshPublicKey: SshPublicKeyResponse, val userPassword: UserPasswordResponse)
AuthConfig defines details of a authentication type.
Constructors
Link copied to clipboard
fun AuthConfigResponse(additionalVariables: List<ConfigVariableResponse>, authKey: String, authType: String, oauth2AuthCodeFlow: Oauth2AuthCodeFlowResponse, oauth2ClientCredentials: Oauth2ClientCredentialsResponse, oauth2JwtBearer: Oauth2JwtBearerResponse, sshPublicKey: SshPublicKeyResponse, userPassword: UserPasswordResponse)