OBJECT

TanzuHubPolicyMutation

link GraphQL Schema definition

  • type TanzuHubPolicyMutation {
  • # Delete the policy
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • #
  • # Arguments
  • # input: [Not documented]
  • deleteHubPolicy(input: [HubPolicyIdInput!]): TanzuHubPolicyUpdateResult!
  • # Evaluate Policy in an ad-hoc manner. The regular execution will still happen.
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • #
  • # Arguments
  • # policyId: [Not documented]
  • evaluateHubPolicy(policyId: String!): TanzuHubPolicyRun!
  • providers: HubPolicyMutationProviders!
  • # This will enable/disable the scheduled execution of the policy
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • #
  • # Arguments
  • # input: [Not documented]
  • # status: [Not documented]
  • setHubPolicyActivationStatus(
  • input: [HubPolicyIdInput!],
  • status: Boolean
  • ): TanzuHubPolicyUpdateResult!
  • }

link Require by