Class AadExternalSecuritySolution

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.security.fluent.models.ExternalSecuritySolutionInner
com.azure.resourcemanager.security.models.AadExternalSecuritySolution

public final class AadExternalSecuritySolution extends ExternalSecuritySolutionInner
Represents an AAD identity protection solution which sends logs to an OMS workspace.
  • Constructor Details

    • AadExternalSecuritySolution

      public AadExternalSecuritySolution()
      Creates an instance of AadExternalSecuritySolution class.
  • Method Details

    • properties

      public AadSolutionProperties properties()
      Get the properties property: The external security solution properties for AAD solutions.
      Returns:
      the properties value.
    • withProperties

      public AadExternalSecuritySolution withProperties(AadSolutionProperties properties)
      Set the properties property: The external security solution properties for AAD solutions.
      Parameters:
      properties - the properties value to set.
      Returns:
      the AadExternalSecuritySolution object itself.
    • validate

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