enum SecurityPolicyType (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Service
CdnConfigurationService
Indicates the type of security policy associated with access to a CDN. Different security
policies require different parameters in a SecurityPolicy
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
NONE
|
Indicates that no authentication is necessary.
|
AKAMAI
|
Security policy for accessing content on the Akamai CDN.
|
CLOUD_MEDIA
|
Security policy for access content on Google Cloud Media CDN.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSecurityPolicyType\u003c/code\u003e enumeration defines the type of security policy for accessing content on a CDN.\u003c/p\u003e\n"],["\u003cp\u003eIt includes options for no authentication (\u003ccode\u003eNONE\u003c/code\u003e), Akamai CDN (\u003ccode\u003eAKAMAI\u003c/code\u003e), and Google Cloud Media CDN (\u003ccode\u003eCLOUD_MEDIA\u003c/code\u003e), along with an unknown type for unexposed values.\u003c/p\u003e\n"],["\u003cp\u003eDifferent security policies require specific parameters defined in the \u003ccode\u003eSecurityPolicy\u003c/code\u003e object.\u003c/p\u003e\n"]]],["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"],null,["# enum SecurityPolicyType (v202411)\n\n**Service** \n**CdnConfigurationService** **Dependencies** \n[SecurityPolicySettings](/ad-manager/api/reference/v202411/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/v202411`\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. |"]]