[[["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."],[[["\u003cp\u003e\u003ccode\u003eCdnConfigurationService\u003c/code\u003e uses \u003ccode\u003eSecurityPolicySettings\u003c/code\u003e to define security policies for CDN access.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSecurityPolicyType\u003c/code\u003e determines the kind of security needed, including \u003ccode\u003eNONE\u003c/code\u003e, \u003ccode\u003eAKAMAI\u003c/code\u003e, and \u003ccode\u003eCLOUD_MEDIA\u003c/code\u003e, impacting required parameters.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Ad Manager API version v202408 is utilized within the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `CdnConfigurationService` utilizes `SecurityPolicySettings` to define access security for Content Delivery Networks (CDNs). `SecurityPolicyType` specifies the required authentication. Available types include `UNKNOWN` (for unexposed values), `NONE` (no authentication), `AKAMAI` (Akamai CDN access), and `CLOUD_MEDIA` (Google Cloud Media CDN access). Each security policy requires different parameters, depending on the network. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum SecurityPolicyType (v202408)\n\n**Service** \n**CdnConfigurationService** **Dependencies** \n[SecurityPolicySettings](/ad-manager/api/reference/v202408/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/v202408`\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. |"]]