Delen via


Iot Security Solution - List By Subscription

Gebruik deze methode om de lijst met IoT-beveiligingsoplossingen per abonnement op te halen.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/iotSecuritySolutions?api-version=2019-08-01
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/iotSecuritySolutions?api-version=2019-08-01&$filter={$filter}

URI-parameters

Name In Vereist Type Description
subscriptionId
path True

string

Azure-abonnements-id

Regex-patroon: ^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$

api-version
query True

string

API-versie voor de bewerking

$filter
query

string

Filter de IoT-beveiligingsoplossing met OData-syntaxis. Ondersteunt filteren op iotHubs.

Antwoorden

Name Type Description
200 OK

IoTSecuritySolutionsList

OK

Other Status Codes

CloudError

Foutreactie waarin wordt beschreven waarom de bewerking is mislukt.

Beveiliging

azure_auth

Azure Active Directory OAuth2-stroom

Type: oauth2
Stroom: implicit
Autorisatie-URL: https://login.microsoftonline.com/common/oauth2/authorize

Bereiken

Name Description
user_impersonation Uw gebruikersaccount imiteren

Voorbeelden

List IoT Security solutions by IoT Hub
List IoT Security solutions by subscription

List IoT Security solutions by IoT Hub

Voorbeeldaanvraag

GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/iotSecuritySolutions?api-version=2019-08-01&$filter=properties.iotHubs/any(i eq "/subscriptions/075423e9-7d33-4166-8bdf-3920b04e3735/resourceGroups/myRg/providers/Microsoft.Devices/IotHubs/FirstIotHub")

Voorbeeldrespons

{
  "value": [
    {
      "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/MyGroup/providers/Microsoft.Security/IoTSecuritySolutions/Locations/eastus/default",
      "name": "default",
      "type": "Microsoft.Security/IoTSecuritySolutions",
      "location": "East Us",
      "tags": {},
      "properties": {
        "workspace": "/subscriptions/c4930e90-cd72-4aa5-93e9-2d081d129569/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace1",
        "status": "Enabled",
        "export": [
          "RawEvents"
        ],
        "disabledDataSources": [],
        "displayName": "Solution Default",
        "iotHubs": [
          "/subscriptions/075423e9-7d33-4166-8bdf-3920b04e3735/resourceGroups/myRg/providers/Microsoft.Devices/IotHubs/FirstIotHub"
        ],
        "userDefinedResources": {
          "query": "where type != \"microsoft.devices/iothubs\" | where name contains \"iot\"",
          "querySubscriptions": [
            "075423e9-7d33-4166-8bdf-3920b04e3735"
          ]
        },
        "autoDiscoveredResources": [
          "/subscriptions/075423e9-7d33-4166-8bdf-3920b04e3735",
          "/subscriptions/075423e9-7d33-4166-8bdf-3920b04e3735/resourceGroups/myRg/providers/Microsoft.Devices/IotHubs/FirstIotHub"
        ],
        "recommendationsConfiguration": [
          {
            "recommendationType": "IoT_ACRAuthentication",
            "name": "Service Principal Not Used with ACR",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_AgentSendsUnutilizedMessages",
            "name": "Agent sending underutilized messages",
            "status": "TurnedOn"
          },
          {
            "recommendationType": "IoT_Baseline",
            "name": "Operating system (OS) baseline validation failure",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_EdgeHubMemOptimize",
            "name": "Edge Hub memory can be optimized",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_EdgeLoggingOptions",
            "name": "No Logging Configured for Edge Module",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_InconsistentModuleSettings",
            "name": "Module Settings Inconsistent in SecurityGroup",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_InstallAgent",
            "name": "Install the Azure Security of Things Agent",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_IPFilter_DenyAll",
            "name": "Default IP Filter Policy should be Deny",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_IPFilter_PermissiveRule",
            "name": "IP Filter rule includes large IP range",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_OpenPorts",
            "name": "Open Ports On Device",
            "status": "Disabled"
          },
          {
            "recommendationType": "IoT_PermissiveFirewallPolicy",
            "name": "Permissive firewall policy in one of the chains was found",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_PermissiveInputFirewallRules",
            "name": "Permissive firewall rule in the input chain was found",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_PermissiveOutputFirewallRules",
            "name": "Permissive firewall rule in the output chain was found",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_PrivilegedDockerOptions",
            "name": "High level permissions configured in Edge model twin for Edge module",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_SharedCredentials",
            "name": "Same Authentication Credentials used by multiple devices",
            "status": "Disabled"
          },
          {
            "recommendationType": "IoT_VulnerableTLSCipherSuite",
            "name": "TLS cipher suite upgrade",
            "status": "Enabled"
          }
        ],
        "unmaskedIpLoggingStatus": "Enabled"
      },
      "systemData": {
        "createdBy": "string",
        "createdByType": "User",
        "createdAt": "2020-04-27T21:53:29.0928001Z",
        "lastModifiedBy": "string",
        "lastModifiedByType": "User",
        "lastModifiedAt": "2020-04-27T21:53:29.0928001Z"
      }
    }
  ]
}

