AcceleratorPublicSettingResponse

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

Auth setting for public url.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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