File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed
src/resources/intel/indicator-feeds Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1267
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-5c41a7aa9877639ecb82e8e278d9d8d77a58f9d308ed8e8f570cd3243f130e05 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-6229bf7c4bed6b9026088be8817d3c8111576b2d12ff5220d193f479f230e449 .yml
Original file line number Diff line number Diff line change @@ -109,6 +109,16 @@ export interface IndicatorFeedCreateResponse {
109
109
*/
110
110
description ?: string ;
111
111
112
+ /**
113
+ * Whether the indicator feed can be attributed to a provider
114
+ */
115
+ is_attributable ?: boolean ;
116
+
117
+ /**
118
+ * Whether the indicator feed is exposed to customers
119
+ */
120
+ is_public ?: boolean ;
121
+
112
122
/**
113
123
* The date and time when the data entry was last modified
114
124
*/
@@ -153,6 +163,16 @@ export interface IndicatorFeedListResponse {
153
163
*/
154
164
description ?: string ;
155
165
166
+ /**
167
+ * Whether the indicator feed can be attributed to a provider
168
+ */
169
+ is_attributable ?: boolean ;
170
+
171
+ /**
172
+ * Whether the indicator feed is exposed to customers
173
+ */
174
+ is_public ?: boolean ;
175
+
156
176
/**
157
177
* The date and time when the data entry was last modified
158
178
*/
Original file line number Diff line number Diff line change @@ -72,6 +72,16 @@ export namespace PermissionListResponse {
72
72
*/
73
73
description ?: string ;
74
74
75
+ /**
76
+ * Whether the indicator feed can be attributed to a provider
77
+ */
78
+ is_attributable ?: boolean ;
79
+
80
+ /**
81
+ * Whether the indicator feed is exposed to customers
82
+ */
83
+ is_public ?: boolean ;
84
+
75
85
/**
76
86
* The name of the indicator feed
77
87
*/
You can’t perform that action at this time.
0 commit comments