mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,15 +16,15 @@ tags: ['SDK', 'Software Development Kit', 'SubscriptionPostRequest', 'V2024Subsc
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Name** | **String** | Subscription name. | [required]
|
||||
**Description** | Pointer to **String** | Subscription description. | [optional]
|
||||
**TriggerId** | **String** | ID of trigger subscribed to. | [required]
|
||||
**Type** | [**SubscriptionType**](subscription-type) | | [required]
|
||||
**ResponseDeadline** | Pointer to **String** | Deadline for completing REQUEST_RESPONSE trigger invocation, represented in ISO-8601 duration format. | [optional] [default to "PT1H"]
|
||||
**HttpConfig** | Pointer to [**HttpConfig**](http-config) | | [optional]
|
||||
**EventBridgeConfig** | Pointer to [**EventBridgeConfig**](event-bridge-config) | | [optional]
|
||||
**Enabled** | Pointer to **Boolean** | Whether subscription should receive real-time trigger invocations or not. Test trigger invocations are always enabled regardless of this option. | [optional] [default to $true]
|
||||
**VarFilter** | Pointer to **String** | JSONPath filter to conditionally invoke trigger when expression evaluates to true. | [optional]
|
||||
**Name** | **String** | Subscription name. | [required]
|
||||
**Description** | **String** | Subscription description. | [optional]
|
||||
**TriggerId** | **String** | ID of trigger subscribed to. | [required]
|
||||
**Type** | [**SubscriptionType**](subscription-type) | | [required]
|
||||
**ResponseDeadline** | **String** | Deadline for completing REQUEST_RESPONSE trigger invocation, represented in ISO-8601 duration format. | [optional] [default to "PT1H"]
|
||||
**HttpConfig** | [**HttpConfig**](http-config) | | [optional]
|
||||
**EventBridgeConfig** | [**EventBridgeConfig**](event-bridge-config) | | [optional]
|
||||
**Enabled** | **Boolean** | Whether subscription should receive real-time trigger invocations or not. Test trigger invocations are always enabled regardless of this option. | [optional] [default to $true]
|
||||
**VarFilter** | **String** | JSONPath filter to conditionally invoke trigger when expression evaluates to true. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user