Microsoft Power Platform APIs · JSON Structure

Power Platform Linked Environment Metadata Structure

Type: ['object', 'null'] Properties: 13
Business ApplicationsCopilot StudioDataverseLow-CodeMicrosoftNo-CodePower PagesPower Platform

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

Properties

resourceId friendlyName uniqueName domainName version instanceUrl instanceApiUrl baseLanguage instanceState createdTime backgroundOperationsState scaleGroup platformSku

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LinkedEnvironmentMetadata",
  "type": "['object', 'null']",
  "properties": {
    "resourceId": {
      "type": "string"
    },
    "friendlyName": {
      "type": "string"
    },
    "uniqueName": {
      "type": "string"
    },
    "domainName": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "instanceUrl": {
      "type": "string"
    },
    "instanceApiUrl": {
      "type": "string"
    },
    "baseLanguage": {
      "type": "integer"
    },
    "instanceState": {
      "type": "string"
    },
    "createdTime": {
      "type": "string"
    },
    "backgroundOperationsState": {
      "type": "string"
    },
    "scaleGroup": {
      "type": "string"
    },
    "platformSku": {
      "type": "string"
    }
  }
}