Class ExternalSecuritySolutionProperties

java.lang.Object
com.azure.resourcemanager.security.models.ExternalSecuritySolutionProperties
Direct Known Subclasses:
AadSolutionProperties, AtaSolutionProperties, CefSolutionProperties

public class ExternalSecuritySolutionProperties extends Object
The solution properties (correspond to the solution kind).
  • Constructor Details

    • ExternalSecuritySolutionProperties

      public ExternalSecuritySolutionProperties()
  • Method Details

    • deviceVendor

      public String deviceVendor()
      Get the deviceVendor property: The deviceVendor property.
      Returns:
      the deviceVendor value.
    • withDeviceVendor

      public ExternalSecuritySolutionProperties withDeviceVendor(String deviceVendor)
      Set the deviceVendor property: The deviceVendor property.
      Parameters:
      deviceVendor - the deviceVendor value to set.
      Returns:
      the ExternalSecuritySolutionProperties object itself.
    • deviceType

      public String deviceType()
      Get the deviceType property: The deviceType property.
      Returns:
      the deviceType value.
    • withDeviceType

      public ExternalSecuritySolutionProperties withDeviceType(String deviceType)
      Set the deviceType property: The deviceType property.
      Parameters:
      deviceType - the deviceType value to set.
      Returns:
      the ExternalSecuritySolutionProperties object itself.
    • workspace

      public ConnectedWorkspace workspace()
      Get the workspace property: Represents an OMS workspace to which the solution is connected.
      Returns:
      the workspace value.
    • withWorkspace

      public ExternalSecuritySolutionProperties withWorkspace(ConnectedWorkspace workspace)
      Set the workspace property: Represents an OMS workspace to which the solution is connected.
      Parameters:
      workspace - the workspace value to set.
      Returns:
      the ExternalSecuritySolutionProperties object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: The solution properties (correspond to the solution kind).
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public ExternalSecuritySolutionProperties withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: The solution properties (correspond to the solution kind).
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the ExternalSecuritySolutionProperties object itself.
    • validate

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