gcloud alpha billing accounts remove-iam-policy-binding

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-bindingACCOUNT--member=PRINCIPAL--role=ROLE[GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Remove an IAM policy binding to the IAM policy from a CloudBilling account. A binding consists of a member and a role.
EXAMPLES
To remove someone@example.com as a Billing Account Administrator from billingaccount 123456-789876-543210, run:
gcloudalphabillingaccountsremove-iam-policy-binding123456-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 IAMpolicy binding. This represents a Cloud resource.

This must be specified.

ACCOUNT
ID of the account or fully qualified identifier for the account.

To set theaccount attribute:

  • provide the argumentaccount on the command line.
REQUIRED FLAGS
--member=PRINCIPAL
The principal to remove the binding for. Should be of the formuser|group|serviceAccount:email ordomain:domain.

Examples:user:test-user@gmail.com,group:admins@example.com,serviceAccount:test123@example.domain.com, ordomain:example.domain.com.

Deleted principals have an additionaldeleted: prefix and a?uid=UID suffix, whereUID isa 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 theinternet, with or without a Google account.
  • allAuthenticatedUsers - Special identifier that represents anyonewho 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 thecloudbilling/v1 API. The full documentationfor 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 thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. These variants are also available:
gcloudbillingaccountsremove-iam-policy-binding
gcloudbetabillingaccountsremove-iam-policy-binding

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-05-07 UTC.