INTERFACE
IemPolicy
link GraphQL Schema definition
- interface 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! :
- # Site ID
- ID! :
- }
link Require by
- IemActivityPolicyActivity policy from ICP
- IemAssetPolicyAsset policy from ICP, activity without destination
- IemIDSGeneralPolicyIDS event policy from ICP, that the whole network is relevant
- IemIDSSrcDstPolicyIDS event policy from ICP, that relates to both source and destination assets
- IemIntrusionPolicyIntrusion event detection policy from ICP
- IemNetworkPolicyNetwork event policy from ICP
- IemPolicyConnectionA connection to a list of items.
- IemPolicyEdgeAn edge in a connection.
- IemPortPolicyPort events policy from ICP
- IemTagValuePolicyTag value changes policy from ICP