Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigurationServiceGitRepository

Package version

Git repository property payload for Application Configuration Service

Hierarchy

  • ConfigurationServiceGitRepository

Index

Properties

Optional hostKey

hostKey: undefined | string

Public sshKey of git repository.

Optional hostKeyAlgorithm

hostKeyAlgorithm: undefined | string

SshKey algorithm of git repository.

label

label: string

Label of the repository

name

name: string

Name of the repository

Optional password

password: undefined | string

Password of git repository basic auth.

patterns

patterns: string[]

Collection of patterns of the repository

Optional privateKey

privateKey: undefined | string

Private sshKey algorithm of git repository.

Optional searchPaths

searchPaths: string[]

Searching path of the repository

Optional strictHostKeyChecking

strictHostKeyChecking: undefined | false | true

Strict host key checking or not.

uri

uri: string

URI of the repository

Optional username

username: undefined | string

Username of git repository basic auth.

Generated using TypeDoc