OBJECT

TanzuHubPolicyUpdateResult

link GraphQL Schema definition

  • type TanzuHubPolicyUpdateResult {
  • # Delete/Enable/Disable failures with error messages
  • failure: [TanzuHubPolicyUpdateFailure!]
  • # Hub policies successfully deleted/enabled/disabled. For delete operation, this
  • # will contain the hub policy before deletion
  • success: [TanzuHubPolicy!]
  • }