GraphQL Schema Reference
UpdateTestCaseDataInput ¶
GraphQL Schema definition ¶
- input UpdateTestCaseDataInput {
- : String!
- : String
- : String
- : [String!]
- : [String!]
- # These fields are used when updating non-template test case
- : String
- : String
- : String
- # Used to specify what detection tools were used in this testcase.
- : [String!]
- # Used to tie specific outcome results to detection tools.
- : [DefenseToolOutcomeInput]
- : TestCaseStatus
- : String
- : String
- : [ExecutionArtifactIdInfoInput]
- : AttackAutomationInput
- : Int
- : Boolean
- # Free-form field describing the user or execution context for this test case
- # (e.g. a domain account, cloud IAM role, or malware privilege stage). Max 255
- # characters.
- : String
- : AttackSuccessState
- }