Skip to content

GraphQL Schema Reference

CreateAssessmentTemplateDataInput

GraphQL Schema definition

  • input CreateAssessmentTemplateDataInput {
  • name: String!
  • description: String
  • # Defaults to 'Default' shipped with VECTR, then 'MITRE' if ID not specified
  • killChainId: String
  • organizationIds: [String!]
  • campaignTemplateIds: [String!]
  • metadata: [MetadataKeyValuePairInput!]
  • # 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.
  • templatePrefix: String
  • }