OBJECT
PortPolicy
Policy that involves port events
link GraphQL Schema definition
- type PortPolicy implements Policy {
 - #   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! 
 - #   The last date the entity was modified by a user
 - : String 
 - #   The last user that modified the entity
 - : String 
 - #   Should the policy be disabled after first hit
 - : Boolean! 
 - #   Actions for policy
 - # 
 - # Arguments
 - #   after: Returns the items in the list that come after the 
 - #   specified cursor.
 - #   first: Returns the first n items from the list.
 - #   before: Returns the items in the list that come before the 
 - #   specified cursor.
 - #   last: Returns the last n items from the list.
 - (: String, : Int, : String, : Int): ActionConnection! 
 - #   Is policy paused by system
 - : Boolean! 
 - #   Source Asset Group
 - : [[AssetGroupMember!]!]! 
 - #   Destination Asset Group
 - : [[AssetGroupMember!]!]! 
 - #   Schedule Group
 - : SchedulePolicyGroup 
 - #   Protocol Group
 - : ProtocolPolicyGroup 
 - #   Port Group
 - : PortPolicyGroup! 
 - #   Tag Group
 - : TagPolicyGroup 
 - #   Value Group
 - : ValuePolicyGroup 
 - #   Rule Group
 - : RulePolicyGroup 
 - #   Extended policy parameters
 - : ExtraParametersUnion 
 - #   List of all current active exclusion for the policy
 - # 
 - # Arguments
 - #   after: Returns the items in the list that come after the 
 - #   specified cursor.
 - #   first: Returns the first n items from the list.
 - #   before: Returns the items in the list that come before the 
 - #   specified cursor.
 - #   last: Returns the last n items from the list.
 - (: String, : Int, : String, : Int): ExclusionConnection! 
 - #   The policy's events hit counts aggregated by time frame
 - : AggregatedEventsCounts! 
 - #   Event type
 - : PortPolicyEvent! 
 - }
 
    link Require by
This element is not required by anyone