Microsoft Power Platform APIs · JSON Structure

Power Platform Principal Structure

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

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

Properties

id displayName type tenantId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Principal",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "displayName": {
      "type": "['string', 'null']"
    },
    "type": {
      "type": "string"
    },
    "tenantId": {
      "type": "['string', 'null']"
    }
  }
}