services_user_bad_password_reports
Creates, updates, deletes, gets or lists a services_user_bad_password_reports
resource.
Overview
Name | services_user_bad_password_reports |
Type | Resource |
Id | azure.ad_hybrid_health_service.services_user_bad_password_reports |
Fields
Name | Datatype | Description |
---|---|---|
ipAddress | string | The IP address corresponding to the last error event. |
lastUpdated | string | The date and time when the last error event was logged. |
totalErrorAttempts | integer | The total count of specific error events. |
uniqueIpAddresses | string | The list of unique IP addresses. |
userId | string | The user ID value. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | serviceName | Gets 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 }}';