Interface MetadataModel.DefinitionStages.WithThreatAnalysisTechniques

All Known Subinterfaces:
MetadataModel.Definition, MetadataModel.DefinitionStages.WithCreate
Enclosing interface:
MetadataModel.DefinitionStages

public static interface MetadataModel.DefinitionStages.WithThreatAnalysisTechniques
The stage of the MetadataModel definition allowing to specify threatAnalysisTechniques.
  • Method Details

    • withThreatAnalysisTechniques

      MetadataModel.DefinitionStages.WithCreate withThreatAnalysisTechniques(List<String> threatAnalysisTechniques)
      Specifies the threatAnalysisTechniques property: the techniques the resource covers, these have to be aligned with the tactics being used.
      Parameters:
      threatAnalysisTechniques - the techniques the resource covers, these have to be aligned with the tactics being used.
      Returns:
      the next definition stage.