gcloud preview compute packet-mirrorings test-iam-permissions

NAME
gcloud preview compute packet-mirrorings test-iam-permissions - test IAM permissions for a Compute Engine packet mirroring policy
SYNOPSIS
gcloud preview compute packet-mirrorings test-iam-permissions NAME --permissions=[PERMISSION,…] [--region=REGION] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(PREVIEW) gcloud preview compute packet-mirrorings test-iam-permissions tests the IAM permissions that a caller has on a Compute Engine packet mirroring policy.

Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

EXAMPLES
To test if the caller has compute.packetMirrorings.get permission on a packet mirroring policy my-pm in region us-central1, run:
gcloud preview compute packet-mirrorings test-iam-permissions my-pm --region=us-central1 --permissions=compute.packetMirrorings.get
POSITIONAL ARGUMENTS
NAME
Name of the packet mirroring to test IAM permissions for.
REQUIRED FLAGS
--permissions=[PERMISSION,…]
The set of permissions to check for the resource.
OPTIONAL FLAGS
--region=REGION
Region of the packet mirroring to test IAM permissions for. Overrides the default compute/region property value for this command invocation.
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 DEVELOPER PREVIEW and may 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 compute packet-mirrorings test-iam-permissions
gcloud alpha compute packet-mirrorings test-iam-permissions
gcloud beta compute packet-mirrorings test-iam-permissions