AcceleratorBasicAuthSettingResponse

data class AcceleratorBasicAuthSettingResponse(val authType: String, val caCertResourceId: String? = null, val username: String)

Auth setting for basic auth.

Constructors

Link copied to clipboard
constructor(authType: String, caCertResourceId: String? = null, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the auth setting. Expected value is 'BasicAuth'.

Link copied to clipboard

Resource Id of CA certificate for https URL of Git repository.

Link copied to clipboard

Username of git repository basic auth.