Skip to main content

vw_access_review_history_definitions

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

Overview

Namevw_access_review_history_definitions
TypeView
Idazure.authorization.vw_access_review_history_definitions

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
type as type,
JSON_EXTRACT(properties, '$.displayName') as "display_name",
JSON_EXTRACT(properties, '$.reviewHistoryPeriodStartDateTime') as "review_history_period_start_date_time",
JSON_EXTRACT(properties, '$.reviewHistoryPeriodEndDateTime') as "review_history_period_end_date_time",
JSON_EXTRACT(properties, '$.decisions') as "decisions",
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.createdDateTime') as "created_date_time",
JSON_EXTRACT(properties, '$.createdBy') as "created_by",
JSON_EXTRACT(properties, '$.scopes') as "scopes",
JSON_EXTRACT(properties, '$.settings') as "settings",
JSON_EXTRACT(properties, '$.instances') as "instances",
subscriptionId,
historyDefinitionId
FROM azure.authorization.access_review_history_definitions
WHERE subscriptionId = 'replace-me';