EntityMapping Class

Definition

Single entity mapping for the alert rule

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.EntityMappingTypeConverter))]
public class EntityMapping : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IEntityMapping
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.EntityMappingTypeConverter))>]
type EntityMapping = class
    interface IEntityMapping
    interface IJsonSerializable
Public Class EntityMapping
Implements IEntityMapping
Inheritance
EntityMapping
Attributes
Implements

Constructors

Name Description
EntityMapping()

Creates an new EntityMapping instance.

Properties

Name Description
EntityType

The V3 type of the mapped entity

FieldMapping

array of field mappings for the given entity mapping

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityMapping.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityMapping.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityMapping into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to