prelude-sdk-beta 1410__py3-none-any.whl → 1412__py3-none-any.whl

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.

Potentially problematic release.


This version of prelude-sdk-beta might be problematic. Click here for more details.

@@ -185,6 +185,7 @@ class Control(Enum, metaclass=MissingItem):
185
185
  RAPID7 = 25
186
186
  RAPID7_DISCOVERY = 26
187
187
  INTUNE_HOST_FIREWALL = 27
188
+ INTEL_INTUNE = 28
188
189
 
189
190
  @classmethod
190
191
  def _missing_(cls, value):
@@ -249,6 +250,7 @@ class ControlCategory(Enum, metaclass=MissingItem):
249
250
  SIEM = 9
250
251
  PRIVATE_REPO = 10
251
252
  HOST_FIREWALL = 11
253
+ HARDWARE = 12
252
254
 
253
255
  @classmethod
254
256
  def _missing_(cls, value):
@@ -276,6 +278,9 @@ class ControlCategory(Enum, metaclass=MissingItem):
276
278
  Control.GMAIL,
277
279
  Control.M365,
278
280
  ],
281
+ ControlCategory.HARDWARE: [
282
+ Control.INTEL_INTUNE,
283
+ ],
279
284
  ControlCategory.HOST_FIREWALL: [
280
285
  Control.INTUNE_HOST_FIREWALL,
281
286
  ],
@@ -327,6 +332,7 @@ class SCMCategory(Enum, metaclass=MissingItem):
327
332
  Control.DEFENDER,
328
333
  Control.DEFENDER_DISCOVERY,
329
334
  Control.EC2,
335
+ Control.INTEL_INTUNE,
330
336
  Control.INTUNE,
331
337
  Control.INTUNE_HOST_FIREWALL,
332
338
  Control.JAMF,
@@ -356,6 +362,7 @@ class SCMCategory(Enum, metaclass=MissingItem):
356
362
  SCMCategory.ENDPOINT: [
357
363
  ControlCategory.ASSET_MANAGER,
358
364
  ControlCategory.DISCOVERED_DEVICES,
365
+ ControlCategory.HARDWARE,
359
366
  ControlCategory.HOST_FIREWALL,
360
367
  ControlCategory.VULN_MANAGER,
361
368
  ControlCategory.XDR,
@@ -483,6 +490,7 @@ class PolicyType(Enum, metaclass=MissingItem):
483
490
  DEVICE_COMPLIANCE = 11
484
491
  IDENTITY_MFA = 12
485
492
  HOST_FIREWALL = 13
493
+ HARDWARE = 14
486
494
 
487
495
  @classmethod
488
496
  def _missing_(cls, value):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prelude-sdk-beta
3
- Version: 1410
3
+ Version: 1412
4
4
  Summary: For interacting with the Prelude API
5
5
  Home-page: https://github.com/preludeorg
6
6
  Author: Prelude Research
@@ -12,9 +12,9 @@ prelude_sdk_beta/controllers/probe_controller.py,sha256=d2Aa74Css1uMNgBKGWqavbkE
12
12
  prelude_sdk_beta/controllers/scm_controller.py,sha256=nPa6v8alb_ZFxQSHWWcxrx_ySvpAFLHiRzqagiq0mHw,17415
13
13
  prelude_sdk_beta/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  prelude_sdk_beta/models/account.py,sha256=dRKhX6_mrqDTyqyfIsvHFVavcedgZ5hZAIDYVF7YlZI,8962
15
- prelude_sdk_beta/models/codes.py,sha256=oDdHSR1Y0DfOxCUVdEbntkKGPEhazCactuZe-xT7e8s,13978
16
- prelude_sdk_beta-1410.dist-info/licenses/LICENSE,sha256=ttdT5omfN6LNmtQoIjUhkkFhz6i44SDMRNwKrbfyTf8,1069
17
- prelude_sdk_beta-1410.dist-info/METADATA,sha256=6BvzxGOZI_IwRbMa-jAhUHgLaALco-f1xLlbSwxCNIE,1190
18
- prelude_sdk_beta-1410.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- prelude_sdk_beta-1410.dist-info/top_level.txt,sha256=pqXTtEd5ElvJKoO6HAz232H9FW5j6X7gW4kEEakfSFM,17
20
- prelude_sdk_beta-1410.dist-info/RECORD,,
15
+ prelude_sdk_beta/models/codes.py,sha256=HG2ZBJaybC4WXw5Ahfun5wkJnr_g4D5RhnGX2dwJDoI,14209
16
+ prelude_sdk_beta-1412.dist-info/licenses/LICENSE,sha256=ttdT5omfN6LNmtQoIjUhkkFhz6i44SDMRNwKrbfyTf8,1069
17
+ prelude_sdk_beta-1412.dist-info/METADATA,sha256=DqtjSK6eeX9m_9ipr2TaxJ4OaYypn2GvWHTxoCI4YYU,1190
18
+ prelude_sdk_beta-1412.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ prelude_sdk_beta-1412.dist-info/top_level.txt,sha256=pqXTtEd5ElvJKoO6HAz232H9FW5j6X7gW4kEEakfSFM,17
20
+ prelude_sdk_beta-1412.dist-info/RECORD,,