Skip to main content

Permission Object

Represents an object permission, which grants some access to a specific user relative to a specific object.

Return fields

allowRemove (Boolean!)

Specifies whether the signed-in User can remove the Permission.

allowUpdate (Boolean!)

Specifies whether the signed-in User can update the Permission.

description (String!)

Description of the Permission.

id (ID!)

The ID of the object

name (String!)

Name of the Permission.

objType (AuthObjectType!)

The type of object that the Permission is associated with.

tag (String!)

A unique string identity value.