Share via


IPEntity Class

Definition

Represents an ip entity.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IPEntityTypeConverter))]
public class IPEntity : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIPEntity, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IPEntityTypeConverter))>]
type IPEntity = class
    interface IIPEntity
    interface IJsonSerializable
    interface IEntity
    interface IResource
    interface IValidates
Public Class IPEntity
Implements IIPEntity, IValidates
Inheritance
IPEntity
Attributes
Implements

Constructors

IPEntity()

Creates an new IPEntity instance.

Properties

AdditionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

Address

The IP address as string, e.g. 127.0.0.1 (either in Ipv4 or Ipv6)

FriendlyName

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Kind

The kind of the entity.

LocationAsn

Autonomous System Number

LocationCity

City name

LocationCountryCode

The country code according to ISO 3166 format

LocationCountryName

Country name according to ISO 3166 Alpha 2: the lowercase of the English Short Name

LocationLatitude

The longitude of the identified location, expressed as a floating point number with range of -180 to 180, with positive numbers representing East and negative numbers representing West. Latitude and longitude are derived from the city or postal code.

LocationLongitude

The latitude of the identified location, expressed as a floating point number with range of - 90 to 90, with positive numbers representing North and negative numbers representing South. Latitude and longitude are derived from the city or postal code.

LocationState

State name

Name

The name of the resource

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

ThreatIntelligence

A list of TI contexts attached to the ip entity.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPEntity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPEntity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPEntity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to