Share via


MstiDataConnectorDataTypes Class

Definition

The available data types for Microsoft Threat Intelligence Platforms data connector.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MstiDataConnectorDataTypesTypeConverter))]
public class MstiDataConnectorDataTypes : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMstiDataConnectorDataTypes
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MstiDataConnectorDataTypesTypeConverter))>]
type MstiDataConnectorDataTypes = class
    interface IMstiDataConnectorDataTypes
    interface IJsonSerializable
Public Class MstiDataConnectorDataTypes
Implements IMstiDataConnectorDataTypes
Inheritance
MstiDataConnectorDataTypes
Attributes
Implements

Constructors

MstiDataConnectorDataTypes()

Creates an new MstiDataConnectorDataTypes instance.

Properties

BingSafetyPhishingUrlLookbackPeriod

lookback period

BingSafetyPhishingUrlState

Describe whether this data type connection is enabled or not.

MicrosoftEmergingThreatFeedLookbackPeriod

lookback period

MicrosoftEmergingThreatFeedState

Describe whether this data type connection is enabled or not.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MstiDataConnectorDataTypes.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MstiDataConnectorDataTypes.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MstiDataConnectorDataTypes into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to