OBJECT

CatalogItemDepreciationInfo

VMware Application Catalog Application Release's deprecation policy information.

link GraphQL Schema definition

  • type CatalogItemDepreciationInfo {
  • # Sentence pointing to alternatives to the deprecated resource
  • alternative: String
  • # Effective date since which the deprecation policy takes effect
  • deprecationDate: Date
  • # Sentence explaining why the deprecation policy is set
  • reason: String
  • status: CatalogItemDepreciationStatus!
  • }