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.
- : [ValidatePermissionsForActionReq!]
- # Specifies the type of the role that is validated.
- : RoleType
- }