List IoT Security solutions by subscription

Voorbeeldaanvraag

GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/iotSecuritySolutions?api-version=2019-08-01

Voorbeeldrespons

{
  "value": [
    {
      "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/MyGroup/providers/Microsoft.Security/IoTSecuritySolutions/Locations/eastus/default",
      "name": "default",
      "location": "East Us",
      "type": "Microsoft.Security/IoTSecuritySolutions",
      "tags": {},
      "properties": {
        "workspace": "/subscriptions/c4930e90-cd72-4aa5-93e9-2d081d129569/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace1",
        "status": "Enabled",
        "export": [],
        "disabledDataSources": [],
        "displayName": "Solution Default",
        "iotHubs": [
          "/subscriptions/075423e9-7d33-4166-8bdf-3920b04e3735/resourceGroups/myRg/providers/Microsoft.Devices/IotHubs/FirstIotHub"
        ],
        "userDefinedResources": {
          "query": "where type != \"microsoft.devices/iothubs\" | where name contains \"iot\"",
          "querySubscriptions": [
            "075423e9-7d33-4166-8bdf-3920b04e3735"
          ]
        },
        "autoDiscoveredResources": [
          "/subscriptions/075423e9-7d33-4166-8bdf-3920b04e3735",
          "/subscriptions/075423e9-7d33-4166-8bdf-3920b04e3735/resourceGroups/myRg/providers/Microsoft.Devices/IotHubs/FirstIotHub"
        ],
        "recommendationsConfiguration": [
          {
            "recommendationType": "IoT_ACRAuthentication",
            "name": "Service Principal Not Used with ACR",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_AgentSendsUnutilizedMessages",
            "name": "Agent sending underutilized messages",
            "status": "TurnedOn"
          },
          {
            "recommendationType": "IoT_Baseline",
            "name": "Operating system (OS) baseline validation failure",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_EdgeHubMemOptimize",
            "name": "Edge Hub memory can be optimized",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_EdgeLoggingOptions",
            "name": "No Logging Configured for Edge Module",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_InconsistentModuleSettings",
            "name": "Module Settings Inconsistent in SecurityGroup",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_InstallAgent",
            "name": "Install the Azure Security of Things Agent",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_IPFilter_DenyAll",
            "name": "Default IP Filter Policy should be Deny",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_IPFilter_PermissiveRule",
            "name": "IP Filter rule includes large IP range",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_OpenPorts",
            "name": "Open Ports On Device",
            "status": "Disabled"
          },
          {
            "recommendationType": "IoT_PermissiveFirewallPolicy",
            "name": "Permissive firewall policy in one of the chains was found",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_PermissiveInputFirewallRules",
            "name": "Permissive firewall rule in the input chain was found",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_PermissiveOutputFirewallRules",
            "name": "Permissive firewall rule in the output chain was found",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_PrivilegedDockerOptions",
            "name": "High level permissions configured in Edge model twin for Edge module",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_SharedCredentials",
            "name": "Same Authentication Credentials used by multiple devices",
            "status": "Disabled"
          },
          {
            "recommendationType": "IoT_VulnerableTLSCipherSuite",
            "name": "TLS cipher suite upgrade",
            "status": "Enabled"
          }
        ],
        "unmaskedIpLoggingStatus": "Enabled"
      },
      "systemData": {
        "createdBy": "string",
        "createdByType": "User",
        "createdAt": "2020-04-27T21:53:29.0928001Z",
        "lastModifiedBy": "string",
        "lastModifiedByType": "User",
        "lastModifiedAt": "2020-04-27T21:53:29.0928001Z"
      }
    },
    {
      "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/SecondGroup/providers/Microsoft.Security/IoTSecuritySolutions/Locations/eastus/sec-solution",
      "name": "sec-solution",
      "location": "East Us",
      "type": "Microsoft.Security/IoTSecuritySolutions",
      "tags": {},
      "properties": {
        "workspace": "/subscriptions/c4930e90-cd72-4aa5-93e9-2d081d129569/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace1",
        "status": "Enabled",
        "export": [
          "RawEvents"
        ],
        "disabledDataSources": [],
        "displayName": "Second Solution",
        "iotHubs": [
          "/subscriptions/075423e9-7d33-4166-8bdf-3920b04e3735/resourceGroups/myRg/providers/Microsoft.Devices/IotHubs/IotHubSecond"
        ],
        "userDefinedResources": {
          "query": "where type != \"microsoft.devices/iothubs\" | where name contains \"iot\"",
          "querySubscriptions": [
            "075423e9-7d33-4166-8bdf-3920b04e3735"
          ]
        },
        "autoDiscoveredResources": [
          "/subscriptions/075423e9-7d33-4166-8bdf-3920b04e3735",
          "/subscriptions/075423e9-7d33-4166-8bdf-3920b04e3735/resourceGroups/myRg/providers/Microsoft.Devices/IotHubs/IotHubSecond"
        ],
        "recommendationsConfiguration": [
          {
            "recommendationType": "IoT_ACRAuthentication",
            "name": "Service Principal Not Used with ACR",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_AgentSendsUnutilizedMessages",
            "name": "Agent sending underutilized messages",
            "status": "TurnedOn"
          },
          {
            "recommendationType": "IoT_Baseline",
            "name": "Operating system (OS) baseline validation failure",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_EdgeHubMemOptimize",
            "name": "Edge Hub memory can be optimized",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_EdgeLoggingOptions",
            "name": "No Logging Configured for Edge Module",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_InconsistentModuleSettings",
            "name": "Module Settings Inconsistent in SecurityGroup",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_InstallAgent",
            "name": "Install the Azure Security of Things Agent",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_IPFilter_DenyAll",
            "name": "Default IP Filter Policy should be Deny",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_IPFilter_PermissiveRule",
            "name": "IP Filter rule includes large IP range",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_OpenPorts",
            "name": "Open Ports On Device",
            "status": "Disabled"
          },
          {
            "recommendationType": "IoT_PermissiveFirewallPolicy",
            "name": "Permissive firewall policy in one of the chains was found",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_PermissiveInputFirewallRules",
            "name": "Permissive firewall rule in the input chain was found",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_PermissiveOutputFirewallRules",
            "name": "Permissive firewall rule in the output chain was found",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_PrivilegedDockerOptions",
            "name": "High level permissions configured in Edge model twin for Edge module",
            "status": "Enabled"
          },
          {
            "recommendationType": "IoT_SharedCredentials",
            "name": "Same Authentication Credentials used by multiple devices",
            "status": "Disabled"
          },
          {
            "recommendationType": "IoT_VulnerableTLSCipherSuite",
            "name": "TLS cipher suite upgrade",
            "status": "Enabled"
          }
        ],
        "unmaskedIpLoggingStatus": "Enabled"
      },
      "systemData": {
        "createdBy": "string",
        "createdByType": "User",
        "createdAt": "2020-04-27T21:53:29.0928001Z",
        "lastModifiedBy": "string",
        "lastModifiedByType": "User",
        "lastModifiedAt": "2020-04-27T21:53:29.0928001Z"
      }
    }
  ]
}

