CefExternalSecuritySolution Class

public final class CefExternalSecuritySolution
extends ExternalSecuritySolutionInner

Represents a security solution which sends CEF logs to an OMS workspace.

Constructor Summary

Constructor Description
CefExternalSecuritySolution()

Creates an instance of CefExternalSecuritySolution class.

Method Summary

Modifier and Type Method and Description
CefSolutionProperties properties()

Get the properties property: The external security solution properties for CEF solutions.

void validate()

Validates the instance.

CefExternalSecuritySolution withProperties(CefSolutionProperties properties)

Set the properties property: The external security solution properties for CEF solutions.

Methods inherited from ProxyResource

Methods inherited from ExternalSecuritySolutionInner

Methods inherited from java.lang.Object

Constructor Details

CefExternalSecuritySolution

public CefExternalSecuritySolution()

Creates an instance of CefExternalSecuritySolution class.

Method Details

properties

public CefSolutionProperties properties()

Get the properties property: The external security solution properties for CEF solutions.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

Overrides:

CefExternalSecuritySolution.validate()

withProperties

public CefExternalSecuritySolution withProperties(CefSolutionProperties properties)

Set the properties property: The external security solution properties for CEF solutions.

Parameters:

properties - the properties value to set.

Returns:

the CefExternalSecuritySolution object itself.

Applies to