- NAME
- 
- gcloud network-security security-profiles custom-intercept create - create a new Custom Intercept Profile
 
- SYNOPSIS
- 
- 
gcloud network-security security-profiles custom-intercept create(SECURITY_PROFILE:--location=LOCATION--organization=ORGANIZATION) (--intercept-endpoint-group=INTERCEPT_ENDPOINT_GROUP:--intercept-endpoint-group-location=INTERCEPT_ENDPOINT_GROUP_LOCATION) [--async] [--description=DESCRIPTION] [--labels=[KEY=VALUE,…]] [GCLOUD_WIDE_FLAG …]
 
- 
- DESCRIPTION
- Create a new Custom Intercept Security Profile.
- EXAMPLES
- 
To create a Custom Intercept Security Profile named
intercept-profilelinked to a Intercept Endpoint Group (q.v.), run:gcloud network-security security-profiles custom-intercept create intercept-profile --description="An Intercept Profile" --intercept-endpoint-group=projects/my-project/locations/global/interceptEndpointGroups/my-mep
- POSITIONAL ARGUMENTS
- 
- 
Security profile resource - Security Profile Name. The arguments in this group
can be used to specify the attributes of this resource.
This must be specified. - SECURITY_PROFILE
- 
ID of the security_profile or fully qualified identifier for the
security_profile.
To set the security_profileattribute:- 
provide the argument security_profileon the command line.
 This positional argument must be specified if any of the other arguments in this group are specified. 
- 
provide the argument 
- --location=- LOCATION
- 
location of the security_profile - Global.
To set the locationattribute:- 
provide the argument security_profileon the command line with a fully specified name;
- 
provide the argument --locationon the command line.
 
- 
provide the argument 
- --organization=- ORGANIZATION
- 
Organization ID to which the changes should apply.
To set the organizationattribute:- 
provide the argument security_profileon the command line with a fully specified name;
- 
provide the argument --organizationon the command line.
 
- 
provide the argument 
 
 
- 
Security profile resource - Security Profile Name. The arguments in this group
can be used to specify the attributes of this resource.
- REQUIRED FLAGS
- 
- 
Intercept endpoint group resource - Intercept Endpoint Group. The arguments in
this group can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other ways.
To set the projectattribute:- 
provide the argument --intercept-endpoint-groupon the command line with a fully specified name;
- 
provide the argument --projecton the command line;
- 
set the property core/project.
 This must be specified. - --intercept-endpoint-group=- INTERCEPT_ENDPOINT_GROUP
- 
ID of the intercept endpoint group or fully qualified identifier for the
intercept endpoint group.
To set the idattribute:- 
provide the argument --intercept-endpoint-groupon the command line.
 This flag argument must be specified if any of the other arguments in this group are specified. 
- 
provide the argument 
- --intercept-endpoint-group-location=- INTERCEPT_ENDPOINT_GROUP_LOCATION
- 
Location of the intercept endpoint group.
To set the locationattribute:- 
provide the argument --intercept-endpoint-groupon the command line with a fully specified name;
- 
provide the argument --intercept-endpoint-group-locationon the command line;
- 
provide the argument --locationon the command line;
- 
provide the argument
networksecurity.projects.locations.interceptEndpointGroupAssociationson the command line with a fully specified name.
 
- 
provide the argument 
 
- 
provide the argument 
 
- 
Intercept endpoint group resource - Intercept Endpoint Group. The arguments in
this group can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other ways.
- OPTIONAL FLAGS
- 
- --async
- 
Return immediately, without waiting for the operation in progress to complete.
The default is False.
- --description=- DESCRIPTION
- Brief description of the security profile
- --labels=[- KEY=- VALUE,…]
- 
List of label KEY=VALUE pairs to add.
Keys must start with a lowercase character and contain only hyphens ( -), underscores (_), lowercase characters, and numbers. Values must contain only hyphens (-), underscores (_), lowercase characters, and numbers.
 
- GCLOUD WIDE FLAGS
- 
These flags are available to all commands: --access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run $ gcloud helpfor details.
- NOTES
- 
These variants are also available:
gcloud alpha network-security security-profiles custom-intercept creategcloud beta network-security security-profiles custom-intercept create
      gcloud network-security security-profiles custom-intercept create
  
  
  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 2025-05-13 UTC.