AcceleratorBasicAuthSetting interface

Auth setting for basic auth.

Extends

Properties

authType

Polymorphic discriminator, which specifies the different types this object can be

caCertResourceId

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

password

Password of git repository basic auth.

username

Username of git repository basic auth.

Property Details

authType

Polymorphic discriminator, which specifies the different types this object can be

authType: "BasicAuth"

Property Value

"BasicAuth"

caCertResourceId

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

caCertResourceId?: string

Property Value

string

password

Password of git repository basic auth.

password?: string

Property Value

string

username

Username of git repository basic auth.

username: string

Property Value

string