Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.76 KB

File metadata and controls

64 lines (47 loc) · 1.76 KB
title signInLocation resource type
description Provides the city, state and country/region from where the sign-in happened.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-monitoring-health
author egreenberg14
ms.date 03/21/2024

signInLocation resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Provides the city, state and country/region from where the sign-in happened.

Properties

Property Type Description
city String Provides the city where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity.
countryOrRegion String Provides the country code info (two letter code) where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity.
geoCoordinates geoCoordinates Provides the latitude, longitude and altitude where the sign-in originated.
state String Provides the State where the sign-in originated. This is calculated using latitude/longitude information from the sign-in activity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "city": "String",
  "countryOrRegion": "String",
  "geoCoordinates": {"@odata.type": "microsoft.graph.geoCoordinates"},
  "state": "String"
}