ConfigurationServiceGitRepository interface
Application Configuration Service の Git リポジトリ プロパティ ペイロード
プロパティ
ca |
Git リポジトリの https URL の CA 証明書のリソース ID。 |
git |
さまざまなリポジトリ プロバイダーをサポートするために使用される Git ライブラリ |
host |
Git リポジトリのパブリック sshKey。 |
host |
Git リポジトリの SshKey アルゴリズム。 |
label | リポジトリのラベル |
name | リポジトリの名前 |
password | Git リポジトリの基本認証のパスワード。 |
patterns | リポジトリのパターンのコレクション |
private |
Git リポジトリのプライベート sshKey アルゴリズム。 |
search |
リポジトリの検索パス |
strict |
厳密なホスト キーのチェックかどうか。 |
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