Skip to main content

vw_access_review_schedule_definitions

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

Overview

Namevw_access_review_schedule_definitions
TypeView
Idazure.authorization.vw_access_review_schedule_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, '$.status') as "status",
JSON_EXTRACT(properties, '$.descriptionForAdmins') as "description_for_admins",
JSON_EXTRACT(properties, '$.descriptionForReviewers') as "description_for_reviewers",
JSON_EXTRACT(properties, '$.createdBy') as "created_by",
JSON_EXTRACT(properties, '$.settings') as "settings",
JSON_EXTRACT(properties, '$.scope') as "scope",
JSON_EXTRACT(properties, '$.reviewers') as "reviewers",
JSON_EXTRACT(properties, '$.backupReviewers') as "backup_reviewers",
JSON_EXTRACT(properties, '$.reviewersType') as "reviewers_type",
JSON_EXTRACT(properties, '$.instances') as "instances",
subscriptionId,
scheduleDefinitionId
FROM azure.authorization.access_review_schedule_definitions
WHERE subscriptionId = 'replace-me';