Share via


MdatpDataConnectorProperties Class

Definition

MDATP (Microsoft Defender Advanced Threat Protection) data connector properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MdatpDataConnectorPropertiesTypeConverter))]
public class MdatpDataConnectorProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMdatpDataConnectorProperties, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MdatpDataConnectorPropertiesTypeConverter))>]
type MdatpDataConnectorProperties = class
    interface IMdatpDataConnectorProperties
    interface IJsonSerializable
    interface IDataConnectorTenantId
    interface IDataConnectorWithAlertsProperties
    interface IValidates
Public Class MdatpDataConnectorProperties
Implements IMdatpDataConnectorProperties, IValidates
Inheritance
MdatpDataConnectorProperties
Attributes
Implements

Constructors

MdatpDataConnectorProperties()

Creates an new MdatpDataConnectorProperties instance.

Properties

AlertState

Describe whether this data type connection is enabled or not.

DataType

The available data types for the connector.

DataTypeAlert

Alerts data type connection.

TenantId

The tenant id to connect to, and get the data from.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MdatpDataConnectorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MdatpDataConnectorProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMdatpDataConnectorProperties.

FromJsonString(String)

Creates a new instance of MdatpDataConnectorProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MdatpDataConnectorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to