Skip to main content

discovered_security_solutions

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

Overview

Namediscovered_security_solutions
TypeResource
Idazure.security.discovered_security_solutions

Fields

NameDatatypeDescription
idtextResource Id
nametextResource name
ascLocationtextfield from the properties object
discoveredSecuritySolutionNametextfield from the properties object
locationtextLocation where the resource is stored
offertextfield from the properties object
publishertextfield from the properties object
resourceGroupNametextfield from the properties object
security_familytextfield from the properties object
skutextfield from the properties object
subscriptionIdtextfield from the properties object
typetextResource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTascLocation, discoveredSecuritySolutionName, resourceGroupName, subscriptionIdGets a specific discovered Security Solution.
listSELECTsubscriptionIdGets a list of discovered Security Solutions for the subscription.
list_by_home_regionSELECTascLocation, subscriptionIdGets a list of discovered Security Solutions for the subscription and location.

SELECT examples

Gets a list of discovered Security Solutions for the subscription.

SELECT
id,
name,
ascLocation,
discoveredSecuritySolutionName,
location,
offer,
publisher,
resourceGroupName,
security_family,
sku,
subscriptionId,
type
FROM azure.security.vw_discovered_security_solutions
WHERE subscriptionId = '{{ subscriptionId }}';