gcloud compute packet-mirrorings test-iam-permissions

INFORMATION
gcloud compute packet-mirrorings test-iam-permissions is supported in universe domain universe; however, some of the values used in the help text may not be available. Command examples may not work as-is and may requires changes before execution.
NAME
gcloud compute packet-mirrorings test-iam-permissions - test IAM permissions for a Compute Engine packet mirroring policy
SYNOPSIS
gcloud compute packet-mirrorings test-iam-permissions NAME --permissions=[PERMISSION,…] [--region=REGION] [GCLOUD_WIDE_FLAG]
DESCRIPTION
gcloud 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 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
These variants are also available:
gcloud alpha compute packet-mirrorings test-iam-permissions
gcloud beta compute packet-mirrorings test-iam-permissions
gcloud preview compute packet-mirrorings test-iam-permissions