SecurityStandard.DefinitionStages.WithAssessments Interface

public static interface SecurityStandard.DefinitionStages.WithAssessments

The stage of the SecurityStandard definition allowing to specify assessments.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAssessments(List<PartialAssessmentProperties> assessments)

Specifies the assessments property: List of assessment keys to apply to standard scope..

Method Details

withAssessments

public abstract SecurityStandard.DefinitionStages.WithCreate withAssessments(List<PartialAssessmentProperties> assessments)

Specifies the assessments property: List of assessment keys to apply to standard scope..

Parameters:

assessments - List of assessment keys to apply to standard scope.

Returns:

the next definition stage.

Applies to