Skip to main content

Responseactioncontext

Properties

NameTypeDescriptionNotes
SourceEnum [ "CROWDSTRIKE", "SENTINEL", "SPLUNK", "CUSTOM" ]External system that initiated the action.[required]
ExternalAlertIdStringExternal alert or case identifier.[optional]
ReasonStringHuman-readable reason for the action.[optional]
OperatorStringOperator or analyst who initiated the action.[optional]

Examples

  • Prepare the resource
$Responseactioncontext = Initialize-Responseactioncontext -Source CROWDSTRIKE `
-ExternalAlertId CS-FALCON-12345 `
-Reason Contain compromised account `
-Operator soc-analyst@customer.com
  • Convert the resource to JSON
$Responseactioncontext | ConvertTo-JSON

[Back to top]