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
str

Git URI.

Default value: None
branch
str

Git branch.

Default value: None
secret_identifier
str

A reference to the Key Vault secret containing a security token to authenticate to a Git repository.

Default value: None
path
str

The folder where the catalog items can be found inside the repository.

Default value: None

Variables

Name Description
uri
str

Git URI.

branch
str

Git branch.

secret_identifier
str

A reference to the Key Vault secret containing a security token to authenticate to a Git repository.

path
str

The folder where the catalog items can be found inside the repository.