GitCatalogArgs

data class GitCatalogArgs(val branch: Output<String>? = null, val path: Output<String>? = null, val secretIdentifier: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<GitCatalogArgs>

Properties for a Git repository catalog.

Constructors

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

Properties

Link copied to clipboard
val branch: Output<String>? = null

Git branch.

Link copied to clipboard
val path: Output<String>? = null

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

Link copied to clipboard
val secretIdentifier: Output<String>? = null

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

Link copied to clipboard
val uri: Output<String>? = null

Git URI.

Functions

Link copied to clipboard
open override fun toJava(): GitCatalogArgs