0

I'm trying to get all the classification rules (system and custom) enabled in the azure purview account using below http call GET {Endpoint}/classificationrules?api-version=2018-12-01-preview

But, I'm getting only the custom classification rules defined in the account as the response. But, there are list of system classification rules are enabled in that particular ifs purview account.

According to the documentation, I should get the system classification rules as the response

Could you please tell what I need to do for getting system classification rules in the response

https://learn.microsoft.com/en-us/rest/api/purview/scanningdataplane/classification-rules/list-all

1 Answers1

0

Unfortunately, there is no way to get system classification rules defined in the Azure purview account using a http call.

As per the confirmation from products team that the API returns only Custom Scan Classifications rules and System classifications are not returned to reduce the size of the payload as it is documented properly list of all supported system classifications.

Please provide your feedback at Azure Purview Feedback channel so that community can upvote and products team can plan to include in their future release.

CHEEKATLAPRADEEP
  • 12,191
  • 1
  • 19
  • 42