ConfigServerGitProperty interface

Property of git.

Properties

hostKey

Public sshKey of git repository.

hostKeyAlgorithm

SshKey algorithm of git repository.

label

Label of the repository

password

Password of git repository basic auth.

privateKey

Private sshKey algorithm of git repository.

repositories

Repositories of git.

searchPaths

Searching path of the repository

strictHostKeyChecking

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

Repositories of git.

repositories?: GitPatternRepository[]

Property Value

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