services_current_risky_ip_download_reports
Creates, updates, deletes, gets or lists a services_current_risky_ip_download_reports
resource.
Overview
Name | services_current_risky_ip_download_reports |
Type | Resource |
Id | azure.ad_hybrid_health_service.services_current_risky_ip_download_reports |
Fields
Name | Datatype | Description |
---|---|---|
blobCreateDateTime | string | Time at which the new Risky IP report was requested. |
jobCompletionTime | string | Time at which the blob creation job for the new Risky IP report was completed. |
resultSasUri | string | The blob uri for the report. |
serviceId | string | The service id for whom the report belongs to. |
status | string | Status of the Risky IP report generation. |
tenantId | string | The tenant id for whom the report belongs to. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | serviceName | Initiate the generation of a new Risky IP report. Returns the URI for the new one. |
SELECT
examples
Initiate the generation of a new Risky IP report. Returns the URI for the new one.
SELECT
blobCreateDateTime,
jobCompletionTime,
resultSasUri,
serviceId,
status,
tenantId
FROM azure.ad_hybrid_health_service.services_current_risky_ip_download_reports
WHERE serviceName = '{{ serviceName }}';