次の方法で共有


SecurityInsightsIncidentOwnerType 構造体

定義

インシデントが割り当てられている所有者の種類。

public readonly struct SecurityInsightsIncidentOwnerType : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentOwnerType>
type SecurityInsightsIncidentOwnerType = struct
Public Structure SecurityInsightsIncidentOwnerType
Implements IEquatable(Of SecurityInsightsIncidentOwnerType)
継承
SecurityInsightsIncidentOwnerType
実装

コンストラクター

SecurityInsightsIncidentOwnerType(String)

SecurityInsightsIncidentOwnerType の新しいインスタンスを初期化します。

プロパティ

Group

インシデント所有者の種類は AAD グループです。

Unknown

インシデント所有者の種類が不明です。

User

インシデント所有者の種類は AAD ユーザーです。

メソッド

Equals(SecurityInsightsIncidentOwnerType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(SecurityInsightsIncidentOwnerType, SecurityInsightsIncidentOwnerType)

2 つの SecurityInsightsIncidentOwnerType 値が同じかどうかを判断します。

Implicit(String to SecurityInsightsIncidentOwnerType)

文字列を SecurityInsightsIncidentOwnerType に変換します。

Inequality(SecurityInsightsIncidentOwnerType, SecurityInsightsIncidentOwnerType)

2 つの SecurityInsightsIncidentOwnerType 値が同じでないかどうかを判断します。

適用対象