1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-15 17:35:31 +00:00
gcloud-help/gcloud/alpha/billing/accounts/remove-iam-policy-binding
2023-08-23 10:30:46 +00:00

76 lines
3 KiB
Text

NAME
gcloud alpha billing accounts remove-iam-policy-binding - remove an IAM
policy binding from a Cloud Billing account
SYNOPSIS
gcloud alpha billing accounts remove-iam-policy-binding ACCOUNT
--member=PRINCIPAL --role=ROLE [GCLOUD_WIDE_FLAG ...]
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.
This must be specified.
ACCOUNT
ID of the account or fully qualified identifier for the account.
To set the account attribute:
▸ provide the argument account on the command line.
REQUIRED FLAGS
--member=PRINCIPAL
The principal to remove the binding for. Should be of the form
user|group|serviceAccount:email or domain:domain.
Examples: user:test-user@gmail.com, group:admins@example.com,
serviceAccount:test123@example.domain.com, or
domain:example.domain.com.
Deleted principals have an additional deleted: prefix and a ?uid=UID
suffix, where UID is a unique identifier for the principal. Example:
deleted:user:test-user@gmail.com?uid=123456789012345678901.
Some resources also accept the following special values:
◆ allUsers - Special identifier that represents anyone who is on the
internet, with or without a Google account.
◆ allAuthenticatedUsers - Special identifier that represents anyone
who is authenticated with a Google account or a service account.
--role=ROLE
The role to remove the principal from.
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 the cloudbilling/v1 API. The full documentation for this
API can be found at: https://cloud.google.com/billing/docs/apis
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:
$ gcloud billing accounts remove-iam-policy-binding
$ gcloud beta billing accounts remove-iam-policy-binding