purview_policies
Creates, updates, deletes, gets or lists a purview_policies
resource.
Overview
Name | purview_policies |
Type | Resource |
Id | azure.purview_policy.purview_policies |
Fields
Name | Datatype | Description |
---|---|---|
decisionRules | array | Array of decision rules for the policy |
etag | string | The etag version of a policy |
expiryTime | string | The timestamp of the expiry time of the policy (UTC). |
kind | string | The policy kind |
members | object | Policy member |
requestor | string | The AAD member who requested the policy |
scopes | array | Array of scopes where the policy is published |
source | string | The policy source |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | scope | The 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 }}';