CorrelationRuleAction
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "IDENTITY", "ACCOUNT", "GOVERNANCE_GROUP" ] | The target owner type resolved by this action. | [required] |
| Payload | map[string]AnyType | Action-specific payload. | [optional] |
Examples
- Prepare the resource
$CorrelationRuleAction = Initialize-CorrelationRuleAction -Type IDENTITY `
-Payload {"identityId":"2c9180858082150f0180893dbaf44201"}
- Convert the resource to JSON
$CorrelationRuleAction | ConvertTo-JSON