Definities

Name Description
AdditionalWorkspaceDataType

Lijst met gegevenstypen die naar de werkruimte zijn verzonden

AdditionalWorkspacesProperties

Eigenschappen van de extra werkruimten.

AdditionalWorkspaceType

Werkruimtetype.

CloudError

Veelvoorkomende foutreactie voor alle Azure Resource Manager-API's om foutdetails te retourneren voor mislukte bewerkingen. (Dit volgt ook de OData-foutreactieindeling.)

CloudErrorBody

De foutdetails.

createdByType

Het type identiteit waarmee de resource is gemaakt.

DataSource

Uitgeschakelde gegevensbronnen. Als u deze gegevensbronnen uitschakelt, wordt het systeem aangetast.

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

ExportData

Lijst met aanvullende opties voor het exporteren naar werkruimtegegevens.

IoTSecuritySolutionModel

Configuratie van ioT-beveiligingsoplossing en resourcegegevens.

IoTSecuritySolutionsList

Lijst met IoT-beveiligingsoplossingen.

RecommendationConfigStatus

Aanbevelingsstatus. Wanneer de aanbevelingsstatus is uitgeschakeld, worden er geen aanbevelingen gegenereerd.

RecommendationConfigurationProperties

Het type IoT Security-aanbeveling.

