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

SecurityInsightsIdentity Class

Definition

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

Constructors

SecurityInsightsIdentity()

Creates an new SecurityInsightsIdentity instance.

Properties

ActionId

Action ID

AlertRuleTemplateId

Alert rule template ID

AutomationRuleId

Automation rule ID

BookmarkId

Bookmark ID

ConsentId

consent ID

DataConnectorId

Connector ID

EntityId

entity ID

EntityQueryId

entity query ID

EntityQueryTemplateId

entity query template ID

Id

Resource identity path

IncidentCommentId

Incident comment ID

IncidentId

Incident ID

MetadataName

The Metadata name.

Name

Threat intelligence indicator name field.

RelationName

Relation Name

ResourceGroupName

The name of the resource group. The name is case insensitive.

RuleId

Alert rule ID

SentinelOnboardingStateName

The Sentinel onboarding state name. Supports - default

SettingsName

The setting name. Supports - Anomalies, EyesOn, EntityAnalytics, Ueba

SourceControlId

Source control Id

SubscriptionId

The ID of the target subscription.

WorkspaceName

The name of the workspace.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SecurityInsightsIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SecurityInsightsIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SecurityInsightsIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to