PermissionSet

open_in_new

A permission set that can be assigned to a user group

GraphQL Schema definition

  • type PermissionSet {
  • # The ID of the permission set
  • id: ID!
  • # The description of the permission set
  • description: String
  • }