GraphQL INPUT_OBJECT
SecurityPolicySearchParameters
Search parameters for the security policy.
link Definition
- input SecurityPolicySearchParameters {
- # 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.
- : [SecurityPolicySearchOrderByInput]
- # ID of the security policy.
- : NumericIdSearchRelationInput
- # Name of the security policy.
- : StringSearchRelationInput
- # ID of the client to which this security policy belongs to.
- : NumericIdSearchRelationInput
- # ID of the user who created the security policy.
- : NumericIdSearchRelationInput
- # ID of the user who was the last one to modify the security policy.
- : NumericIdSearchRelationInput
- # Timestamp of the creation of the security policy.
- : DateTimeSearchRelationInput
- # Timestamp of the last modification of the security policy.
- : DateTimeSearchRelationInput
- }