Google Ads Ad Manager V1 Client - Class CdnSecurityPolicyType (0.8.0)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CdnSecurityPolicyType.

Indicates the type of security policy associated with access to a CDN.

Different security policies require different parameters in a SecurityPolicy.

Protobuf type google.ads.admanager.v1.CdnSecurityPolicyTypeEnum.CdnSecurityPolicyType

Namespace

Google \ Ads \ AdManager \ V1 \ CdnSecurityPolicyTypeEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CDN_SECURITY_POLICY_TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum CDN_SECURITY_POLICY_TYPE_UNSPECIFIED = 0;

AKAMAI

Value: 1

Security policy for accessing content on the Akamai CDN.

Generated from protobuf enum AKAMAI = 1;

CLOUD_MEDIA

Value: 2

Security policy for access content on Google Cloud Media CDN.

Generated from protobuf enum CLOUD_MEDIA = 2;

NONE

Value: 3

Indicates that no authentication is necessary.

Generated from protobuf enum NONE = 3;