[[["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 2025-08-06 UTC."],[],["The `CdnConfigurationService` uses `SecurityPolicySettings`, which depend on the `SecurityPolicyType`. This enumeration defines the type of security policy for CDN access, with options like `NONE` (no authentication), `AKAMAI` (Akamai CDN), and `CLOUD_MEDIA` (Google Cloud Media CDN). An `UNKNOWN` type is returned if the value is not accessible through the requested API version. These different types require different parameters within a `SecurityPolicy`. The service namespace is `https://www.google.com/apis/ads/publisher/v202502`.\n"],null,["# enum SecurityPolicyType (v202502)\n\n**Service** \n**CdnConfigurationService** **Dependencies** \n[SecurityPolicySettings](/ad-manager/api/reference/v202502/CdnConfigurationService.SecurityPolicySettings) \n▼\n**SecurityPolicyType**\n\nIndicates the type of security policy associated with access to a CDN. Different security\npolicies require different parameters in a `SecurityPolicy`.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|---------------|-------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `NONE` | Indicates that no authentication is necessary. |\n| `AKAMAI` | Security policy for accessing content on the Akamai CDN. |\n| `CLOUD_MEDIA` | Security policy for access content on Google Cloud Media CDN. |"]]