次の方法で共有


ConfigurationServiceGitRepository interface

Application Configuration Service の Git リポジトリ プロパティ ペイロード

プロパティ

caCertResourceId

Git リポジトリの https URL の CA 証明書のリソース ID。

gitImplementation

さまざまなリポジトリ プロバイダーをサポートするために使用される Git ライブラリ

hostKey

Git リポジトリのパブリック sshKey。

hostKeyAlgorithm

Git リポジトリの SshKey アルゴリズム。

label

リポジトリのラベル

name

リポジトリの名前

password

Git リポジトリの基本認証のパスワード。

patterns

リポジトリのパターンのコレクション

privateKey

Git リポジトリのプライベート sshKey アルゴリズム。

searchPaths

リポジトリの検索パス

strictHostKeyChecking

厳密なホスト キーのチェックかどうか。

uri

リポジトリの URI

username

Git リポジトリの基本認証のユーザー名。

プロパティの詳細

caCertResourceId

Git リポジトリの https URL の CA 証明書のリソース ID。

caCertResourceId?: string

プロパティ値

string

gitImplementation

さまざまなリポジトリ プロバイダーをサポートするために使用される Git ライブラリ

gitImplementation?: string

プロパティ値

string

hostKey

Git リポジトリのパブリック sshKey。

hostKey?: string

プロパティ値

string

hostKeyAlgorithm

Git リポジトリの SshKey アルゴリズム。

hostKeyAlgorithm?: string

プロパティ値

string

label

リポジトリのラベル

label: string

プロパティ値

string

name

リポジトリの名前

name: string

プロパティ値

string

password

Git リポジトリの基本認証のパスワード。

password?: string

プロパティ値

string

patterns

リポジトリのパターンのコレクション

patterns: string[]

プロパティ値

string[]

privateKey

Git リポジトリのプライベート sshKey アルゴリズム。

privateKey?: string

プロパティ値

string

searchPaths

リポジトリの検索パス

searchPaths?: string[]

プロパティ値

string[]

strictHostKeyChecking

厳密なホスト キーのチェックかどうか。

strictHostKeyChecking?: boolean

プロパティ値

boolean

uri

リポジトリの URI

uri: string

プロパティ値

string

username

Git リポジトリの基本認証のユーザー名。

username?: string

プロパティ値

string