GraphQL Schema Reference
TestCase ¶
GraphQL Schema definition ¶
- type TestCase {
- : String!
- : String
- : String
- : String
- : String @deprecated( reason: "This field is deprecated and has been superseded by 'libraryTestCaseId'. " )
- : String
- : String
- : String
- : Boolean
- : [Organization!]
- : [DefensiveLayer]
- : String
- : String @deprecated( reason: "Field is no longer supported" )
- : String @deprecated( reason: "Field is no longer supported" )
- : [String] @deprecated( reason: "Field is no longer supported" )
- : Outcome
- : Boolean
- : String
- : [RedTool]
- : [BlueTool]
- : [MetadataKeyValuePair]
- : [MetadataKeyValuePair] @deprecated( reason: "This field is deprecated and has been superseded by 'metadata'. Metadata is now associated at the test case level." )
- : [MetadataKeyValuePair] @deprecated( reason: "This field is deprecated and has been superseded by 'metadata'. Metadata is now associated at the test case level." )
- : [Tag]
- : Phase
- : [Campaign]
- : String
- : String
- : String
- : String
- : [AutomationArgument]
- : [ExecutionArtifactIdInfo]
- : [AttackLogProcedure]
- : String
- : Int
- : [Target]
- : [Source]
- : [String]
- : [String]
- : TimelineEvent
- : TimelineEvent
- : TimelineEvent
- : [String]
- # Data Ver is only relevant for ENV (non-Library) Test Cases.
- # For new Assessments, this typically defaults to a value of 2 which allows
- # recording Test Case Outcomes at a per-tool level.
- # When set to 1, Outcome recording is in Legacy mode which records a single
- # outcome for the Test Case and all associated tools
- : Int
- : Float
- : Float
- : [DefenseToolOutcome]
- }