ConfigurationServiceGitRepository interface
Git repository property payload for Application Configuration Service
Properties
ca |
Resource Id of CA certificate for https URL of Git repository. |
git |
Git libraries used to support various repository providers |
host |
Public sshKey of git repository. |
host |
SshKey algorithm of git repository. |
label | Label of the repository |
name | Name of the repository |
password | Password of git repository basic auth. |
patterns | Collection of patterns of the repository |
private |
Private sshKey algorithm of git repository. |
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
caCertResourceId
Resource Id of CA certificate for https URL of Git repository.
caCertResourceId?: string
Property Value
string
gitImplementation
Git libraries used to support various repository providers
gitImplementation?: string
Property Value
string
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
name
Name of the repository
name: string
Property Value
string
password
Password of git repository basic auth.
password?: string
Property Value
string
patterns
Collection of patterns of the repository
patterns: string[]
Property Value
string[]
privateKey
Private sshKey algorithm of git repository.
privateKey?: string
Property Value
string
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