Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -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