Resource: BillingAccount
A billing account in the Google Cloud Console. You can assign a billing account to one or more projects.
JSON representation | |
---|---|
{ "name": string, "open": boolean, "displayName": string, "masterBillingAccount": string } |
Fields | |
---|---|
name |
Output only. The resource name of the billing account. The resource name has the form |
open |
Output only. True if the billing account is open, and will therefore be charged for any usage on associated projects. False if the billing account is closed, and therefore projects associated with it will be unable to use paid services. |
displayName |
The display name given to the billing account, such as |
masterBillingAccount |
If this account is a subaccount, then this will be the resource name of the master billing account that it is being resold through. Otherwise this will be empty. |
Methods |
|
---|---|
|
Creates a billing account. |
|
Gets information about a billing account. |
|
Gets the access control policy for a billing account. |
|
Lists the billing accounts that the current authenticated user has permission to view. |
|
Updates a billing account's fields. |
|
Sets the access control policy for a billing account. |
|
Tests the access control policy for a billing account. |