Microsoft Power Platform APIs · JSON Structure

Power Platform Environment Properties Structure

Type: object Properties: 18
Business ApplicationsCopilot StudioDataverseLow-CodeMicrosoftNo-CodePower PagesPower Platform

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

Properties

azureRegion displayName description createdTime lastModifiedTime provisioningState creationType environmentSku isDefault capacity addons clientUris runtimeEndpoints databaseType retentionPeriod states updateCadence protectionStatus

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "EnvironmentProperties",
  "type": "object",
  "properties": {
    "azureRegion": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "['string', 'null']"
    },
    "createdTime": {
      "type": "string"
    },
    "lastModifiedTime": {
      "type": "string"
    },
    "provisioningState": {
      "type": "string"
    },
    "creationType": {
      "type": "string"
    },
    "environmentSku": {
      "type": "string"
    },
    "isDefault": {
      "type": "boolean"
    },
    "capacity": {
      "type": "array"
    },
    "addons": {
      "type": "array"
    },
    "clientUris": {
      "type": "object"
    },
    "runtimeEndpoints": {
      "type": "object"
    },
    "databaseType": {
      "type": "['string', 'null']"
    },
    "retentionPeriod": {
      "type": "string"
    },
    "states": {
      "type": "object"
    },
    "updateCadence": {
      "type": "object"
    },
    "protectionStatus": {
      "type": "object"
    }
  }
}