enum SecurityPolicyType (v202411)

  • 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.

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.