ignorablePolicyTopics property

List<String>? ignorablePolicyTopics
getter/setter pair

The list of policy topics that should not cause a PolicyFindingError to be reported.

This field is used for ad policy exemptions. It corresponds to the PolicyTopicEntry.topic field. If this field is populated, then exempt_policy_violation_keys must be empty. Resources that violate these policies will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.

Implementation

core.List<core.String>? ignorablePolicyTopics;