NAME
    gcloud beta iam policies - manage IAM policies

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

DESCRIPTION
    (BETA) Commands for managing Google Cloud IAM 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. This
    variant is also available:

        $ gcloud alpha iam policies

