Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateImportedPackageDetails

Payload for updating an imported package

Properties

currentPackageId

currentPackageId: string

ID of the new package (i.e. version) to import, replacing the old imported package. Leave null if no new package resources are required. The name of the new package must must match the name of the already-imported package.

Optional definedTags

definedTags: undefined | object

Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type, or scope. Example: {@code {"bar-key": "value"}}

parameterValues

parameterValues: object

A list of the updated parameter values to apply to this imported package.

Type declaration

  • [key: string]: string

Functions

getDeserializedJsonObj

getJsonObj