[[["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-02-13 UTC."],[[["The `SecurityPolicyType` enumeration defines the type of security policy for accessing content on a CDN."],["It includes options like `NONE`, `AKAMAI`, and `CLOUD_MEDIA`, each with different authentication requirements."],["`UNKNOWN` is returned if the actual value isn't exposed by the API version, while `NONE` signifies no authentication is needed."]]],["The `CdnConfigurationService` utilizes `SecurityPolicySettings` to manage access to a CDN. `SecurityPolicyType` defines the type of security policy required. Possible types include `UNKNOWN` (value not exposed), `NONE` (no authentication), `AKAMAI` (for Akamai CDN), and `CLOUD_MEDIA` (for Google Cloud Media CDN). Each security policy type dictates specific parameters within a `SecurityPolicy`. The service's namespace is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]