Enum SecurityAssessmentSummary.Type

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<SecurityAssessmentSummary.Type>
    Enclosing class:
    SecurityAssessmentSummary

    public static enum SecurityAssessmentSummary.Type
    extends Enum<SecurityAssessmentSummary.Type>
    implements BmcEnum
    The type of the security assessment.

    Possible values are:

    LATEST: The most up-to-date assessment that is running automatically for a target. It is system generated. SAVED: A saved security assessment. LATEST assessments are always saved in order to maintain the history of runs. A SAVED assessment is also generated by a 'refresh' action (triggered by the user). SAVE_SCHEDULE: The schedule for periodic saves of LATEST assessments. TEMPLATE: The security assessment contains the checks that the user would like to run. It is user defined. TEMPLATE_BASELINE: The security assessment contains the checks that the user would like to run, together with the max allowed severity. The max allowed severity can be defined by the user. COMPARTMENT: An automatically managed assessment type that stores all details of targets in one compartment. This type keeps an up-to-date assessment of all database risks in one compartment. It is automatically updated when the latest assessment or refresh action is executed. It is also automatically updated when a target is deleted or move to a different compartment.