INPUT_OBJECT

ValidatePermissionsForRoleReq

Description

Specifies the request parameters to validate the permissions for the given role.

link GraphQL Schema definition

  • input ValidatePermissionsForRoleReq {
  • # Specifies the requests for each of the actions to validate.
  • actionReqs: [ValidatePermissionsForActionReq!]
  • # Specifies the type of the role that is validated.
  • roleType: RoleType
  • }