Interface RegulatoryComplianceControl


public interface RegulatoryComplianceControl
An immutable client-side representation of RegulatoryComplianceControl.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the description property: The description of the regulatory compliance control.
    Gets the failedAssessments property: The number of supported regulatory compliance assessments of the given control with a failed state.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.security.fluent.models.RegulatoryComplianceControlInner object.
    Gets the name property: The name of the resource.
    Gets the passedAssessments property: The number of supported regulatory compliance assessments of the given control with a passed state.
    Gets the skippedAssessments property: The number of supported regulatory compliance assessments of the given control with a skipped state.
    Gets the state property: Aggregative state based on the control's supported assessments states.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • description

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

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

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

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

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

      Gets the inner com.azure.resourcemanager.security.fluent.models.RegulatoryComplianceControlInner object.
      Returns:
      the inner object.