EnvironmentSettings

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
appInsightsKey string Application Insights instrumentation key
updateWindow object
securityGroupId string Security group assigned to the environment
View JSON Schema on GitHub

JSON Schema

admin-center-environment-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EnvironmentSettings",
  "type": "object",
  "properties": {
    "appInsightsKey": {
      "type": "string",
      "description": "Application Insights instrumentation key"
    },
    "updateWindow": {
      "type": "object"
    },
    "securityGroupId": {
      "type": "string",
      "description": "Security group assigned to the environment"
    }
  }
}