Share via


TiTaxiiDataConnectorProperties Class

Definition

Threat Intelligence TAXII data connector properties.

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

Constructors

TiTaxiiDataConnectorProperties()

Creates an new TiTaxiiDataConnectorProperties instance.

Properties

CollectionId

The collection id of the TAXII server.

FriendlyName

The friendly name for the TAXII server.

Password

The password for the TAXII server.

PollingFrequency

The polling frequency for the TAXII server.

TaxiiClientState

Describe whether this data type connection is enabled or not.

TaxiiLookbackPeriod

The lookback period for the TAXII server.

TaxiiServer

The API root for the TAXII server.

TenantId

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

UserName

The userName for the TAXII server.

WorkspaceId

The workspace id.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TiTaxiiDataConnectorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TiTaxiiDataConnectorProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TiTaxiiDataConnectorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to