GraphQL Schema Reference
CreateTestCaseTemplateDataInput ¶
GraphQL Schema definition ¶
- input CreateTestCaseTemplateDataInput {
- # A UUID-formatted **prescribed ID** for the new template being created by this
- # create template action. This optional field is only necessary if you're managing
- # and reusing content across VECTR instances or expect to import and export this
- # template to this instance. Without this, an ID will be created randomly.
- : String
- : String
- : String!
- : String!
- : String!
- : String!
- : [String]
- : String!
- # Blue team
- : [String]
- : [String]
- : [String]
- # Red team
- : [String]
- : [RedToolInput]
- : String
- : [MetadataKeyValuePairInput!]
- : [MetadataKeyValuePairInput!]
- : AttackAutomationInput
- # This adds "
- " prior to the name in the UI. When local data is created - # in a user database, the prefix is removed from the name. Useful for content
- # organization.
- : String
- }