Class SecureScoreControlDefinitionItemProperties

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

public final class SecureScoreControlDefinitionItemProperties extends Object
Security Control Definition Properties.
  • Constructor Details

    • SecureScoreControlDefinitionItemProperties

      public SecureScoreControlDefinitionItemProperties()
  • Method Details

    • displayName

      public String displayName()
      Get the displayName property: User friendly display name of the control.
      Returns:
      the displayName value.
    • description

      public String description()
      Get the description property: User friendly description of the control.
      Returns:
      the description value.
    • maxScore

      public Integer maxScore()
      Get the maxScore property: Maximum control score (0..10).
      Returns:
      the maxScore value.
    • source

      Get the source property: Source object from which the control was created.
      Returns:
      the source value.
    • assessmentDefinitions

      public List<AzureResourceLink> assessmentDefinitions()
      Get the assessmentDefinitions property: Array of assessments metadata IDs that are included in this security control.
      Returns:
      the assessmentDefinitions value.
    • validate

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