OBJECT
AttackVectorStep
link GraphQL Schema definition
- type AttackVectorStep {
- # Source asset of the step
- : Asset @deprecated( reason: "Deprecated since 3.18 (Zones), use srcAssetOrIps instead" )
- # Source asset of the step
- : AttackVectorStepAsset
- # The risk of source asset
- : Float
- # Destination asset of the step
- : Asset! @deprecated( reason: "Deprecated since 3.18 (Zones), use dstAssetOrIps instead" )
- # Destination asset of the step
- : AttackVectorStepAsset!
- # The risk of destination asset
- : Float!
- # Protocols used between the assets
- #
- # 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): StringConnection!
- # Last used protocol
- : String!
- # Time of last conversation
- : Time!
- # Is inner backplane communication
- : Boolean!
- # One of the assets is the internet
- : Boolean!
- }