Exam PCCSE All QuestionsBrowse all questions from this exam
Question 197

Which two attributes are required for a custom config RQL? (Choose two.)

    Correct Answer: A, C

    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.

Discussion
poiuytrOptions: AC

AC https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin/prisma-cloud-policies/create-a-policy

SpippoloOptions: BC

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

Redrum702Options: BC

BC https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-rql-reference/rql-reference/config-query/config-query-attributes

piipoOptions: 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.