ConfigServerGitProperty interface   
Property of git.
Properties
| host | Public sshKey of git repository. | 
| host | SshKey algorithm of git repository. | 
| label | Label of the repository | 
| password | Password of git repository basic auth. | 
| private | Private sshKey algorithm of git repository. | 
| repositories | Repositories of git. | 
| search | Searching path of the repository | 
| strict | Strict host key checking or not. | 
| uri | URI of the repository | 
| username | Username of git repository basic auth. | 
Property Details
		hostKey
	 
	Public sshKey of git repository.
hostKey?: stringProperty Value
string
		hostKeyAlgorithm
	  
	SshKey algorithm of git repository.
hostKeyAlgorithm?: stringProperty Value
string
label
Label of the repository
label?: stringProperty Value
string
password
Password of git repository basic auth.
password?: stringProperty Value
string
		privateKey
	 
	Private sshKey algorithm of git repository.
privateKey?: stringProperty Value
string
repositories
		searchPaths
	 
	Searching path of the repository
searchPaths?: string[]Property Value
string[]
		strictHostKeyChecking
	   
	Strict host key checking or not.
strictHostKeyChecking?: booleanProperty Value
boolean
uri
URI of the repository
uri: stringProperty Value
string
username
Username of git repository basic auth.
username?: stringProperty Value
string