Skip to main content

CorrelationRuleAction

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY", "ACCOUNT", "GOVERNANCE_GROUP" ]The target owner type resolved by this action.[required]
Payloadmap[string]AnyTypeAction-specific payload.[optional]

Examples

  • Prepare the resource
$CorrelationRuleAction = Initialize-CorrelationRuleAction  -Type IDENTITY `
-Payload {"identityId":"2c9180858082150f0180893dbaf44201"}
  • Convert the resource to JSON
$CorrelationRuleAction | ConvertTo-JSON

[Back to top]