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 \ CdnSecurityPolicyTypeEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CDN_SECURITY_POLICY_TYPE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum CDN_SECURITY_POLICY_TYPE_UNSPECIFIED = 0;
AKAMAI
Value: 1Security policy for accessing content on the Akamai CDN.
Generated from protobuf enum AKAMAI = 1;
CLOUD_MEDIA
Value: 2Security policy for access content on Google Cloud Media CDN.
Generated from protobuf enum CLOUD_MEDIA = 2;
NONE
Value: 3Indicates that no authentication is necessary.
Generated from protobuf enum NONE = 3;