- NAME
-
- gcloud alpha network-security security-profiles custom-intercept create - create a new Custom Intercept Profile
- SYNOPSIS
-
-
gcloud alpha 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
-
(ALPHA)
Create a new Custom Intercept Security Profile. - EXAMPLES
-
To create a Custom Intercept Security Profile named
intercept-profile
linked to a Intercept Endpoint Group (q.v.), run:gcloud alpha 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_profile
attribute:-
provide the argument
security_profile
on 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
location
attribute:-
provide the argument
security_profile
on the command line with a fully specified name; -
provide the argument
--location
on the command line.
-
provide the argument
--organization
=ORGANIZATION
-
Organization ID to which the changes should apply.
To set the
organization
attribute:-
provide the argument
security_profile
on the command line with a fully specified name; -
provide the argument
--organization
on 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
project
attribute:-
provide the argument
--intercept-endpoint-group
on the command line with a fully specified name; -
provide the argument
--project
on 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
id
attribute:-
provide the argument
--intercept-endpoint-group
on 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
location
attribute:-
provide the argument
--intercept-endpoint-group
on the command line with a fully specified name; -
provide the argument
--intercept-endpoint-group-location
on the command line; -
provide the argument
--location
on the command line; -
provide the argument
networksecurity.projects.locations.interceptEndpointGroupAssociations
on 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 help
for details. - NOTES
-
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct project,
you might be trying to access an API with an invitation-only early access
allowlist. This variant is also available:
gcloud beta 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 2024-12-17 UTC.