Waiting for engine...
Skip to main content

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.

On this Page