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