Skip to main content

permission Query

Returns the specified Permission object.

Access is permitted when any of the following condition(s) are met: 1. Always allowed.

Input fields#

ArgumentTypeDescription
idID!The ID of the Permission object.

Return fields (Permission)#

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.