Share via


OfficeAtpDataConnectorProperties Class

Definition

OfficeATP (Office 365 Advanced Threat Protection) data connector properties.

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

Constructors

OfficeAtpDataConnectorProperties()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OfficeAtpDataConnectorProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OfficeAtpDataConnectorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to