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