gatewaySecurityPolicy property
Optional. A fully-qualified GatewaySecurityPolicy URL reference. Defines how a server should apply security policy to inbound (VM to Proxy) initiated connections.
For example:
projects/*/locations/*/gatewaySecurityPolicies/swg-policy.
This policy is specific to gateways of type 'SECURE_WEB_GATEWAY'.
Implementation
@$pb.TagNumber(18)
$core.String get gatewaySecurityPolicy => $_getSZ(14);
Implementation
@$pb.TagNumber(18)
set gatewaySecurityPolicy($core.String v) {
$_setString(14, v);
}