Share via


TiCheckRequirementsProperties Class

Definition

Threat Intelligence Platforms data connector required properties.

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

Constructors

TiCheckRequirementsProperties()

Creates an new TiCheckRequirementsProperties instance.

Properties

TenantId

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TiCheckRequirementsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TiCheckRequirementsProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TiCheckRequirementsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to