GraphQL Schema Reference
CreateTestCaseDataInput ¶
GraphQL Schema definition ¶
- input CreateTestCaseDataInput {
- : String!
- : String!
- : String!
- : String!
- : [String!]
- : String!
- : TestCaseStatus
- : [String!]
- : [String!]
- # Blue team
- : [String!]
- : [String!]
- : [String!]
- # Note: the outcome field is deprecated and will map to outcomePath using a best
- # guess, changed from enum in v9
- : String
- : String
- : Boolean
- : String
- # Note: the alertSeverity field is deprecated and will map to outcomePath using a
- # best guess
- : AlertSeverity
- # Note: the alertTriggered field is deprecated and will map to outcomePath using a
- # best guess
- : AlertTriggered
- # Note: the activityLogged field is deprecated and will map to outcomePath using a
- # best guess
- : ActivityLogged
- : Float
- : [DefenseToolInput!]
- : [DefenseToolOutcomeInput!]
- # Red team
- : [String!]
- : [RedToolInput!]
- : String
- : Float
- : Float
- : [MetadataKeyValuePairInput!]
- : [MetadataKeyValuePairInput!]
- : AttackAutomationInput
- : Int
- }