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?: string
Property Value
string
hostKeyAlgorithm
SshKey algorithm of git repository.
hostKeyAlgorithm?: string
Property Value
string
label
Label of the repository
label?: string
Property Value
string
password
Password of git repository basic auth.
password?: string
Property Value
string
privateKey
Private sshKey algorithm of git repository.
privateKey?: string
Property Value
string
repositories
searchPaths
Searching path of the repository
searchPaths?: string[]
Property Value
string[]
strictHostKeyChecking
Strict host key checking or not.
strictHostKeyChecking?: boolean
Property Value
boolean
uri
URI of the repository
uri: string
Property Value
string
username
Username of git repository basic auth.
username?: string
Property Value
string