Share via


MstiDataConnectorProperties Class

Definition

Microsoft Threat Intelligence data connector properties.

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

Constructors

MstiDataConnectorProperties()

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

TenantId

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MstiDataConnectorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MstiDataConnectorProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MstiDataConnectorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to