threatAssessmentResult リソースの種類

脅威評価の結果項目を表します。

プロパティ

プロパティ 説明
createdDateTime DateTimeOffset Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
id String 脅威評価の結果 ID は、グローバル一意識別子 (GUID) です。
message String 各脅威評価の結果メッセージ。
resultType threatAssessmentResultType 脅威評価の結果の種類。 可能な値は、checkPolicyrescan です。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "message": "String",
  "resultType": "String"
}