Skip to main content

solutions

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

Overview

Namesolutions
TypeResource
Idazure.security.solutions

Fields

NameDatatypeDescription
idtextResource Id
nametextResource name
ascLocationtextfield from the properties object
locationtextLocation where the resource is stored
protection_statustextfield from the properties object
provisioning_statetextfield from the properties object
resourceGroupNametextfield from the properties object
securitySolutionNametextfield from the properties object
security_familytextfield from the properties object
subscriptionIdtextfield from the properties object
templatetextfield from the properties object
typetextResource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTascLocation, resourceGroupName, securitySolutionName, subscriptionIdGets a specific Security Solution.
listSELECTsubscriptionIdGets a list of Security Solutions for the subscription.

SELECT examples

Gets a list of Security Solutions for the subscription.

SELECT
id,
name,
ascLocation,
location,
protection_status,
provisioning_state,
resourceGroupName,
securitySolutionName,
security_family,
subscriptionId,
template,
type
FROM azure.security.vw_solutions
WHERE subscriptionId = '{{ subscriptionId }}';