Class CustomInterceptProfile
CustomInterceptProfile defines in-band integration behavior (intercept). It is used by firewall rules with an APPLY_SECURITY_PROFILE_GROUP action.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity .v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class CustomInterceptProfile : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InterceptEndpointGroup
Required. The target InterceptEndpointGroup. When a firewall rule with this security profile attached matches a packet, the packet will be intercepted to the location-local target in this group.
Declaration
[JsonProperty("interceptEndpointGroup")]
public virtual string InterceptEndpointGroup { get; set; }
Property Value
Type | Description |
---|---|
string |