OBJECT
IemPortPolicy
Port events policy from ICP
link GraphQL Schema definition
- type IemPortPolicy 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
- PortPolicyEvent! :
- # Site ID
- ID! :
- }
link Require by
This element is not required by anyone