AcceleratorSshSetting interface  
Auth setting for SSH auth.
- Extends
Properties
| auth | Polymorphic discriminator, which specifies the different types this object can be | 
| host | Public SSH Key of git repository. | 
| host | SSH Key algorithm of git repository. | 
| private | Private SSH Key algorithm of git repository. | 
Property Details
		authType
	 
	Polymorphic discriminator, which specifies the different types this object can be
authType: "SSH"Property Value
"SSH"
		hostKey
	 
	Public SSH Key of git repository.
hostKey?: stringProperty Value
string
		hostKeyAlgorithm
	  
	SSH Key algorithm of git repository.
hostKeyAlgorithm?: stringProperty Value
string
		privateKey
	 
	Private SSH Key algorithm of git repository.
privateKey?: stringProperty Value
string