gcloud alpha network-security security-profile-groups

NAME
gcloud alpha network-security security-profile-groups - manage Network Security - Security Profile Groups
SYNOPSIS
gcloud alpha network-security security-profile-groupsCOMMAND[GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Manage Network Security - Security Profile Groups.
EXAMPLES
To create a Security Profile Group with the namemy-security-profile-group (Either a fully specified path or--location and--organization flags for SPG should bespecified),--threat-prevention-profilemy-security-profile and optional description asoptionaldescription, run:
gcloudalphanetwork-securitysecurity-profile-groupscreatemy-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 calledmy-security-profile-group (Either a fully specified path or--location and--organization flags for SPG should bespecified) run:

gcloudalphanetwork-securitysecurity-profile-groupsdeletemy-security-profile-group--organization=1234--location=global

To show details of a Security Profile Group namedmy-security-profile-group (Either a fully specified path or--location and--organization flags for SPG should bespecified) run:

gcloudalphanetwork-securitysecurity-profile-groupsdescribemy-security-profile-group--organization=1234--location=global

To list Security Profile Groups in specified location and organization, run:

gcloudalphanetwork-securitysecurity-profile-groupslist--location=global

To update an SPG with new Threat prevention profilemy-new-security-profile (Either a fully specified path or--location and--organization flags for SPG should bespecified), run:

gcloudalphanetwork-securitysecurity-profile-groupsupdatemy-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 help for details.

COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create a new Security Profile Group.
delete
(ALPHA) Delete a Security Profile Group.
describe
(ALPHA) Describe a Security Profile Group.
list
(ALPHA) List Security Profile groups.
update
(ALPHA) Update a Security Profile Group.
NOTES
This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. These variants are also available:
gcloudnetwork-securitysecurity-profile-groups
gcloudbetanetwork-securitysecurity-profile-groups

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.