GraphQL OBJECT
PrivilegeSetSearchResultItem
The flat privilege set as result of a search.
link Definition
- type PrivilegeSetSearchResultItem {
- # Unique Id of the privilege set.
- : Int!
- # Name of the privilege set.
- : String!
- # Type of the privilege set.
- : PrivilegeSetType
- # Information about client the privilege set belongs to.
- : ClientInformation
- # Date and time when the privilege set created.
- : DateTime
- # User who created the privilege set.
- : UserAccountInformation
- # Date and time when the last edit occurred.
- : DateTime
- # User that last modified the privilege set.
- : UserAccountInformation
- }