Share via


IActivityEntityQueryTemplate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueryTemplateTypeConverter))]
public interface IActivityEntityQueryTemplate : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityQueryTemplate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueryTemplateTypeConverter))>]
type IActivityEntityQueryTemplate = interface
    interface IJsonSerializable
    interface IEntityQueryTemplate
    interface IResource
Public Interface IActivityEntityQueryTemplate
Implements IEntityQueryTemplate
Derived
Attributes
Implements

Properties

Content

The entity query content to display in timeline

DataType

List of required data types for the given entity query template

Description

The entity query description

EntitiesFilter

The query applied only to entities matching to all filters

Id

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

(Inherited from IResource)
InputEntityType

The type of the query's source entity

Kind

the entity query template kind

(Inherited from IEntityQueryTemplate)
Name

The name of the resource

(Inherited from IResource)
QueryDefinitionQuery

The Activity query to run on a given entity

QueryDefinitionSummarizeBy

The dimensions we want to summarize the timeline results on, this is comma separated list

RequiredInputFieldsSet

List of the fields of the source entity that are required to run the query

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Title

The entity query title

Type

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

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to