RecommendationType

Het type IoT Security-aanbeveling.

SecuritySolutionStatus

Status van de IoT-beveiligingsoplossing.

systemData

Metagegevens met betrekking tot het maken en de laatste wijziging van de resource.

UnmaskedIpLoggingStatus

Status van logboekregistratie van ip-adressen niet-gemaskeerd

UserDefinedResourcesProperties

Eigenschappen van de door de gebruiker gedefinieerde resources van de IoT-beveiligingsoplossing.

AdditionalWorkspaceDataType

Lijst met gegevenstypen die naar de werkruimte zijn verzonden

Name Type Description
Alerts

string

RawEvents

string

AdditionalWorkspacesProperties

Eigenschappen van de extra werkruimten.

Name Type Default value Description
dataTypes

AdditionalWorkspaceDataType[]

Lijst met gegevenstypen die naar de werkruimte zijn verzonden

type

AdditionalWorkspaceType

Sentinel

Werkruimtetype.

workspace

string

Resource-id van werkruimte

AdditionalWorkspaceType

Werkruimtetype.

Name Type Description
Sentinel

string

CloudError

Veelvoorkomende foutreactie voor alle Azure Resource Manager-API's om foutdetails te retourneren voor mislukte bewerkingen. (Dit volgt ook de OData-foutreactieindeling.)

Name Type Description
error.additionalInfo

ErrorAdditionalInfo[]

De fout bevat aanvullende informatie.

error.code

string

De foutcode.

error.details

CloudErrorBody[]

De foutdetails.

error.message

string

Het foutbericht.

error.target

string

Het foutdoel.

CloudErrorBody

De foutdetails.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

De fout bevat aanvullende informatie.

code

string

De foutcode.

details

CloudErrorBody[]

De foutdetails.

message

string

Het foutbericht.

target

string

Het foutdoel.

createdByType

Het type identiteit waarmee de resource is gemaakt.

Name Type Description
Application

string

Key

string

ManagedIdentity

string

User

string

