Skip to main content

tasks_resource_group_level_tasks

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

Overview

Nametasks_resource_group_level_tasks
TypeResource
Idazure.security.tasks_resource_group_level_tasks

Fields

NameDatatypeDescription
idtextResource Id
nametextResource name
ascLocationtextfield from the properties object
creation_time_utctextfield from the properties object
last_state_change_time_utctextfield from the properties object
resourceGroupNametextfield from the properties object
security_task_parameterstextfield from the properties object
statetextfield from the properties object
sub_statetextfield from the properties object
subscriptionIdtextfield from the properties object
taskNametextfield from the properties object
typetextResource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTascLocation, resourceGroupName, subscriptionId, taskNameRecommended tasks that will help improve the security of the subscription proactively

SELECT examples

Recommended tasks that will help improve the security of the subscription proactively

SELECT
id,
name,
ascLocation,
creation_time_utc,
last_state_change_time_utc,
resourceGroupName,
security_task_parameters,
state,
sub_state,
subscriptionId,
taskName,
type
FROM azure.security.vw_tasks_resource_group_level_tasks
WHERE ascLocation = '{{ ascLocation }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND taskName = '{{ taskName }}';