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]
- 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]
- String!): TanzuHubPolicyRun! ( :
- 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]
- (
- HubPolicyIdInput!], : [
- Boolean :
- ): TanzuHubPolicyUpdateResult!
- }