mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 13903254328
This commit is contained in:
@@ -20,6 +20,7 @@ Name | Type | Description | Notes
|
||||
**VarFilter** | **String** | JSON path expression that will limit which events the trigger will fire on | [optional]
|
||||
**Description** | **String** | Description of the event trigger | [optional]
|
||||
**AttributeToFilter** | **String** | The attribute to filter on | [optional]
|
||||
**FormDefinitionId** | **String** | Form definition's unique identifier. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -28,7 +29,8 @@ Name | Type | Description | Notes
|
||||
$EventAttributes = Initialize-PSSailpoint.V2024EventAttributes -Id idn:identity-attributes-changed `
|
||||
-VarFilter $.changes[?(@.attribute == 'manager')] `
|
||||
-Description Triggered when an identity's manager attribute changes `
|
||||
-AttributeToFilter LifecycleState
|
||||
-AttributeToFilter LifecycleState `
|
||||
-FormDefinitionId Admin_Access_Request_Form
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
Reference in New Issue
Block a user