DataSource

Uitgeschakelde gegevensbronnen. Als u deze gegevensbronnen uitschakelt, wordt het systeem aangetast.

Name Type Description
TwinData

string

Apparaatdubbelgegevens

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

Name Type Description
info

object

De aanvullende informatie.

type

string

Het extra informatietype.

ExportData

Lijst met aanvullende opties voor het exporteren naar werkruimtegegevens.

Name Type Description
RawEvents

string

Onbewerkte gebeurtenissen van agent

IoTSecuritySolutionModel

Configuratie van ioT-beveiligingsoplossing en resourcegegevens.

Name Type Default value Description
id

string

Resource-id

location

string

De resourcelocatie.

name

string

Resourcenaam

properties.additionalWorkspaces

AdditionalWorkspacesProperties[]

Lijst met extra werkruimten

properties.autoDiscoveredResources

string[]

Lijst met resources die automatisch zijn gedetecteerd als relevant voor de beveiligingsoplossing.

properties.disabledDataSources

DataSource[]

Uitgeschakelde gegevensbronnen. Als u deze gegevensbronnen uitschakelt, wordt het systeem aangetast.

properties.displayName

string

Weergavenaam van resource.

properties.export

ExportData[]

Lijst met aanvullende opties voor het exporteren naar werkruimtegegevens.

properties.iotHubs

string[]

IoT Hub-resource-id's

properties.recommendationsConfiguration

RecommendationConfigurationProperties[]

Lijst met de configuratiestatus voor elk aanbevelingstype.

properties.status

SecuritySolutionStatus

Enabled

Status van de IoT-beveiligingsoplossing.

properties.unmaskedIpLoggingStatus

UnmaskedIpLoggingStatus

Disabled

Status van logboekregistratie van ip-adressen niet-gemaskeerd

properties.userDefinedResources

UserDefinedResourcesProperties

Eigenschappen van de door de gebruiker gedefinieerde resources van de IoT-beveiligingsoplossing.

properties.workspace

string

Resource-id van werkruimte

systemData

systemData

Azure Resource Manager-metagegevens met createdBy- en modifiedBy-gegevens.

tags

object

Resourcetags

type

string

Resourcetype

IoTSecuritySolutionsList

Lijst met IoT-beveiligingsoplossingen.

Name Type Description
nextLink

string

De URI voor het ophalen van de volgende pagina.

value

IoTSecuritySolutionModel[]

Lijst met IoT-beveiligingsoplossingen

RecommendationConfigStatus

Aanbevelingsstatus. Wanneer de aanbevelingsstatus is uitgeschakeld, worden er geen aanbevelingen gegenereerd.

Name Type Description
Disabled

string

Enabled

string

RecommendationConfigurationProperties

Het type IoT Security-aanbeveling.

Name Type Default value Description
name

string

recommendationType

RecommendationType

Het type IoT Security-aanbeveling.

status

RecommendationConfigStatus

Enabled

Aanbevelingsstatus. Wanneer de aanbevelingsstatus is uitgeschakeld, worden er geen aanbevelingen gegenereerd.

RecommendationType

Het type IoT Security-aanbeveling.

Name Type Description
IoT_ACRAuthentication

string

Verificatieschema dat wordt gebruikt voor het ophalen van een Edge-module uit een ACR-opslagplaats maakt geen gebruik van Service Principal Authentication.

IoT_AgentSendsUnutilizedMessages

string

De capaciteit van ioT-agentberichten wordt momenteel onderbenut, waardoor het aantal verzonden berichten toeneemt. Pas de berichtintervallen aan voor een beter gebruik.

IoT_Baseline

string

Geïdentificeerde beveiligingsproblemen met betrekking tot systeemconfiguratie.

IoT_EdgeHubMemOptimize

string

U kunt het geheugengebruik van Edge Hub optimaliseren door protocolkoppen uit te schakelen voor protocollen die niet worden gebruikt door Edge-modules in uw oplossing.

