[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[[["The `SecurityPolicyType` enumeration defines the type of security policy for accessing content on a CDN."],["It includes options for no authentication (`NONE`), Akamai CDN (`AKAMAI`), and Google Cloud Media CDN (`CLOUD_MEDIA`), along with an unknown type for unexposed values."],["Different security policies require specific parameters defined in the `SecurityPolicy` object."]]],["The `CdnConfigurationService` utilizes `SecurityPolicySettings`, which determine the type of security policy needed for CDN access. `SecurityPolicyType` defines these types, including `NONE` for no authentication, `AKAMAI` for Akamai CDN security, and `CLOUD_MEDIA` for Google Cloud Media CDN security. `UNKNOWN` indicates an unexposed value. The namespace for these definitions is `https://www.google.com/apis/ads/publisher/v202411`.\n"]]