Microsoft Dynamics NAV · JSON Structure

Automation Security Group Structure

Type: object Properties: 4
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

id groupId code displayName

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SecurityGroup",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "groupId": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    }
  }
}