NAME
    gcloud beta iam policies - manage IAM deny policies

SYNOPSIS
    gcloud beta iam policies COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Commands for managing Google Cloud IAM deny policies.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     create
        (BETA) Create a policy on the given attachment point with the given
        name.

     delete
        (BETA) Delete a policy on the given attachment point with the given
        name.

     get
        (BETA) Get a policy on the given attachment point with the given name.

     list
        (BETA) List the policies on the given attachment point.

     update
        (BETA) Update the policy on the given attachment point with the given
        name.

NOTES
    This command is currently in beta and might change without notice. These
    variants are also available:

        $ gcloud iam policies

        $ gcloud alpha iam policies

