data_products_roles_assignments
Creates, updates, deletes, gets or lists a data_products_roles_assignments
resource.
Overview
Name | data_products_roles_assignments |
Type | Resource |
Id | azure.network_analytics.data_products_roles_assignments |
Fields
Name | Datatype | Description |
---|---|---|
count | integer | Count of role assignments. |
roleAssignmentResponse | array | list of role assignments |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | dataProductName, resourceGroupName, subscriptionId | List 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 }}';