- NAME
-
- gcloud network-security security-profile-groups - manage Network Security - Security Profile Groups
- SYNOPSIS
-
-
gcloud network-security security-profile-groupsCOMMAND[GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
- Manage Network Security - Security Profile Groups.
- EXAMPLES
- To create a Security Profile Group with the name
my-security-profile-group(Either a fully specified path or--locationand--organizationflags for SPG should be specified),--threat-prevention-profilemy-security-profileand optional description asoptional description, run:gcloud network-security security-profile-groups create my-security-profile-group --organization = 1234 --location = global --threat-prevention-profile = ` organizations/1234/locations/global/securityProfiles/my-security-profile ` --description = 'optional description'To delete an Security Profile Group called
my-security-profile-group(Either a fully specified path or--locationand--organizationflags for SPG should be specified) run:gcloud network-security security-profile-groups delete my-security-profile-group --organization = 1234 --location = globalTo show details of a Security Profile Group named
my-security-profile-group(Either a fully specified path or--locationand--organizationflags for SPG should be specified) run:gcloud network-security security-profile-groups describe my-security-profile-group --organization = 1234 --location = globalTo list Security Profile Groups in specified location and organization, run:
gcloud network-security security-profile-groups list --location = globalTo update an SPG with new Threat prevention profile
my-new-security-profile(Either a fully specified path or--locationand--organizationflags for SPG should be specified), run:gcloud network-security security-profile-groups update my-security-profile-group --organization = 1234 --location = global --threat-prevention-profile = ` organizations/1234/locations/global/securityProfiles/my-new-security-profile ` --description = 'New Security Profile of type threat prevention' - GCLOUD WIDE FLAGS
- These flags are available to all commands:
--help.Run
$ gcloud helpfor details. - COMMANDS
-
is one of the following:COMMAND - NOTES
- These variants are also available:
gcloud alpha network-security security-profile-groupsgcloud beta network-security security-profile-groups
gcloud network-security security-profile-groups
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.

