Skip to main content

ip_address_aggregates_by_services

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

Overview

Nameip_address_aggregates_by_services
TypeResource
Idazure.ad_hybrid_health_service.ip_address_aggregates_by_services

Fields

NameDatatypeDescription
idstringUnique ID for the entree
attemptCountThresholdIsExceededbooleanA value indicating whether the attempt count threshold been exceeded
attemptCountThresholdOnTriggerintegerThe attempted count threshold on trigger.
attemptThresholdTypeOnTriggerstringThe attempted threshold type on trigger.
badPasswordErrorCountintegerThe bad password error count
extranetLockoutErrorCountintegerThe extranet lockout error count
firstAuditTimestampstringThe first audit timestamp
geographicLocationstringThe geographic location.
ipAddressstringThe IP address from where the attempted login originated from.
isWhitelistedIpAddressbooleanA value indicating whether the IP address has been listed as allowed.
lastAuditTimestampstringThe last audit timestamp
networkLocationstringThe network location
serviceIdstringThe service ID
tenantIdstringThe tenant ID
timeSpanstringThe duration of the event
timestampstringWhen the event occurred
uniqueUsernamesAttemptedCountintegerThe unique usernames attempted

Methods

NameAccessible byRequired ParamsDescription
listSELECTserviceNameGets the IP address aggregates for a given service.

SELECT examples

Gets the IP address aggregates for a given service.

SELECT
id,
attemptCountThresholdIsExceeded,
attemptCountThresholdOnTrigger,
attemptThresholdTypeOnTrigger,
badPasswordErrorCount,
extranetLockoutErrorCount,
firstAuditTimestamp,
geographicLocation,
ipAddress,
isWhitelistedIpAddress,
lastAuditTimestamp,
networkLocation,
serviceId,
tenantId,
timeSpan,
timestamp,
uniqueUsernamesAttemptedCount
FROM azure.ad_hybrid_health_service.ip_address_aggregates_by_services
WHERE serviceName = '{{ serviceName }}';