AuthConfigResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List containing additional auth configs.

Link copied to clipboard

Identifier key for auth config

Link copied to clipboard

The type of authentication configured.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard