product_templates
Creates, updates, deletes, gets or lists a product_templates
resource.
Overview
Name | product_templates |
Type | Resource |
Id | azure.sentinel.product_templates |
Fields
- vw_product_templates
- product_templates
Name | Datatype | Description |
---|---|---|
author | text | field from the properties object |
categories | text | field from the properties object |
content_id | text | field from the properties object |
content_kind | text | field from the properties object |
content_product_id | text | field from the properties object |
content_schema_version | text | field from the properties object |
custom_version | text | field from the properties object |
dependencies | text | field from the properties object |
display_name | text | field from the properties object |
etag | text | Etag of the azure resource |
first_publish_date | text | field from the properties object |
icon | text | field from the properties object |
is_deprecated | text | field from the properties object |
last_publish_date | text | field from the properties object |
package_id | text | field from the properties object |
package_kind | text | field from the properties object |
package_name | text | field from the properties object |
package_version | text | field from the properties object |
packaged_content | text | field from the properties object |
preview_images | text | field from the properties object |
preview_images_dark | text | field from the properties object |
providers | text | field from the properties object |
resourceGroupName | text | field from the properties object |
source | text | field from the properties object |
subscriptionId | text | field from the properties object |
support | text | field from the properties object |
templateId | text | field from the properties object |
threat_analysis_tactics | text | field from the properties object |
threat_analysis_techniques | text | field from the properties object |
version | text | field from the properties object |
workspaceName | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
etag | string | Etag of the azure resource |
properties | object | Template property bag. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | resourceGroupName, subscriptionId, templateId, workspaceName | Gets a template by its identifier. |
list | SELECT | resourceGroupName, subscriptionId, workspaceName | Gets all templates in the catalog. |
SELECT
examples
Gets all templates in the catalog.
- vw_product_templates
- product_templates
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 }}';
SELECT
etag,
properties
FROM azure.sentinel.product_templates
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND workspaceName = '{{ workspaceName }}';