ConfigServerGitProperty interface
خاصية git.
الخصائص
| host |
مفتاح sshKey العام لمستودع git. |
| host |
خوارزمية SshKey لمستودع git. |
| label | تسمية المستودع |
| password | كلمة مرور المصادقة الأساسية لمستودع git. |
| private |
خوارزمية sshKey الخاصة لمستودع git. |
| repositories | مستودعات git. |
| search |
البحث في مسار المستودع |
| strict |
التحقق من مفتاح المضيف الصارم أم لا. |
| uri | URI للمستودع |
| username | اسم المستخدم للمصادقة الأساسية لمستودع git. |
تفاصيل الخاصية
hostKey
مفتاح sshKey العام لمستودع git.
hostKey?: string
قيمة الخاصية
string
hostKeyAlgorithm
خوارزمية SshKey لمستودع git.
hostKeyAlgorithm?: string
قيمة الخاصية
string
label
تسمية المستودع
label?: string
قيمة الخاصية
string
password
كلمة مرور المصادقة الأساسية لمستودع git.
password?: string
قيمة الخاصية
string
privateKey
خوارزمية sshKey الخاصة لمستودع git.
privateKey?: string
قيمة الخاصية
string
repositories
searchPaths
البحث في مسار المستودع
searchPaths?: string[]
قيمة الخاصية
string[]
strictHostKeyChecking
التحقق من مفتاح المضيف الصارم أم لا.
strictHostKeyChecking?: boolean
قيمة الخاصية
boolean
uri
URI للمستودع
uri: string
قيمة الخاصية
string
username
اسم المستخدم للمصادقة الأساسية لمستودع git.
username?: string
قيمة الخاصية
string