PermissionSet

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
id string
roleId string The permission set role ID
displayName string The permission set display name
scope string
appId string
extensionName string
View JSON Schema on GitHub

JSON Schema

automation-permission-set-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PermissionSet",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "roleId": {
      "type": "string",
      "description": "The permission set role ID"
    },
    "displayName": {
      "type": "string",
      "description": "The permission set display name"
    },
    "scope": {
      "type": "string"
    },
    "appId": {
      "type": "string"
    },
    "extensionName": {
      "type": "string"
    }
  }
}