Share via


TiTaxiiCheckRequirementsProperties Class

Definition

Threat Intelligence TAXII data connector required properties.

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

Constructors

TiTaxiiCheckRequirementsProperties()

Creates an new TiTaxiiCheckRequirementsProperties instance.

Properties

TenantId

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TiTaxiiCheckRequirementsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TiTaxiiCheckRequirementsProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TiTaxiiCheckRequirementsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to