Package version:

Interface ConfigurationServiceGitRepository

Git repository property payload for Application Configuration Service

Hierarchy

  • ConfigurationServiceGitRepository

Properties

hostKey?: string

Public sshKey of git repository.

hostKeyAlgorithm?: string

SshKey algorithm of git repository.

label: string

Label of the repository

name: string

Name of the repository

password?: string

Password of git repository basic auth.

patterns: string[]

Collection of patterns of the repository

privateKey?: string

Private sshKey algorithm of git repository.

searchPaths?: string[]

Searching path of the repository

strictHostKeyChecking?: boolean

Strict host key checking or not.

uri: string

URI of the repository

username?: string

Username of git repository basic auth.

Generated using TypeDoc