partnerSecurityAlert リソースの種類
名前空間: microsoft.graph.partner.security
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
追加のアクションのためにパートナーが認識する必要がある CSP パートナーの顧客のセキュリティ アラートまたは脆弱性を表します。
エンティティ から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
List | microsoft.graph.partner.security.partnerSecurityAlert コレクション | partnerSecurityAlert オブジェクトとそのプロパティの一覧を取得します。 |
Get | microsoft.graph.partner.security.partnerSecurityAlert | partnerSecurityAlert オブジェクトのプロパティとリレーションシップを読み取ります。 |
Update | microsoft.graph.partner.security.partnerSecurityAlert | partnerSecurityAlert オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 種類 | 説明 |
---|---|---|
activityLogs | microsoft.graph.partner.security.activityLog コレクション | パートナーによるアクティビティを表し、状態遷移の詳細、実行したユーザー、および発生したタイミングが含まれます。 |
additionalDetails | microsoft.graph.partner.security.additionalDataDictionary | アラートの詳細を含む名前と値のペアのバッグ。 |
affectedResources | microsoft.graph.partner.security.affectedResource コレクション | セキュリティ アラートの影響を受けるリソースの詳細が含まれます。 |
alertType | String | このアラートが原因で顧客に影響を与える脆弱性の種類。 詳細については、「 セキュリティ アラート リファレンス ガイド」を参照してください。 |
catalogOfferId | String | サブスクリプションのモダン オファー カテゴリ ID。 |
confidenceLevel | microsoft.graph.partner.security.securityAlertConfidence | アラートの信頼度を指定します。 使用可能な値: low 、medium 、high 、unknownFutureValue 。 |
customerTenantId | String | アラートに関連付けられている影響を受けた顧客テナント。 |
説明 | String | 各アラートの説明。 |
detectedDateTime | DateTimeOffset | アラートが検出または作成された時刻。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
displayName | String | アラートの表示名。 |
firstObservedDateTime | DateTimeOffset | アラートに関連付けられている最初のアクティビティの時刻。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
id | String | アラートを表す一意の識別子。 microsoft.graph.entity から継承されます。 |
isTest | ブール型 | アラートがテスト アラートであるかどうかを示します。 |
lastObservedDateTime | DateTimeOffset | アラートに関連付けられている最新のアクティビティの時刻。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
resolvedBy | String | アラートを解決したパートナー ユーザーの UPN。 |
resolvedOnDateTime | DateTimeOffset | アラートが解決された時刻。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 |
resolvedReason | microsoft.graph.partner.security.securityAlertResolvedReason | アラートに対処するためにパートナーによって提供される理由。 使用可能な値: legitimate 、ignore 、fraud 、unknownFutureValue 。 |
severity | microsoft.graph.partner.security.securityAlertSeverity | 資産に与える可能性のある影響を示します。 重大度が高いほど、影響が大きくなります。 通常、重大度が高い項目では、最も早い注意が必要です。 使用可能な値: informational 、high 、medium 、low 、unknownFutureValue 。 |
status | microsoft.graph.partner.security.securityAlertStatus | アラートの状態。 使用可能な値: active 、resolved 、investigating 、unknownFutureValue 。 |
subscriptionId | String | 顧客のアラートに関連付けられているサブスクリプション。 |
valueAddedResellerTenantId | String | パートナー テナントと顧客テナントに関連付けられている付加価値リセラー テナント。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.partner.security.partnerSecurityAlert",
"activityLogs": [{"@odata.type": "microsoft.graph.partner.security.activityLog"}],
"additionalDetails": {"@odata.type": "microsoft.graph.partner.security.additionalDataDictionary"},
"affectedResources": [{"@odata.type": "microsoft.graph.partner.security.affectedResource"}],
"alertType": "String",
"catalogOfferId": "String",
"confidenceLevel": "String",
"customerTenantId": "String",
"description": "String",
"detectedDateTime": "String (timestamp)",
"displayName": "String",
"firstObservedDateTime": "String (timestamp)",
"id": "String (identifier)",
"isTest": "Boolean",
"lastObservedDateTime": "String (timestamp)",
"resolvedBy": "String",
"resolvedOnDateTime": "String (timestamp)",
"resolvedReason": "String",
"severity": "String",
"status": "String",
"subscriptionId": "String",
"valueAddedResellerTenantId": "String"
}