DeployedApiPolicy
Policy configuration for a deployed API including path-based rules and timing.
type DeployedApiPolicy {
path: String!
when: DeployedApiPolicyTiming!
rules: [DeployedApiPolicyRule!]
}
Fields
DeployedApiPolicy.path ● String! non-null scalar miscellaneous
The path for which this set of rules applies. The longest matching path is chosen and only it's rules are applied.
DeployedApiPolicy.when ● DeployedApiPolicyTiming! non-null enum platform
Specifies whether the policy is applied before or after the standard policies.
DeployedApiPolicy.rules ● [DeployedApiPolicyRule!] list object platform
Set of rules in this policy
Member Of
DeployedApi object
Was this topic helpful?