GitCatalogResponse

data class GitCatalogResponse(val branch: String? = null, val path: String? = null, val secretIdentifier: String? = null, val uri: String? = null)

Properties for a Git repository catalog.

Constructors

Link copied to clipboard
constructor(branch: String? = null, path: String? = null, secretIdentifier: String? = null, uri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val branch: String? = null

Git branch.

Link copied to clipboard
val path: String? = null

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

Link copied to clipboard

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

Link copied to clipboard
val uri: String? = null

Git URI.