Interface SecureScoreControlDefinitionItem


public interface SecureScoreControlDefinitionItem
An immutable client-side representation of SecureScoreControlDefinitionItem.
  • 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.
    • displayName

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

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

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

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

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

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