Skip to content

GraphQL Schema Reference

CreateAssessmentDataInput

GraphQL Schema definition

  • input CreateAssessmentDataInput {
  • name: String!
  • description: String
  • # Defaults to 'Default' shipped with VECTR, then 'MITRE' if ID not specified
  • killChainId: String
  • metadata: [MetadataKeyValuePairInput!]
  • organizationIds: [String!]
  • dataVer: Int
  • # A globally unique identifier (UUID v4) for this assessment. Is auto-generated
  • # when omitted from payload, else uses the value provided.
  • globalId: String
  • }