ExternalSecuritySolution Class
Represents a security solution external to Microsoft Defender for Cloud which sends information to an OMS workspace and whose data is displayed by Microsoft Defender for Cloud.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ExternalSecuritySolution(*, kind: str | _models.ExternalSecuritySolutionKindEnum | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
kind
|
The kind of the external solution. Known values are: "CEF", "ATA", and "AAD". Default value: None
|