GraphQL INPUT_OBJECT
PrivilegeSetSearchParameters
Search parameters for the privilege set.
link Definition
- input PrivilegeSetSearchParameters {
- # Maximum number of items that should be retrieved.
- Int :
- # Starting index for retrieving the items.
- Int :
- # Logical operator for search.
- LogicalOperator :
- # Input for ordering the result before applying the offset.
- PrivilegeSetSearchOrderByInput] : [
- # ID of the privilege set.
- NumericIdSearchRelationInput :
- # Name of the privilege set.
- StringSearchRelationInput :
- # ID of the client to which this privilege set belongs to.
- NumericIdSearchRelationInput :
- # Type of the privilege set.
- PrivilegeSetTypeEnum :
- # ID of the user who created the privilege set.
- NumericIdSearchRelationInput :
- # ID of the user who was the last one to modify the privilege set.
- NumericIdSearchRelationInput :
- # Timestamp of the creation of the privilege set.
- DateTimeSearchRelationInput :
- # Timestamp of the last modification of the privilege set.
- DateTimeSearchRelationInput :
- }