Skip to main content

vw_dns_private_zones

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

Overview

Namevw_dns_private_zones
TypeView
Idazure_isv.oracle.vw_dns_private_zones

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.ocid') as "ocid",
JSON_EXTRACT(properties, '$.isProtected') as "is_protected",
JSON_EXTRACT(properties, '$.lifecycleState') as "lifecycle_state",
JSON_EXTRACT(properties, '$.self') as "self",
JSON_EXTRACT(properties, '$.serial') as "serial",
JSON_EXTRACT(properties, '$.version') as "version",
JSON_EXTRACT(properties, '$.viewId') as "view_id",
JSON_EXTRACT(properties, '$.zoneType') as "zone_type",
JSON_EXTRACT(properties, '$.timeCreated') as "time_created",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
location,
dnsprivatezonename
FROM azure_isv.oracle.dns_private_zones
WHERE subscriptionId = 'replace-me' AND location = 'replace-me';