Skip to main content

services_user_bad_password_reports

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

Overview

Nameservices_user_bad_password_reports
TypeResource
Idazure.ad_hybrid_health_service.services_user_bad_password_reports

Fields

NameDatatypeDescription
ipAddressstringThe IP address corresponding to the last error event.
lastUpdatedstringThe date and time when the last error event was logged.
totalErrorAttemptsintegerThe total count of specific error events.
uniqueIpAddressesstringThe list of unique IP addresses.
userIdstringThe user ID value.

Methods

NameAccessible byRequired ParamsDescription
listSELECTserviceNameGets the bad password login attempt report for an user

SELECT examples

Gets the bad password login attempt report for an user

SELECT
ipAddress,
lastUpdated,
totalErrorAttempts,
uniqueIpAddresses,
userId
FROM azure.ad_hybrid_health_service.services_user_bad_password_reports
WHERE serviceName = '{{ serviceName }}';