DeployedApiPolicyRuleInput
Input parameters for creating a new policy rule.
input DeployedApiPolicyRuleInput {
id: ID!
name: String
description: String
methods: [HttpMethod!]
configuration: String
}
Fields
DeployedApiPolicyRuleInput.id ● ID! non-null scalar miscellaneous
Rule identifier
DeployedApiPolicyRuleInput.name ● String scalar miscellaneous
User-defined rule name. Not used during execution.
DeployedApiPolicyRuleInput.description ● String scalar miscellaneous
A human readable description of this rule. Not used during execution
DeployedApiPolicyRuleInput.methods ● [HttpMethod!] list enum catalog-service
All the HTTP methods for which this rule applies
DeployedApiPolicyRuleInput.configuration ● String scalar miscellaneous
JSON-encoded configuration for the rule
Member Of
deployedApiPolicyRuleUpdate mutation
Was this topic helpful?