Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the location attributes of an application, used to indicate where its infrastructure operates and where the owning organization is based. The location property of the applicationRiskFactorGeneralInfo resource is an applicationLocation object.
Properties
| Property | Type | Description |
|---|---|---|
| dataCenter | String | Specifies the region or physical location where the application's primary data center is hosted. |
| headquarters | String | Specifies the city, country or region where the application's owning organization is headquartered. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.applicationLocation",
"dataCenter": "String",
"headquarters": "String"
}