NAME
Google::Cloud::Networksecurity::V1::SecurityProfileGroup::SecurityProfileGroup - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::SecurityProfileGroup;
my $msg = Google::Cloud::Networksecurity::V1::SecurityProfileGroup::SecurityProfileGroup->new(
name => $value,
);
FIELDS
name
Type: String
description
Type: String
create_time
Type: Message (.google.protobuf.Timestamp)
update_time
Type: Message (.google.protobuf.Timestamp)
etag
Type: String
data_path_id
Type: UInt64
labels
Type: Message (.google.cloud.networksecurity.v1.SecurityProfileGroup.LabelsEntry)
threat_prevention_profile
Type: String
custom_mirroring_profile
Type: String
custom_intercept_profile
Type: String
url_filtering_profile
Type: String
NAME
Google::Cloud::Networksecurity::V1::SecurityProfileGroup::SecurityProfile - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Networksecurity::V1::SecurityProfileGroup;
my $msg = Google::Cloud::Networksecurity::V1::SecurityProfileGroup::SecurityProfile->new(
threat_prevention_profile => $value,
);
FIELDS
threat_prevention_profile
Type: Message (.google.cloud.networksecurity.v1.ThreatPreventionProfile)
custom_mirroring_profile
Type: Message (.google.cloud.networksecurity.v1.CustomMirroringProfile)
custom_intercept_profile
Type: Message (.google.cloud.networksecurity.v1.CustomInterceptProfile)
url_filtering_profile
Type: Message (.google.cloud.networksecurity.v1.UrlFilteringProfile)
name
Type: String
description
Type: String
create_time
Type: Message (.google.protobuf.Timestamp)
update_time
Type: Message (.google.protobuf.Timestamp)
etag
Type: String
labels
Type: Message (.google.cloud.networksecurity.v1.SecurityProfile.LabelsEntry)
type
Type: Enum (.google.cloud.networksecurity.v1.SecurityProfile.ProfileType)
Enum: SecurityProfile::ProfileType
Values:
PROFILE_TYPE_UNSPECIFIED=> 0THREAT_PREVENTION=> 1CUSTOM_MIRRORING=> 2CUSTOM_INTERCEPT=> 3URL_FILTERING=> 5
NAME
Google::Cloud::Networksecurity::V1::SecurityProfileGroup - Protocol Buffers schema definition
DESCRIPTION
Auto-generated Protocol Buffers schema definition class.
LICENSE AND COPYRIGHT
Copyright (C) 2026 Google LLC
This program is released under the Apache 2.0 license.