Skip to main content

services_all_risky_ip_download_reports

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

Overview

Nameservices_all_risky_ip_download_reports
TypeResource
Idazure.ad_hybrid_health_service.services_all_risky_ip_download_reports

Fields

NameDatatypeDescription
blobCreateDateTimestringTime at which the new Risky IP report was requested.
jobCompletionTimestringTime at which the blob creation job for the new Risky IP report was completed.
resultSasUristringThe blob uri for the report.
serviceIdstringThe service id for whom the report belongs to.
statusstringStatus of the Risky IP report generation.
tenantIdstringThe tenant id for whom the report belongs to.

Methods

NameAccessible byRequired ParamsDescription
listSELECTserviceNameGets all Risky IP report URIs for the last 7 days.

SELECT examples

Gets all Risky IP report URIs for the last 7 days.

SELECT
blobCreateDateTime,
jobCompletionTime,
resultSasUri,
serviceId,
status,
tenantId
FROM azure.ad_hybrid_health_service.services_all_risky_ip_download_reports
WHERE serviceName = '{{ serviceName }}';