SecurityAutomationSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The source event types which evaluate the security automation set of rules. For example - security alerts and security assessments. To learn more about the supported security events data models schemas - please visit https://aka.ms/ASCAutomationSchemas.
public class SecurityAutomationSource
public class SecurityAutomationSource : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationSource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationSource>
type SecurityAutomationSource = class
type SecurityAutomationSource = class
interface IJsonModel<SecurityAutomationSource>
interface IPersistableModel<SecurityAutomationSource>
Public Class SecurityAutomationSource
Public Class SecurityAutomationSource
Implements IJsonModel(Of SecurityAutomationSource), IPersistableModel(Of SecurityAutomationSource)
- Inheritance
-
SecurityAutomationSource
- Implements
Constructors
SecurityAutomationSource() |
Initializes a new instance of SecurityAutomationSource. |
Properties
EventSource |
A valid event source type. |
RuleSets |
A set of rules which evaluate upon event interception. A logical disjunction is applied between defined rule sets (logical 'or'). |
Explicit Interface Implementations
IJsonModel<SecurityAutomationSource>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SecurityAutomationSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SecurityAutomationSource>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SecurityAutomationSource>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SecurityAutomationSource>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET