Skip to main content

product_templates

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

Overview

Nameproduct_templates
TypeResource
Idazure.sentinel.product_templates

Fields

NameDatatypeDescription
authortextfield from the properties object
categoriestextfield from the properties object
content_idtextfield from the properties object
content_kindtextfield from the properties object
content_product_idtextfield from the properties object
content_schema_versiontextfield from the properties object
custom_versiontextfield from the properties object
dependenciestextfield from the properties object
display_nametextfield from the properties object
etagtextEtag of the azure resource
first_publish_datetextfield from the properties object
icontextfield from the properties object
is_deprecatedtextfield from the properties object
last_publish_datetextfield from the properties object
package_idtextfield from the properties object
package_kindtextfield from the properties object
package_nametextfield from the properties object
package_versiontextfield from the properties object
packaged_contenttextfield from the properties object
preview_imagestextfield from the properties object
preview_images_darktextfield from the properties object
providerstextfield from the properties object
resourceGroupNametextfield from the properties object
sourcetextfield from the properties object
subscriptionIdtextfield from the properties object
supporttextfield from the properties object
templateIdtextfield from the properties object
threat_analysis_tacticstextfield from the properties object
threat_analysis_techniquestextfield from the properties object
versiontextfield from the properties object
workspaceNametextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, subscriptionId, templateId, workspaceNameGets a template by its identifier.
listSELECTresourceGroupName, subscriptionId, workspaceNameGets all templates in the catalog.

SELECT examples

Gets all templates in the catalog.

SELECT
author,
categories,
content_id,
content_kind,
content_product_id,
content_schema_version,
custom_version,
dependencies,
display_name,
etag,
first_publish_date,
icon,
is_deprecated,
last_publish_date,
package_id,
package_kind,
package_name,
package_version,
packaged_content,
preview_images,
preview_images_dark,
providers,
resourceGroupName,
source,
subscriptionId,
support,
templateId,
threat_analysis_tactics,
threat_analysis_techniques,
version,
workspaceName
FROM azure.sentinel.vw_product_templates
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND workspaceName = '{{ workspaceName }}';