vw_certificate_object_global_rulestacks
Creates, updates, deletes, gets or lists a vw_certificate_object_global_rulestacks
resource.
Overview
Name | vw_certificate_object_global_rulestacks |
Type | View |
Id | azure_isv.paloalto.vw_certificate_object_global_rulestacks |
Fields
See the SQL Definition (view DDL) for fields returned by this view.
SQL Definition
- Sqlite3
- Postgres
SELECT
systemData as system_data,
JSON_EXTRACT(properties, '$.certificateSignerResourceId') as "certificate_signer_resource_id",
JSON_EXTRACT(properties, '$.certificateSelfSigned') as "certificate_self_signed",
JSON_EXTRACT(properties, '$.auditComment') as "audit_comment",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.etag') as "etag",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
globalRulestackName,
name
FROM azure_isv.paloalto.certificate_object_global_rulestacks
WHERE globalRulestackName = 'replace-me';
SELECT
systemData as system_data,
json_extract_path_text(properties, '$.certificateSignerResourceId') as "certificate_signer_resource_id",
json_extract_path_text(properties, '$.certificateSelfSigned') as "certificate_self_signed",
json_extract_path_text(properties, '$.auditComment') as "audit_comment",
json_extract_path_text(properties, '$.description') as "description",
json_extract_path_text(properties, '$.etag') as "etag",
json_extract_path_text(properties, '$.provisioningState') as "provisioning_state",
globalRulestackName,
name
FROM azure_isv.paloalto.certificate_object_global_rulestacks
WHERE globalRulestackName = 'replace-me';