Skip to main content

data_products_roles_assignments

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

Overview

Namedata_products_roles_assignments
TypeResource
Idazure.network_analytics.data_products_roles_assignments

Fields

NameDatatypeDescription
countintegerCount of role assignments.
roleAssignmentResponsearraylist of role assignments

Methods

NameAccessible byRequired ParamsDescription
listSELECTdataProductName, resourceGroupName, subscriptionIdList user roles associated with the data product.

SELECT examples

List user roles associated with the data product.

SELECT
count,
roleAssignmentResponse
FROM azure.network_analytics.data_products_roles_assignments
WHERE dataProductName = '{{ dataProductName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';