files.com 1.2.291 → 1.2.293
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_VERSION +1 -1
- package/docs/models/SiemHttpDestination.md +13 -13
- package/docs/models/User.md +2 -2
- package/lib/Files.js +1 -1
- package/lib/models/SiemHttpDestination.js +13 -13
- package/lib/models/User.js +2 -2
- package/package.json +1 -1
- package/src/Files.js +1 -1
- package/src/models/SiemHttpDestination.js +13 -13
- package/src/models/User.js +2 -2
package/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.293
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
* `sending_active` (boolean): Whether this SIEM HTTP Destination is currently being sent to or not
|
|
67
67
|
* `generic_payload_type` (string): Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
|
|
68
68
|
* `splunk_token_masked` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk.
|
|
69
|
-
* `azure_dcr_immutable_id` (string): Applicable only for destination
|
|
69
|
+
* `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
|
|
70
70
|
* `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
|
|
71
|
-
* `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination
|
|
72
|
-
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination
|
|
73
|
-
* `azure_oauth_client_credentials_client_secret_masked` (string): Applicable only for destination
|
|
71
|
+
* `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
|
|
72
|
+
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
|
|
73
|
+
* `azure_oauth_client_credentials_client_secret_masked` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client Secret.
|
|
74
74
|
* `qradar_username` (string): Applicable only for destination type: qradar. Basic auth username provided by QRadar.
|
|
75
75
|
* `qradar_password_masked` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar.
|
|
76
76
|
* `solar_winds_token_masked` (string): Applicable only for destination type: solar_winds. Authentication token provided by Solar Winds.
|
|
@@ -180,10 +180,10 @@ await SiemHttpDestination.create({
|
|
|
180
180
|
* `sending_active` (boolean): Whether this SIEM HTTP Destination is currently being sent to or not
|
|
181
181
|
* `generic_payload_type` (string): Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
|
|
182
182
|
* `splunk_token` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk.
|
|
183
|
-
* `azure_dcr_immutable_id` (string): Applicable only for destination
|
|
183
|
+
* `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
|
|
184
184
|
* `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
|
|
185
|
-
* `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination
|
|
186
|
-
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination
|
|
185
|
+
* `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
|
|
186
|
+
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
|
|
187
187
|
* `azure_oauth_client_credentials_client_secret` (string): Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
|
|
188
188
|
* `qradar_username` (string): Applicable only for destination type: qradar. Basic auth username provided by QRadar.
|
|
189
189
|
* `qradar_password` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar.
|
|
@@ -247,10 +247,10 @@ await SiemHttpDestination.sendTestEntry({
|
|
|
247
247
|
* `sending_active` (boolean): Whether this SIEM HTTP Destination is currently being sent to or not
|
|
248
248
|
* `generic_payload_type` (string): Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
|
|
249
249
|
* `splunk_token` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk.
|
|
250
|
-
* `azure_dcr_immutable_id` (string): Applicable only for destination
|
|
250
|
+
* `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
|
|
251
251
|
* `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
|
|
252
|
-
* `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination
|
|
253
|
-
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination
|
|
252
|
+
* `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
|
|
253
|
+
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
|
|
254
254
|
* `azure_oauth_client_credentials_client_secret` (string): Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
|
|
255
255
|
* `qradar_username` (string): Applicable only for destination type: qradar. Basic auth username provided by QRadar.
|
|
256
256
|
* `qradar_password` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar.
|
|
@@ -310,10 +310,10 @@ await siem_http_destination.update({
|
|
|
310
310
|
* `sending_active` (boolean): Whether this SIEM HTTP Destination is currently being sent to or not
|
|
311
311
|
* `generic_payload_type` (string): Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
|
|
312
312
|
* `splunk_token` (string): Applicable only for destination type: splunk. Authentication token provided by Splunk.
|
|
313
|
-
* `azure_dcr_immutable_id` (string): Applicable only for destination
|
|
313
|
+
* `azure_dcr_immutable_id` (string): Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
|
|
314
314
|
* `azure_stream_name` (string): Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
|
|
315
|
-
* `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination
|
|
316
|
-
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination
|
|
315
|
+
* `azure_oauth_client_credentials_tenant_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
|
|
316
|
+
* `azure_oauth_client_credentials_client_id` (string): Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
|
|
317
317
|
* `azure_oauth_client_credentials_client_secret` (string): Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
|
|
318
318
|
* `qradar_username` (string): Applicable only for destination type: qradar. Basic auth username provided by QRadar.
|
|
319
319
|
* `qradar_password` (string): Applicable only for destination type: qradar. Basic auth password provided by QRadar.
|
package/docs/models/User.md
CHANGED
|
@@ -167,8 +167,8 @@ await User.list({
|
|
|
167
167
|
|
|
168
168
|
* `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
|
|
169
169
|
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
170
|
-
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`, `authenticate_until`, `email`, `last_desktop_login_at`, `last_login_at`, `name`, `company`, `password_validity_days`, `ssl_required`, `username` or `
|
|
171
|
-
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `username`, `name`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `
|
|
170
|
+
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`, `authenticate_until`, `email`, `last_desktop_login_at`, `last_login_at`, `name`, `company`, `password_validity_days`, `ssl_required`, `username`, `site_admin` or `disabled`.
|
|
171
|
+
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `username`, `name`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until`, `not_site_admin` or `disabled`. Valid field combinations are `[ site_admin, username ]`, `[ not_site_admin, username ]` or `[ company, name ]`.
|
|
172
172
|
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
|
|
173
173
|
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
|
|
174
174
|
* `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `username`, `name`, `email` or `company`. Valid field combinations are `[ company, name ]`.
|
package/lib/Files.js
CHANGED
|
@@ -12,7 +12,7 @@ var apiKey;
|
|
|
12
12
|
var baseUrl = 'https://app.files.com';
|
|
13
13
|
var sessionId = null;
|
|
14
14
|
var language = null;
|
|
15
|
-
var version = '1.2.
|
|
15
|
+
var version = '1.2.293';
|
|
16
16
|
var userAgent = "Files.com JavaScript SDK v".concat(version);
|
|
17
17
|
var logLevel = _Logger.LogLevel.INFO;
|
|
18
18
|
var debugRequest = false;
|
|
@@ -88,7 +88,7 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
|
|
|
88
88
|
(0, _defineProperty2.default)(this, "setSplunkTokenMasked", function (value) {
|
|
89
89
|
_this.attributes.splunk_token_masked = value;
|
|
90
90
|
});
|
|
91
|
-
// string # Applicable only for destination
|
|
91
|
+
// string # Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
|
|
92
92
|
(0, _defineProperty2.default)(this, "getAzureDcrImmutableId", function () {
|
|
93
93
|
return _this.attributes.azure_dcr_immutable_id;
|
|
94
94
|
});
|
|
@@ -102,21 +102,21 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
|
|
|
102
102
|
(0, _defineProperty2.default)(this, "setAzureStreamName", function (value) {
|
|
103
103
|
_this.attributes.azure_stream_name = value;
|
|
104
104
|
});
|
|
105
|
-
// string # Applicable only for destination
|
|
105
|
+
// string # Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
|
|
106
106
|
(0, _defineProperty2.default)(this, "getAzureOauthClientCredentialsTenantId", function () {
|
|
107
107
|
return _this.attributes.azure_oauth_client_credentials_tenant_id;
|
|
108
108
|
});
|
|
109
109
|
(0, _defineProperty2.default)(this, "setAzureOauthClientCredentialsTenantId", function (value) {
|
|
110
110
|
_this.attributes.azure_oauth_client_credentials_tenant_id = value;
|
|
111
111
|
});
|
|
112
|
-
// string # Applicable only for destination
|
|
112
|
+
// string # Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
|
|
113
113
|
(0, _defineProperty2.default)(this, "getAzureOauthClientCredentialsClientId", function () {
|
|
114
114
|
return _this.attributes.azure_oauth_client_credentials_client_id;
|
|
115
115
|
});
|
|
116
116
|
(0, _defineProperty2.default)(this, "setAzureOauthClientCredentialsClientId", function (value) {
|
|
117
117
|
_this.attributes.azure_oauth_client_credentials_client_id = value;
|
|
118
118
|
});
|
|
119
|
-
// string # Applicable only for destination
|
|
119
|
+
// string # Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client Secret.
|
|
120
120
|
(0, _defineProperty2.default)(this, "getAzureOauthClientCredentialsClientSecretMasked", function () {
|
|
121
121
|
return _this.attributes.azure_oauth_client_credentials_client_secret_masked;
|
|
122
122
|
});
|
|
@@ -423,10 +423,10 @@ var SiemHttpDestination = /*#__PURE__*/(0, _createClass2.default)(function SiemH
|
|
|
423
423
|
// sending_active - boolean - Whether this SIEM HTTP Destination is currently being sent to or not
|
|
424
424
|
// generic_payload_type - string - Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
|
|
425
425
|
// splunk_token - string - Applicable only for destination type: splunk. Authentication token provided by Splunk.
|
|
426
|
-
// azure_dcr_immutable_id - string - Applicable only for destination
|
|
426
|
+
// azure_dcr_immutable_id - string - Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
|
|
427
427
|
// azure_stream_name - string - Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
|
|
428
|
-
// azure_oauth_client_credentials_tenant_id - string - Applicable only for destination
|
|
429
|
-
// azure_oauth_client_credentials_client_id - string - Applicable only for destination
|
|
428
|
+
// azure_oauth_client_credentials_tenant_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
|
|
429
|
+
// azure_oauth_client_credentials_client_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
|
|
430
430
|
// azure_oauth_client_credentials_client_secret - string - Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
|
|
431
431
|
// qradar_username - string - Applicable only for destination type: qradar. Basic auth username provided by QRadar.
|
|
432
432
|
// qradar_password - string - Applicable only for destination type: qradar. Basic auth password provided by QRadar.
|
|
@@ -784,10 +784,10 @@ _SiemHttpDestination = SiemHttpDestination;
|
|
|
784
784
|
// sending_active - boolean - Whether this SIEM HTTP Destination is currently being sent to or not
|
|
785
785
|
// generic_payload_type - string - Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
|
|
786
786
|
// splunk_token - string - Applicable only for destination type: splunk. Authentication token provided by Splunk.
|
|
787
|
-
// azure_dcr_immutable_id - string - Applicable only for destination
|
|
787
|
+
// azure_dcr_immutable_id - string - Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
|
|
788
788
|
// azure_stream_name - string - Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
|
|
789
|
-
// azure_oauth_client_credentials_tenant_id - string - Applicable only for destination
|
|
790
|
-
// azure_oauth_client_credentials_client_id - string - Applicable only for destination
|
|
789
|
+
// azure_oauth_client_credentials_tenant_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
|
|
790
|
+
// azure_oauth_client_credentials_client_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
|
|
791
791
|
// azure_oauth_client_credentials_client_secret - string - Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
|
|
792
792
|
// qradar_username - string - Applicable only for destination type: qradar. Basic auth username provided by QRadar.
|
|
793
793
|
// qradar_password - string - Applicable only for destination type: qradar. Basic auth password provided by QRadar.
|
|
@@ -939,10 +939,10 @@ _SiemHttpDestination = SiemHttpDestination;
|
|
|
939
939
|
// sending_active - boolean - Whether this SIEM HTTP Destination is currently being sent to or not
|
|
940
940
|
// generic_payload_type - string - Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
|
|
941
941
|
// splunk_token - string - Applicable only for destination type: splunk. Authentication token provided by Splunk.
|
|
942
|
-
// azure_dcr_immutable_id - string - Applicable only for destination
|
|
942
|
+
// azure_dcr_immutable_id - string - Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
|
|
943
943
|
// azure_stream_name - string - Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
|
|
944
|
-
// azure_oauth_client_credentials_tenant_id - string - Applicable only for destination
|
|
945
|
-
// azure_oauth_client_credentials_client_id - string - Applicable only for destination
|
|
944
|
+
// azure_oauth_client_credentials_tenant_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
|
|
945
|
+
// azure_oauth_client_credentials_client_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
|
|
946
946
|
// azure_oauth_client_credentials_client_secret - string - Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
|
|
947
947
|
// qradar_username - string - Applicable only for destination type: qradar. Basic auth username provided by QRadar.
|
|
948
948
|
// qradar_password - string - Applicable only for destination type: qradar. Basic auth password provided by QRadar.
|
package/lib/models/User.js
CHANGED
|
@@ -1075,8 +1075,8 @@ _User = User;
|
|
|
1075
1075
|
// Parameters:
|
|
1076
1076
|
// cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
|
|
1077
1077
|
// per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
1078
|
-
// sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`, `authenticate_until`, `email`, `last_desktop_login_at`, `last_login_at`, `name`, `company`, `password_validity_days`, `ssl_required`, `username` or `
|
|
1079
|
-
// filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `username`, `name`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `
|
|
1078
|
+
// sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`, `authenticate_until`, `email`, `last_desktop_login_at`, `last_login_at`, `name`, `company`, `password_validity_days`, `ssl_required`, `username`, `site_admin` or `disabled`.
|
|
1079
|
+
// filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `username`, `name`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until`, `not_site_admin` or `disabled`. Valid field combinations are `[ site_admin, username ]`, `[ not_site_admin, username ]` or `[ company, name ]`.
|
|
1080
1080
|
// filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
|
|
1081
1081
|
// filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
|
|
1082
1082
|
// filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `username`, `name`, `email` or `company`. Valid field combinations are `[ company, name ]`.
|
package/package.json
CHANGED
package/src/Files.js
CHANGED
|
@@ -84,7 +84,7 @@ class SiemHttpDestination {
|
|
|
84
84
|
this.attributes.splunk_token_masked = value
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
// string # Applicable only for destination
|
|
87
|
+
// string # Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
|
|
88
88
|
getAzureDcrImmutableId = () => this.attributes.azure_dcr_immutable_id
|
|
89
89
|
|
|
90
90
|
setAzureDcrImmutableId = value => {
|
|
@@ -98,21 +98,21 @@ class SiemHttpDestination {
|
|
|
98
98
|
this.attributes.azure_stream_name = value
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
// string # Applicable only for destination
|
|
101
|
+
// string # Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
|
|
102
102
|
getAzureOauthClientCredentialsTenantId = () => this.attributes.azure_oauth_client_credentials_tenant_id
|
|
103
103
|
|
|
104
104
|
setAzureOauthClientCredentialsTenantId = value => {
|
|
105
105
|
this.attributes.azure_oauth_client_credentials_tenant_id = value
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
// string # Applicable only for destination
|
|
108
|
+
// string # Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
|
|
109
109
|
getAzureOauthClientCredentialsClientId = () => this.attributes.azure_oauth_client_credentials_client_id
|
|
110
110
|
|
|
111
111
|
setAzureOauthClientCredentialsClientId = value => {
|
|
112
112
|
this.attributes.azure_oauth_client_credentials_client_id = value
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
// string # Applicable only for destination
|
|
115
|
+
// string # Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client Secret.
|
|
116
116
|
getAzureOauthClientCredentialsClientSecretMasked = () => this.attributes.azure_oauth_client_credentials_client_secret_masked
|
|
117
117
|
|
|
118
118
|
setAzureOauthClientCredentialsClientSecretMasked = value => {
|
|
@@ -419,10 +419,10 @@ class SiemHttpDestination {
|
|
|
419
419
|
// sending_active - boolean - Whether this SIEM HTTP Destination is currently being sent to or not
|
|
420
420
|
// generic_payload_type - string - Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
|
|
421
421
|
// splunk_token - string - Applicable only for destination type: splunk. Authentication token provided by Splunk.
|
|
422
|
-
// azure_dcr_immutable_id - string - Applicable only for destination
|
|
422
|
+
// azure_dcr_immutable_id - string - Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
|
|
423
423
|
// azure_stream_name - string - Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
|
|
424
|
-
// azure_oauth_client_credentials_tenant_id - string - Applicable only for destination
|
|
425
|
-
// azure_oauth_client_credentials_client_id - string - Applicable only for destination
|
|
424
|
+
// azure_oauth_client_credentials_tenant_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
|
|
425
|
+
// azure_oauth_client_credentials_client_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
|
|
426
426
|
// azure_oauth_client_credentials_client_secret - string - Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
|
|
427
427
|
// qradar_username - string - Applicable only for destination type: qradar. Basic auth username provided by QRadar.
|
|
428
428
|
// qradar_password - string - Applicable only for destination type: qradar. Basic auth password provided by QRadar.
|
|
@@ -620,10 +620,10 @@ class SiemHttpDestination {
|
|
|
620
620
|
// sending_active - boolean - Whether this SIEM HTTP Destination is currently being sent to or not
|
|
621
621
|
// generic_payload_type - string - Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
|
|
622
622
|
// splunk_token - string - Applicable only for destination type: splunk. Authentication token provided by Splunk.
|
|
623
|
-
// azure_dcr_immutable_id - string - Applicable only for destination
|
|
623
|
+
// azure_dcr_immutable_id - string - Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
|
|
624
624
|
// azure_stream_name - string - Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
|
|
625
|
-
// azure_oauth_client_credentials_tenant_id - string - Applicable only for destination
|
|
626
|
-
// azure_oauth_client_credentials_client_id - string - Applicable only for destination
|
|
625
|
+
// azure_oauth_client_credentials_tenant_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
|
|
626
|
+
// azure_oauth_client_credentials_client_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
|
|
627
627
|
// azure_oauth_client_credentials_client_secret - string - Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
|
|
628
628
|
// qradar_username - string - Applicable only for destination type: qradar. Basic auth username provided by QRadar.
|
|
629
629
|
// qradar_password - string - Applicable only for destination type: qradar. Basic auth password provided by QRadar.
|
|
@@ -726,10 +726,10 @@ class SiemHttpDestination {
|
|
|
726
726
|
// sending_active - boolean - Whether this SIEM HTTP Destination is currently being sent to or not
|
|
727
727
|
// generic_payload_type - string - Applicable only for destination type: generic. Indicates the type of HTTP body. Can be json_newline or json_array. json_newline is multiple log entries as JSON separated by newlines. json_array is a single JSON array containing multiple log entries as JSON.
|
|
728
728
|
// splunk_token - string - Applicable only for destination type: splunk. Authentication token provided by Splunk.
|
|
729
|
-
// azure_dcr_immutable_id - string - Applicable only for destination
|
|
729
|
+
// azure_dcr_immutable_id - string - Applicable only for destination types: azure, azure_legacy. Immutable ID of the Data Collection Rule.
|
|
730
730
|
// azure_stream_name - string - Applicable only for destination type: azure. Name of the stream in the DCR that represents the destination table.
|
|
731
|
-
// azure_oauth_client_credentials_tenant_id - string - Applicable only for destination
|
|
732
|
-
// azure_oauth_client_credentials_client_id - string - Applicable only for destination
|
|
731
|
+
// azure_oauth_client_credentials_tenant_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Tenant ID.
|
|
732
|
+
// azure_oauth_client_credentials_client_id - string - Applicable only for destination types: azure, azure_legacy. Client Credentials OAuth Client ID.
|
|
733
733
|
// azure_oauth_client_credentials_client_secret - string - Applicable only for destination type: azure. Client Credentials OAuth Client Secret.
|
|
734
734
|
// qradar_username - string - Applicable only for destination type: qradar. Basic auth username provided by QRadar.
|
|
735
735
|
// qradar_password - string - Applicable only for destination type: qradar. Basic auth password provided by QRadar.
|
package/src/models/User.js
CHANGED
|
@@ -866,8 +866,8 @@ class User {
|
|
|
866
866
|
// Parameters:
|
|
867
867
|
// cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
|
|
868
868
|
// per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
|
869
|
-
// sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`, `authenticate_until`, `email`, `last_desktop_login_at`, `last_login_at`, `name`, `company`, `password_validity_days`, `ssl_required`, `username` or `
|
|
870
|
-
// filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `username`, `name`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `
|
|
869
|
+
// sort_by - object - If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `site_id`, `authenticate_until`, `email`, `last_desktop_login_at`, `last_login_at`, `name`, `company`, `password_validity_days`, `ssl_required`, `username`, `site_admin` or `disabled`.
|
|
870
|
+
// filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `username`, `name`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until`, `not_site_admin` or `disabled`. Valid field combinations are `[ site_admin, username ]`, `[ not_site_admin, username ]` or `[ company, name ]`.
|
|
871
871
|
// filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
|
|
872
872
|
// filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `password_validity_days`, `last_login_at` or `authenticate_until`.
|
|
873
873
|
// filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `username`, `name`, `email` or `company`. Valid field combinations are `[ company, name ]`.
|