Microsoft Power Automate · JSON Structure

Power Automate Management Api Environment Structure

A Power Automate environment.

Type: object Properties: 3
AutomationBusiness ProcessIntegrationLow-CodeMicrosoftPower PlatformRPAWorkflow

Environment is a JSON Structure definition published by Microsoft Power Automate, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name location properties

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/microsoft-power-automate/refs/heads/main/json-structure/power-automate-management-api-environment-structure.json",
  "name": "Environment",
  "description": "A Power Automate environment.",
  "type": "object",
  "properties": {
    "name": { "type": "string" },
    "location": { "type": "string" },
    "properties": {
      "type": "object",
      "properties": {
        "displayName": { "type": "string" },
        "description": { "type": "string" },
        "createdTime": { "type": "datetime" },
        "lastModifiedTime": { "type": "datetime" },
        "provisioningState": { "type": "string" },
        "environmentSku": { "type": "string" },
        "environmentType": { "type": "string" },
        "isDefault": { "type": "boolean" }
      }
    }
  }
}