GitCatalog interface
Git 存储库目录的属性。
属性
| branch | Git 分支。 |
| path | 可以在存储库中找到目录项的文件夹。 |
| secret |
对 Key Vault 机密的引用,其中包含用于向 Git 存储库进行身份验证的安全令牌。 |
| uri | Git URI。 |
属性详细信息
branch
Git 分支。
branch?: string
属性值
string
path
可以在存储库中找到目录项的文件夹。
path?: string
属性值
string
secretIdentifier
对 Key Vault 机密的引用,其中包含用于向 Git 存储库进行身份验证的安全令牌。
secretIdentifier?: string
属性值
string
uri
Git URI。
uri?: string
属性值
string