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 --intercept-endpoint-group-project=INTERCEPT_ENDPOINT_GROUP_PROJECT)
        [--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. (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 security_profile on the command line with a
        fully specified name;
      ◆ set the property core/project. This resource can be one of the
        following types:
        [networksecurity.organizations.locations.securityProfiles,
        networksecurity.projects.locations.securityProfiles].

     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.

          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. Must be
            specified for resource of type
            [networksecurity.organizations.locations.securityProfiles].

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;
          ▸ provide the argument security_profile on the command line with a
            fully specified name.

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. These variants are also available:

        $ gcloud network-security security-profiles custom-intercept create

        $ gcloud beta network-security security-profiles custom-intercept \
            create

