AcceleratorBasicAuthSetting interface   
Auth setting for basic auth.
- Extends
Properties
| auth | Polymorphic discriminator, which specifies the different types this object can be | 
| ca | 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?: stringProperty Value
string
password
Password of git repository basic auth.
password?: stringProperty Value
string
username
Username of git repository basic auth.
username: stringProperty Value
string