AppUserRoleListRecord Data Type

Data class containing general information about user.

Properties
name data type constraints description
guid string  
name string  
description string  
deletable boolean required

Example

{
  "guid" : "...",
  "name" : "...",
  "description" : "...",
  "deletable" : true
}