Class RegulatoryComplianceControlProperties

java.lang.Object
com.azure.resourcemanager.security.fluent.models.RegulatoryComplianceControlProperties

public final class RegulatoryComplianceControlProperties extends Object
Regulatory compliance control data.
  • Constructor Details

    • RegulatoryComplianceControlProperties

      public RegulatoryComplianceControlProperties()
  • Method Details

    • description

      public String description()
      Get the description property: The description of the regulatory compliance control.
      Returns:
      the description value.
    • state

      public State state()
      Get the state property: Aggregative state based on the control's supported assessments states.
      Returns:
      the state value.
    • withState

      public RegulatoryComplianceControlProperties withState(State state)
      Set the state property: Aggregative state based on the control's supported assessments states.
      Parameters:
      state - the state value to set.
      Returns:
      the RegulatoryComplianceControlProperties object itself.
    • passedAssessments

      public Integer passedAssessments()
      Get the passedAssessments property: The number of supported regulatory compliance assessments of the given control with a passed state.
      Returns:
      the passedAssessments value.
    • failedAssessments

      public Integer failedAssessments()
      Get the failedAssessments property: The number of supported regulatory compliance assessments of the given control with a failed state.
      Returns:
      the failedAssessments value.
    • skippedAssessments

      public Integer skippedAssessments()
      Get the skippedAssessments property: The number of supported regulatory compliance assessments of the given control with a skipped state.
      Returns:
      the skippedAssessments value.
    • validate

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