OBJECT

TanzuHubPolicyMutationProvider

link GraphQL Schema definition

  • type TanzuHubPolicyMutationProvider implements HubPolicyMutationProvider {
  • # Create a Hub Policy.
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • #
  • # Arguments
  • # input: Policy details
  • createHubPolicy(input: TanzuHubPolicyCreateInput!): TanzuHubPolicy!
  • name: String!
  • # Test the policy. This includes validation and query execution.
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • #
  • # Arguments
  • # input: [Not documented]
  • testHubPolicy(input: TanzuHubPolicyCreateInput!): TanzuHubPolicyTestRun!
  • # Update the policy
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • #
  • # Arguments
  • # input: Policy details
  • updateHubPolicy(input: TanzuHubPolicyEditInput!): TanzuHubPolicy!
  • }