Skip to main content

permissions_by_invoice_sections

Creates, updates, deletes, gets or lists a permissions_by_invoice_sections resource.

Overview

Namepermissions_by_invoice_sections
TypeResource
Idazure.billing.permissions_by_invoice_sections

Fields

NameDatatypeDescription
actionsarrayThe set of actions that the caller is allowed to perform.
notActionsarrayThe set of actions that the caller is not allowed to perform.

Methods

NameAccessible byRequired ParamsDescription
listSELECTbillingAccountName, billingProfileName, invoiceSectionNameLists the billing permissions the caller has for an invoice section.

SELECT examples

Lists the billing permissions the caller has for an invoice section.

SELECT
actions,
notActions
FROM azure.billing.permissions_by_invoice_sections
WHERE billingAccountName = '{{ billingAccountName }}'
AND billingProfileName = '{{ billingProfileName }}'
AND invoiceSectionName = '{{ invoiceSectionName }}';