ConfigurationServiceGitRepository interface   
应用程序配置服务的 Git 存储库属性有效负载
属性
| host | 
	git 存储库的公共 sshKey。  | 
| host | 
	git 存储库的 SshKey 算法。  | 
| label | 存储库的标签  | 
| name | 存储库的名称  | 
| password | git 存储库基本身份验证的密码。  | 
| patterns | 存储库模式的集合  | 
| private | 
	git 存储库的专用 sshKey 算法。  | 
| search | 
	搜索存储库的路径  | 
| strict | 
	严格主机密钥检查或不检查。  | 
| uri | 存储库的 URI  | 
| username | git 存储库基本身份验证的用户名。  | 
属性详细信息
		hostKey
	 
	git 存储库的公共 sshKey。
hostKey?: string
				属性值
string
		hostKeyAlgorithm
	  
	git 存储库的 SshKey 算法。
hostKeyAlgorithm?: string
				属性值
string
label
存储库的标签
label: string
				属性值
string
name
存储库的名称
name: string
				属性值
string
password
git 存储库基本身份验证的密码。
password?: string
				属性值
string
patterns
存储库模式的集合
patterns: string[]
				属性值
string[]
		privateKey
	 
	git 存储库的专用 sshKey 算法。
privateKey?: string
				属性值
string
		searchPaths
	 
	搜索存储库的路径
searchPaths?: string[]
				属性值
string[]
		strictHostKeyChecking
	   
	严格主机密钥检查或不检查。
strictHostKeyChecking?: boolean
				属性值
boolean
uri
存储库的 URI
uri: string
				属性值
string
username
git 存储库基本身份验证的用户名。
username?: string
				属性值
string