Which two attributes are required for a custom config RQL? (Choose two.)
Which two attributes are required for a custom config RQL? (Choose two.)
For a custom config RQL, the attributes json.rule and api.name are required. json.rule specifies the condition to filter resources, and api.name specifies the relevant API to apply the rule. These two attributes ensure that the query is both targeted and functional.
AC https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin/prisma-cloud-policies/create-a-policy
BC config from cloud.resource where cloud.account config from cloud.resource where api.name https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-rql-reference/rql-reference/config-query/config-query-attributes or AC Config queries require some mandatory attributes. It should begin with config where cloud.resource where and at a minimum have api.name in conjunction with json.rule or it can have an attribute from completion suggestions, or it can have two api.name attributes with a filter attribute. https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin/prisma-cloud-policies/create-a-policy
BC https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-rql-reference/rql-reference/config-query/config-query-attributes
Config queries require some mandatory attributes. It should begin with config where cloud.resource where and at a minimum have api.name in conjunction with json.rule or it can have an attribute from completion suggestions, or it can have two api.name attributes with a filter attribute.