NAME
    gcloud alpha scc posture-deployments create - create a Cloud Security
        Command Center posture deployment

SYNOPSIS
    gcloud alpha scc posture-deployments create POSTURE_DEPLOYMENT_PARENT
        POSTURE_DEPLOYMENT_ID --posture-name=POSTURE_NAME
        --posture-revision-id=POSTURE_REVISION_ID
        --target-resource=TARGET_RESOURCE [--async] [--description=DESCRIPTION]
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Create a Cloud Security Command Center (SCC) posture deployment.
    First argument is the parent of the posture deployment to be created.
    Second argument is the name of the posture deployment to be created. It is
    followed by details of the posture to be deployed and the target_resource
    to be deployed on.

    LRO operation ID is returned as the response of the command.

POSITIONAL ARGUMENTS
     POSTURE_DEPLOYMENT_PARENT
        Name of the organization of the workload where posture-deployment is to
        be created. Format: organizations/<organizationID>/locations/<location>

     POSTURE_DEPLOYMENT_ID
        Name of the posture deployment to be created. It has to be unique for
        an organization.

REQUIRED FLAGS
     --posture-name=POSTURE_NAME
        Posture that needs to be deployed. Format:
        organizations/<organizationID>/locations/global/postures/<postureID>

     --posture-revision-id=POSTURE_REVISION_ID
        Posture revision that needs to be deployed.

     --target-resource=TARGET_RESOURCE
        Name of the workload on which posture deployment is to be created. It
        could be an organization, folder or a project. Possible formats: |
        organizations/<organizationID> | folders/<folderID> |
        projects/<projectID> The above mentioned IDs need to have numeric
        format.

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

     --description=DESCRIPTION
        User-provided description of the posture deployment.

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.

API REFERENCE
    This command uses the securityposture/v1alpha API. The full documentation
    for this API can be found at:
    https://cloud.google.com/security-command-center

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.

