Cloudbilling_v1Functions

Functions

Link copied to clipboard

Gets information about a billing account. The current authenticated user must be a viewer of the billing account.

suspend fun getBillingAccount(billingAccountId: String): GetBillingAccountResult
Link copied to clipboard

Gets the access control policy for a billing account. The caller must have the billing.accounts.getIamPolicy permission on the account, which is often given to billing account viewers.

suspend fun getBillingAccountIamPolicy(billingAccountId: String, optionsRequestedPolicyVersion: Int? = null): GetBillingAccountIamPolicyResult