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?: 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