get Billing Account Iam Policy
suspend fun getBillingAccountIamPolicy(argument: GetBillingAccountIamPolicyPlainArgs): GetBillingAccountIamPolicyResult
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.
Return
null
Parameters
argument
null
suspend fun getBillingAccountIamPolicy(billingAccountId: String, optionsRequestedPolicyVersion: Int? = null): GetBillingAccountIamPolicyResult
Return
null
See also
Parameters
billing Account Id
options Requested Policy Version
suspend fun getBillingAccountIamPolicy(argument: suspend GetBillingAccountIamPolicyPlainArgsBuilder.() -> Unit): GetBillingAccountIamPolicyResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.cloudbilling.v1.kotlin.inputs.GetBillingAccountIamPolicyPlainArgs.