Skip to main content

vw_role_definition_by_invoice_sections

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

Overview

Namevw_role_definition_by_invoice_sections
TypeView
Idazure.billing.vw_role_definition_by_invoice_sections

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
tags as tags,
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.permissions') as "permissions",
JSON_EXTRACT(properties, '$.roleName') as "role_name",
billingAccountName,
billingProfileName,
invoiceSectionName,
roleDefinitionName
FROM azure.billing.role_definition_by_invoice_sections
WHERE billingAccountName = 'replace-me' AND billingProfileName = 'replace-me' AND invoiceSectionName = 'replace-me';