File: //snap/google-cloud-cli/396/help/man/man1/gcloud_projects_set-iam-policy.1
.TH "GCLOUD_PROJECTS_SET\-IAM\-POLICY" 1
.SH "NAME"
.HP
gcloud projects set\-iam\-policy \- set IAM policy for a project
.SH "SYNOPSIS"
.HP
\f5gcloud projects set\-iam\-policy\fR \fIPROJECT_ID_OR_NUMBER\fR \fIPOLICY_FILE\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
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 projects set\-iam\-policy example\-project\-id\-1 policy.json
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIPROJECT_ID_OR_NUMBER\fR
ID or number for the project you want to set IAM policy for.
.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 "NOTES"
These variants are also available:
.RS 2m
$ gcloud alpha projects set\-iam\-policy
.RE
.RS 2m
$ gcloud beta projects set\-iam\-policy
.RE