IEntityMapping Interface

Definition

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

Properties

Name Description
EntityType

The V3 type of the mapped entity

FieldMapping

array of field mappings for the given entity mapping

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to