Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 502 Bytes

update-alert-2-cli-snippets.md

File metadata and controls

42 lines (38 loc) · 502 Bytes
description
Automatically generated file. DO NOT MODIFY
mgc security alerts patch --alert-id {alert-id} --body '{
\
  "assignedTo": "String",
\
  "closedDateTime": "String (timestamp)",
\
  "comments": [
\
    "String"
\
  ],
\
  "feedback": "@odata.type: microsoft.graph.alertFeedback",
\
  "status": "@odata.type: microsoft.graph.alertStatus",
\
  "tags": [
\
    "String"
\
  ],
\
  "vendorInformation": {
\
    "provider": "String",
\
    "vendor": "String"
\
  }
\
}
\
'