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
- TanzuHubPolicyCreateInput!): TanzuHubPolicy! ( :
- 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]
- 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
- TanzuHubPolicyEditInput!): TanzuHubPolicy! ( :
- }