Microsoft Dynamics NAV · JSON Structure

Admin Center Environment Structure

Type: object Properties: 18
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Environment is a JSON Structure definition published by Microsoft Dynamics NAV, describing 18 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

friendlyName type name countryCode applicationFamily aadTenantId status webClientLoginUrl webServiceUrl locationName geoName ringName appInsightsKey softDeletedOn hardDeletePendingOn deleteReason appSourceAppsUpdateCadence versionDetails

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Environment",
  "type": "object",
  "properties": {
    "friendlyName": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "applicationFamily": {
      "type": "string"
    },
    "aadTenantId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "webClientLoginUrl": {
      "type": "string"
    },
    "webServiceUrl": {
      "type": "string"
    },
    "locationName": {
      "type": "string"
    },
    "geoName": {
      "type": "string"
    },
    "ringName": {
      "type": "string"
    },
    "appInsightsKey": {
      "type": "string"
    },
    "softDeletedOn": {
      "type": "string"
    },
    "hardDeletePendingOn": {
      "type": "string"
    },
    "deleteReason": {
      "type": "string"
    },
    "appSourceAppsUpdateCadence": {
      "type": "string"
    },
    "versionDetails": {
      "type": "object"
    }
  }
}