Modifying Hotglue Target Settings
id
id
field is a unique identifier for the Target. It is used internally to reference the Target and should be unique across all Targets.
label
label
field is a human-readable name for the Target. This is the name that will be displayed in the user interface.
icon
icon
field is a URL to an image that represents the Target. This icon will be displayed in the user interface alongside the Target’s label.
tags
tags
field is an array of strings that categorize the Target. These tags can be used to filter and search for Targets.
domain
domain
field specifies the primary domain associated with the Target. This is typically the domain of the service the Target integrates with.
type
type
field specifies the authentication method used by the Target. Accepted values are oauth
and api
isForked
isForked
field indicates whether this Target has been modified from the default Hotglue Target settings.
install_uri
install_uri
field can be used to overwrite the default git repo that the Target will be installed from:
install_uri
for particular tenants by instead using:
is_private_repo
is_private_repo
field tells hotglue to use your configured git access token when installing your Target.