mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Aug 2 11:22:33 UTC 2023
This commit is contained in:
parent
4558a00e48
commit
678b9afba9
240 changed files with 7837 additions and 521 deletions
|
|
@ -10,6 +10,14 @@ DESCRIPTION
|
|||
(ALPHA) Add an IAM policy binding to the IAM policy of a Cloud Billing
|
||||
account. A binding consists of a member and a role.
|
||||
|
||||
EXAMPLES
|
||||
To add someone@example.com as a Billing Account Administrator for billing
|
||||
account 123456-789876-543210, run:
|
||||
|
||||
$ gcloud alpha billing accounts add-iam-policy-binding \
|
||||
123456-789876-543210 --member='user:someone@example.com' \
|
||||
--role='roles/billing.admin'
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Account resource - Name of the Cloud Billing account for which to add the
|
||||
IAM policy binding. This represents a Cloud resource.
|
||||
|
|
|
|||
|
|
@ -10,6 +10,14 @@ DESCRIPTION
|
|||
(ALPHA) Remove an IAM policy binding to the IAM policy from a Cloud Billing
|
||||
account. A binding consists of a member and a role.
|
||||
|
||||
EXAMPLES
|
||||
To remove someone@example.com as a Billing Account Administrator from
|
||||
billing account 123456-789876-543210, run:
|
||||
|
||||
$ gcloud alpha billing accounts remove-iam-policy-binding \
|
||||
123456-789876-543210 --member='user:someone@example.com' \
|
||||
--role='roles/billing.admin'
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Account resource - Name of the Cloud Billing account for which to remove
|
||||
the IAM policy binding. This represents a Cloud resource.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue