OBJECT
IemIDSGeneralPolicy
IDS event policy from ICP, that the whole network is relevant
link GraphQL Schema definition
- type IemIDSGeneralPolicy implements IemPolicy {
- #   Policy ID
- : ID! 
- #   Index of policy
- : Int! 
- #   Title
- : String! 
- #   Level of policy
- : PolicyLevel! 
- #   Is policy disabled
- : Boolean! 
- #   Is policy archived
- : Boolean! 
- #   Indicates the policy's schema
- : SchemaType! 
- #   Indicates if the policy hits on continuous events
- : Boolean! 
- #   Should take snapshot
- : Boolean 
- #   Indicates if the policy is system generated
- : Boolean! 
- #   Key of policy
- : String! 
- #   Event type info regarding this policy
- : EventTypeDetails! 
- #   Event type
- : IDSGeneralEvent! 
- #   Site ID
- : ID! 
- }
link Require by
This element is not required by anyone