Share via


MstiDataConnectorDataTypesBingSafetyPhishingUrl Class

Definition

Data type for Microsoft Threat Intelligence Platforms data connector.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MstiDataConnectorDataTypesBingSafetyPhishingUrlTypeConverter))]
public class MstiDataConnectorDataTypesBingSafetyPhishingUrl : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IMstiDataConnectorDataTypesBingSafetyPhishingUrl, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.MstiDataConnectorDataTypesBingSafetyPhishingUrlTypeConverter))>]
type MstiDataConnectorDataTypesBingSafetyPhishingUrl = class
    interface IMstiDataConnectorDataTypesBingSafetyPhishingUrl
    interface IJsonSerializable
    interface IDataConnectorDataTypeCommon
    interface IValidates
Public Class MstiDataConnectorDataTypesBingSafetyPhishingUrl
Implements IMstiDataConnectorDataTypesBingSafetyPhishingUrl, IValidates
Inheritance
MstiDataConnectorDataTypesBingSafetyPhishingUrl
Attributes
Implements

Constructors

MstiDataConnectorDataTypesBingSafetyPhishingUrl()

Creates an new MstiDataConnectorDataTypesBingSafetyPhishingUrl instance.

Properties

LookbackPeriod

lookback period

State

Describe whether this data type connection is enabled or not.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MstiDataConnectorDataTypesBingSafetyPhishingUrl.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MstiDataConnectorDataTypesBingSafetyPhishingUrl.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MstiDataConnectorDataTypesBingSafetyPhishingUrl into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to