Module: Google::Cloud::Ces::V1beta::EndpointControlPolicy::EnforcementScope

Defined in:
proto_docs/google/cloud/ces/v1beta/security_settings.rb

Overview

Defines the scope in which this policy's allowed_origins list is enforced.

Constant Summary collapse

ENFORCEMENT_SCOPE_UNSPECIFIED =

Unspecified. This policy will be treated as VPCSC_ONLY.

0
VPCSC_ONLY =

This policy applies only when VPC-SC is active.

1
ALWAYS =

This policy ALWAYS applies, regardless of VPC-SC status.

2