Skip to main content

ObjectPermissionGrant Object

Represents a permission that has been granted to a specified object, either directly or via a Role.

Return fields#

allowRemove (Boolean!)#

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

allowUpdate (Boolean!)#

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

grantedByRole (Role)#

The Role through which the Permission is granted, if applicable.

id (ID!)#

The ID of the object

obj (UUID!)#

A reference to the object for which the Permission is granted.

permission (Permission!)#

The Permission being granted.

user (User!)#

The User for which the Permission is granted.