gcloud beta network-connectivity hubs set-iam-policy

NAME
gcloud beta network-connectivity hubs set-iam-policy - set the IAM policy of a hub resource
SYNOPSIS
gcloud beta network-connectivity hubs set-iam-policyHUBPOLICY_FILE[GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) Replace the existing IAM policy of a hub resource with apolicy encoded in a JSON or YAML file.
EXAMPLES
To replace the IAM policy of a hub resource with the policy defined in a filecalledpolicy.json, run:
gcloudbetanetwork-connectivityhubsset-iam-policymy-hubpolicy.json
POSITIONAL ARGUMENTS
Hub resource - The hub for which to set the IAM policy. This represents a Cloudresource. (NOTE) Some attributes are not given arguments in this group but canbe set in other ways.

To set theproject attribute:

  • provide the argumenthub on the command line with a fully specifiedname;
  • provide the argument--project on the command line;
  • set the propertycore/project.

This must be specified.

HUB
ID of the hub or fully qualified identifier for the hub.

To set thehub attribute:

  • provide the argumenthub on the command line.
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 thenetworkconnectivity/v1beta API. The fulldocumentation for this API can be found at:https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest
NOTES
This command is currently in beta and might change without notice. This variantis also available:
gcloudnetwork-connectivityhubsset-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 2025-12-09 UTC.