Share via


AatpDataConnectorProperties Class

Definition

AATP (Azure Advanced Threat Protection) data connector properties.

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

Constructors

AatpDataConnectorProperties()

Creates an new AatpDataConnectorProperties 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 AatpDataConnectorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AatpDataConnectorProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AatpDataConnectorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to