Skip to main content

vw_standards

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

Overview

Namevw_standards
TypeView
Idazure.security.vw_standards

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,
systemData as system_data,
JSON_EXTRACT(properties, '$.displayName') as "display_name",
JSON_EXTRACT(properties, '$.standardType') as "standard_type",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.assessments') as "assessments",
JSON_EXTRACT(properties, '$.cloudProviders') as "cloud_providers",
JSON_EXTRACT(properties, '$.policySetDefinitionId') as "policy_set_definition_id",
JSON_EXTRACT(properties, '$.metadata') as "metadata",
scope,
standardId
FROM azure.security.standards
WHERE scope = 'replace-me';