Skip to main content

purview_policies

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

Overview

Namepurview_policies
TypeResource
Idazure.purview_policy.purview_policies

Fields

NameDatatypeDescription
decisionRulesarrayArray of decision rules for the policy
etagstringThe etag version of a policy
expiryTimestringThe timestamp of the expiry time of the policy (UTC).
kindstringThe policy kind
membersobjectPolicy member
requestorstringThe AAD member who requested the policy
scopesarrayArray of scopes where the policy is published
sourcestringThe policy source

Methods

NameAccessible byRequired ParamsDescription
listSELECTscopeThe API lists the Azure purview RBAC policies affecting the scope. The scope can be any valid ARM resource id

SELECT examples

The API lists the Azure purview RBAC policies affecting the scope. The scope can be any valid ARM resource id

SELECT
decisionRules,
etag,
expiryTime,
kind,
members,
requestor,
scopes,
source
FROM azure.purview_policy.purview_policies
WHERE scope = '{{ scope }}';