Interface RegulatoryComplianceStandard


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

    Modifier and Type
    Method
    Description
    Gets the failedControls property: The number of supported regulatory compliance controls of the given standard 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.RegulatoryComplianceStandardInner object.
    Gets the name property: The name of the resource.
    Gets the passedControls property: The number of supported regulatory compliance controls of the given standard with a passed state.
    Gets the skippedControls property: The number of supported regulatory compliance controls of the given standard with a skipped state.
    Gets the state property: Aggregative state based on the standard's supported controls states.
    Gets the type property: The type of the resource.
    Gets the unsupportedControls property: The number of regulatory compliance controls of the given standard which are unsupported by automated assessments.
  • 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.
    • state

      State state()
      Gets the state property: Aggregative state based on the standard's supported controls states.
      Returns:
      the state value.
    • passedControls

      Integer passedControls()
      Gets the passedControls property: The number of supported regulatory compliance controls of the given standard with a passed state.
      Returns:
      the passedControls value.
    • failedControls

      Integer failedControls()
      Gets the failedControls property: The number of supported regulatory compliance controls of the given standard with a failed state.
      Returns:
      the failedControls value.
    • skippedControls

      Integer skippedControls()
      Gets the skippedControls property: The number of supported regulatory compliance controls of the given standard with a skipped state.
      Returns:
      the skippedControls value.
    • unsupportedControls

      Integer unsupportedControls()
      Gets the unsupportedControls property: The number of regulatory compliance controls of the given standard which are unsupported by automated assessments.
      Returns:
      the unsupportedControls value.
    • innerModel

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