Role Object
Represents an object role, which is just a collection of object permissions that pertain to a specific object for a specific user.
#
Return fieldsBoolean!)#
allowRemove (Specifies whether the signed-in User can remove the Role.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the Role.
String!)#
description (Description of the Role.
ID!)#
id (The ID of the object
Int!)#
level (An integer that specifies the level of privilege with respect to other Roles.
String!)#
name (The name of the Role. Must be unique within the context of the AuthObjectType.
AuthObjectType!)#
objType (The type of object that the Role is associated with.
PermissionConnection!)#
permissions (List of Permissions that the Role provides.