Class SubAssessmentStatus

java.lang.Object
com.azure.resourcemanager.security.models.SubAssessmentStatus

public final class SubAssessmentStatus extends Object
Status of the sub-assessment.
  • Constructor Details

    • SubAssessmentStatus

      public SubAssessmentStatus()
  • Method Details

    • code

      public SubAssessmentStatusCode code()
      Get the code property: Programmatic code for the status of the assessment.
      Returns:
      the code value.
    • cause

      public String cause()
      Get the cause property: Programmatic code for the cause of the assessment status.
      Returns:
      the cause value.
    • description

      public String description()
      Get the description property: Human readable description of the assessment status.
      Returns:
      the description value.
    • severity

      public Severity severity()
      Get the severity property: The sub-assessment severity level.
      Returns:
      the severity value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.