GraphQL OBJECT
PrivilegeSet
The privilege set.
link Definition
- type PrivilegeSet {
- # Unique Id of the privilege set.
- Int! :
- # Name of the privilege set.
- String! :
- # Type of the privilege set.
- PrivilegeSetType :
- # The client the privilege set belongs to.
- Client :
- # Date and time when the privilege set created.
- DateTime :
- # User who created the privilege set.
- UserAccount :
- # Date and time when the last edit occurred.
- DateTime :
- # User that last modified the privilege set.
- UserAccount :
- }