你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IIncident Interface

Definition

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

Properties

AdditionalDataAlertProductName

List of product names of alerts in the incident

AdditionalDataAlertsCount

The number of alerts in the incident

AdditionalDataBookmarksCount

The number of bookmarks in the incident

AdditionalDataCommentsCount

The number of comments in the incident

AdditionalDataTactic

The tactics associated with incident

Classification

The reason the incident was closed

ClassificationComment

Describes the reason the incident was closed

ClassificationReason

The classification reason the incident was closed with

CreatedTimeUtc

The time the incident was created

Description

The description of the incident

Etag

Etag of the azure resource

(Inherited from IResourceWithEtag)
FirstActivityTimeUtc

The time of the first activity in the incident

Id

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

(Inherited from IResource)
Label

List of labels relevant to this incident

LastActivityTimeUtc

The time of the last activity in the incident

LastModifiedTimeUtc

The last time the incident was updated

Name

The name of the resource

(Inherited from IResource)
Number

A sequential number

OwnerAssignedTo

The name of the user the incident is assigned to.

OwnerEmail

The email of the user the incident is assigned to.

OwnerObjectId

The object id of the user the incident is assigned to.

OwnerType

The type of the owner the incident is assigned to.

OwnerUserPrincipalName

The user principal name of the user the incident is assigned to.

ProviderIncidentId

The incident ID assigned by the incident provider

ProviderName

The name of the source provider that generated the incident

RelatedAnalyticRuleId

List of resource ids of Analytic rules related to the incident

Severity

The severity of the incident

Status

The status of the incident

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)
TeamInformationDescription

The description of the team

TeamInformationName

The name of the team

TeamInformationPrimaryChannelUrl

The primary channel URL of the team

TeamInformationTeamCreationTimeUtc

The time the team was created

TeamInformationTeamId

Team ID

Title

The title of the incident

Type

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

(Inherited from IResource)
Url

The deep-link url to the incident in Azure portal

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to