deployedApiPolicyRules
Return all DeployedApiPolicyRules in the account. Example query:
query{
deployedApiPolicyRules{
id,
name,
description,
methods,
type,
configuration
}
}
deployedApiPolicyRules: [DeployedApiPolicyRule!]
Type
DeployedApiPolicyRule object platform
Defines a policy rule for API requests with method restrictions and configuration.
Was this topic helpful?