NAME
    gcloud alpha scc remediation-intents create - creates a remediation intent
        resource

SYNOPSIS
    gcloud alpha scc remediation-intents create --parent=PARENT
        --workflow-type=WORKFLOW_TYPE [--async] [--finding-name=FINDING_NAME]
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Create a Cloud Security Command Center (SCC) RemediationIntent
    resource. Created resource is returned as the response of the command.

EXAMPLES
    Sample usage: Create a manual workflow remediation intent resource: $
    {command} scc remediation-intents create \        --parent=organizations/123456789/locations/global \
        --finding-name=projects/123456789/sources/123456789/locations/\
        global/findings/123456789 --workflow-type=manual

    Create a semi-autonomous workflow remediation intent resource: $ {command}
    scc remediation-intents create \        --parent=organizations/123456789/locations/global \
        --workflow-type=semi-autonomous

REQUIRED FLAGS
     --parent=PARENT
        The parent resource to create the remediation intent under. Format:
        organizations/{org_id}/locations/{loc_id}

     --workflow-type=WORKFLOW_TYPE
        Type of the workflow to be created. WORKFLOW_TYPE must be one of:
        semi-autonomous, manual.

OPTIONAL FLAGS
     --async
        Return immediately, without waiting for the operation in progress to
        complete. The default is False.

     --finding-name=FINDING_NAME
        Canonical name of the SCC finding Format:
        projects/{proj_id}/sources/{src_id}/locations/{loc_id}/findings/{finding_id}

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.

