File: //snap/google-cloud-cli/current/help/man/man1/gcloud_alpha_projects_set-iam-policy.1
.TH "GCLOUD_ALPHA_PROJECTS_SET\-IAM\-POLICY" 1
.SH "NAME"
.HP
gcloud alpha projects set\-iam\-policy \- set IAM policy for a project
.SH "SYNOPSIS"
.HP
\f5gcloud alpha projects set\-iam\-policy\fR \fIPROJECT_ID\fR \fIPOLICY_FILE\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(ALPHA)\fR Sets the IAM policy for a project, given a project ID and a file
encoded in JSON or YAML that contains the IAM policy.
.SH "EXAMPLES"
The following command reads an IAM policy defined in a JSON file
\f5policy.json\fR and sets it for a project with the ID
\f5example\-project\-id\-1\fR:
.RS 2m
$ gcloud alpha projects set\-iam\-policy example\-project\-id\-1 \e
policy.json
.RE
See https://cloud.google.com/iam/docs/managing\-policies for details of the
policy file format and contents.
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
Project resource \- The project to set the IAM policy for. This represents a
Cloud resource.
This must be specified.
.RS 2m
.TP 2m
\fIPROJECT_ID\fR
ID of the project or fully qualified identifier for the project.
To set the \f5project_id\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5project_id\fR on the command line.
.RE
.sp
.RE
.sp
.TP 2m
\fIPOLICY_FILE\fR
Path to a local JSON or YAML formatted file containing a valid policy.
The output of the \f5get\-iam\-policy\fR command is a valid file, as is any JSON
or YAML file conforming to the structure of a Policy
(https://cloud.google.com/iam/reference/rest/v1/Policy).
.RE
.sp
.SH "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 \fB$ gcloud help\fR for details.
.SH "API REFERENCE"
This command uses the \fBcloudresourcemanager/v1\fR API. The full documentation
for this API can be found at: https://cloud.google.com/resource\-manager
.SH "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. These variants are also available:
.RS 2m
$ gcloud projects set\-iam\-policy
.RE
.RS 2m
$ gcloud beta projects set\-iam\-policy
.RE