You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: rest/events/v1/docs/EventsV1Subscription.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
12
12
**SinkSid** | Pointer to **string** | The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created. |
13
13
**Url** | Pointer to **string** | The URL of this resource. |
14
14
**Links** | Pointer to **map[string]interface{}** | Contains a dictionary of URL links to nested resources of this Subscription. |
15
+
**ReceiveEventsFromSubaccounts** | Pointer to **bool** | Receive events from all children accounts in the parent account subscription. |
15
16
16
17
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: rest/events/v1/docs/SubscriptionsApi.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ Name | Type | Description
34
34
**Description** | **string** | A human readable description for the Subscription **This value should not contain PII.**
35
35
**SinkSid** | **string** | The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created.
36
36
**Types** | **[]interface{}** | An array of objects containing the subscribed Event Types
37
+
**ReceiveEventsFromSubaccounts** | **bool** | Receive events from all children accounts in the parent account subscription.
37
38
38
39
### Return type
39
40
@@ -203,6 +204,7 @@ Name | Type | Description
203
204
------------- | ------------- | -------------
204
205
**Description** | **string** | A human readable description for the Subscription.
205
206
**SinkSid** | **string** | The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created.
207
+
**ReceiveEventsFromSubaccounts** | **bool** | Receive events from all children accounts in the parent account subscription.
0 commit comments