IoT_EdgeLoggingOptions

string

Logboekregistratie is uitgeschakeld voor deze edge-module.

IoT_IPFilter_DenyAll

string

Ip-filterconfiguratie moet regels hebben gedefinieerd voor toegestaan verkeer en moet al het andere verkeer standaard weigeren.

IoT_IPFilter_PermissiveRule

string

Het BRON-IP-bereik van bron-IP-regels toestaan is te groot. Te veel regels kunnen uw IoT-hub blootstellen aan kwaadwillende voornemens.

IoT_InconsistentModuleSettings

string

Een minderheid binnen een apparaatbeveiligingsgroep heeft inconsistente Edge-module-instellingen met de rest van de groep.

IoT_InstallAgent

string

Installeer de Azure Security of Things-agent.

IoT_OpenPorts

string

Er is een luistereindpunt gevonden op het apparaat.

IoT_PermissiveFirewallPolicy

string

Er is een toegestaan firewallbeleid gevonden (INPUT/OUTPUT). Het beleid moet al het verkeer standaard weigeren en regels definiëren om de benodigde communicatie naar/van het apparaat toe te staan.

IoT_PermissiveInputFirewallRules

string

Er is een regel in de firewall gevonden die een missief patroon bevat voor een breed scala aan IP-adressen of poorten.

IoT_PermissiveOutputFirewallRules

string

Er is een regel in de firewall gevonden die een missief patroon bevat voor een breed scala aan IP-adressen of poorten.

IoT_PrivilegedDockerOptions

string

De Edge-module is geconfigureerd voor uitvoering in de bevoegde modus, met uitgebreide Linux-mogelijkheden of met netwerktoegang op hostniveau (gegevens verzenden/ontvangen naar hostcomputer).

IoT_SharedCredentials

string

Dezelfde verificatiereferenties voor de IoT Hub die door meerdere apparaten wordt gebruikt. Dit kan duiden op een illegitimate apparaat dat een legitiem apparaat imiteert. Het geeft ook het risico van apparaatimitatie door een aanvaller bloot.

IoT_VulnerableTLSCipherSuite

string

Onveilige TLS-configuraties gedetecteerd. Onmiddellijke upgrade wordt aanbevolen.

SecuritySolutionStatus

Status van de IoT-beveiligingsoplossing.

Name Type Description
Disabled

string

Enabled

string

systemData

Metagegevens met betrekking tot het maken en de laatste wijziging van de resource.

Name Type Description
createdAt

string

De tijdstempel van het maken van resources (UTC).

createdBy

string

De identiteit waarmee de resource is gemaakt.

createdByType

createdByType

Het type identiteit waarmee de resource is gemaakt.

lastModifiedAt

string

De tijdstempel van de laatste wijziging van de resource (UTC)

lastModifiedBy

string

De identiteit die de resource voor het laatst heeft gewijzigd.

lastModifiedByType

createdByType

Het type identiteit dat de resource voor het laatst heeft gewijzigd.

UnmaskedIpLoggingStatus

Status van logboekregistratie van ip-adressen niet-gemaskeerd

Name Type Description
Disabled

string

Niet-gemaskeerde IP-logboekregistratie is uitgeschakeld

Enabled

string

Niet-gemaskeerde IP-logboekregistratie is ingeschakeld

UserDefinedResourcesProperties

Eigenschappen van de door de gebruiker gedefinieerde resources van de IoT-beveiligingsoplossing.

Name Type Description
query

string

Azure Resource Graph-query die de door de gebruiker gedefinieerde resources van de beveiligingsoplossing vertegenwoordigt. Vereist om te beginnen met 'where type != 'Microsoft.Devices/IotHubs''

querySubscriptions

string[]

Lijst met Azure-abonnements-id's waarop de door de gebruiker gedefinieerde resourcesquery moet worden uitgevoerd.