GitCatalog Class
Properties for a Git repository catalog.
Constructor
GitCatalog(*, uri: str | None = None, branch: str | None = None, secret_identifier: str | None = None, path: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
uri
|
Git URI. Default value: None
|
|
branch
|
Git branch. Default value: None
|
|
secret_identifier
|
A reference to the Key Vault secret containing a security token to authenticate to a Git repository. Default value: None
|
|
path
|
The folder where the catalog items can be found inside the repository. Default value: None
|