gcloud deploy delivery-pipelines set-iam-policy

NAME
gcloud deploy delivery-pipelines set-iam-policy - set the IAM policy for a Cloud Deploy delivery pipeline
SYNOPSIS
gcloud deploy delivery-pipelines set-iam-policy[[DELIVERY_PIPELINE]--region=REGION]POLICY_FILE[GCLOUD_WIDE_FLAG]
DESCRIPTION
Set the IAM policy associated with a Cloud Deploy delivery pipeline.

Seehttps://cloud.google.com/iam/docs/managing-policiesfor details of the policy file format and contents.

EXAMPLES
The following command will read an IAM policy defined in a JSON filepolicy.json and set it for a deliverypipeline with identifiermy-pipeline
gclouddeploydelivery-pipelinesset-iam-policymy-pipelinepolicy.json--region=us-central1

Seehttps://cloud.google.com/iam/docs/managing-policiesfor details of the policy file format and contents.

POSITIONAL ARGUMENTS
Delivery pipeline resource - The delivery pipeline for which to set the IAMpolicy.. The arguments in this group can be used to specify the attributes ofthis resource. (NOTE) Some attributes are not given arguments in this group butcan be set in other ways.

To set theproject attribute:

  • provide the argumentdelivery_pipeline on the command line with afully specified name;
  • set the propertydeploy/delivery_pipeline with a fully specifiedname;
  • provide the argument--project on the command line;
  • set the propertycore/project.
[DELIVERY_PIPELINE]
ID of the delivery_pipeline or fully qualified identifier for thedelivery_pipeline.

To set thedelivery_pipeline attribute:

  • provide the argumentdelivery_pipeline on the command line;
  • set the propertydeploy/delivery_pipeline.
--region=REGION
Location of the delivery_pipeline.To set theregion attribute:
  • provide the argumentdelivery_pipeline on the command line with afully specified name;
  • set the propertydeploy/delivery_pipeline with a fully specifiedname;
  • provide the argument--region on the command line;
  • set the propertydeploy/region.
POLICY_FILE
Path to a local JSON or YAML formatted file containing a valid policy.

The output of theget-iam-policy command is a valid file, as is anyJSON or YAML file conforming to the structure of aPolicy.

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.

API REFERENCE
This command uses theclouddeploy/v1 API. The full documentationfor this API can be found at:https://cloud.google.com/deploy/
NOTES
These variants are also available:
gcloudalphadeploydelivery-pipelinesset-iam-policy
gcloudbetadeploydelivery-pipelinesset-iam-policy

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-21 UTC.