GraphQL OBJECT

PrivilegeSetSearchResultItem

The flat privilege set as result of a search.

link Definition

  • type PrivilegeSetSearchResultItem {
  • # Unique Id of the privilege set.
  • id: Int!
  • # Name of the privilege set.
  • name: String!
  • # Information about client the privilege set belongs to.
  • client: ClientInformation
  • # Date and time when the privilege set created.
  • creationDate: DateTime
  • # User who created the privilege set.
  • createdBy: UserAccountInformation
  • # Date and time when the last edit occurred.
  • lastModifyDate: DateTime
  • # User that last modified the privilege set.
  • lastModifiedBy: UserAccountInformation
  • }