GitCatalog interface

Properties for a Git repository catalog.

Properties

branch

Git branch.

path

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

secretIdentifier

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

uri

Git URI.

Property Details

branch

Git branch.

branch?: string

Property Value

string

path

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

path?: string

Property Value

string

secretIdentifier

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

secretIdentifier?: string

Property Value

string

uri

Git URI.

uri?: string

Property Value

string