Permission
This data object type provides assignment of some role access to a principal on a specific entity.
A ManagedEntity is limited to one permission per principal.
{
"_typeName": "string",
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"principal": "string",
"group": false,
"roleId": 0,
"propagate": false
}
Managed entity the permission is defined on.
Left unset when calling setPermissions or resetPermissions, but present for the results of permission queries.
User or group receiving access in the form of "login" for local or "DOMAIN\login" for users in a Windows domain.
Whether principal refers to a user or a group.
True for a group and false for a user.
Reference to the role providing the access.
Whether or not this permission propagates down the hierarchy to sub-entities.