Microsoft Dynamics NAV · JSON Structure

Automation Permission Set Structure

Type: object Properties: 6
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

PermissionSet is a JSON Structure definition published by Microsoft Dynamics NAV, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id roleId displayName scope appId extensionName

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PermissionSet",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "roleId": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "scope": {
      "type": "string"
    },
    "appId": {
      "type": "string"
    },
    "extensionName": {
      "type": "string"
    }
  }
}