gcloud network-security security-profiles custom-intercept create

INFORMATION
gcloud network-security security-profiles custom-intercept create is not available in universe domain universe.
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 --intercept-endpoint-group-project=INTERCEPT_ENDPOINT_GROUP_PROJECT) [--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-profile linked 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 resource can be one of the following types: [security_profile].

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.

--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.
--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.
REQUIRED FLAGS
Intercept endpoint group resource - Intercept Endpoint Group. The arguments in this group can be used to specify the attributes of this resource.

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.

--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 security_profile on the command line with a fully specified name.
--intercept-endpoint-group-project=INTERCEPT_ENDPOINT_GROUP_PROJECT
Project ID of the intercept endpoint group.

To set the project attribute:

  • provide the argument --intercept-endpoint-group on the command line with a fully specified name;
  • provide the argument --intercept-endpoint-group-project on the command line;
  • provide the argument --project on the command line;
  • set the property core/project.
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
These variants are also available:
gcloud alpha network-security security-profiles custom-intercept create
gcloud beta network-security security-profiles custom-intercept create