agilicus 1.251.0__py3-none-any.whl → 1.251.2__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.
@@ -77,7 +77,7 @@ class ApiClient(object):
77
77
  self.default_headers[header_name] = header_value
78
78
  self.cookie = cookie
79
79
  # Set default User-Agent.
80
- self.user_agent = 'OpenAPI-Generator/1.251.0/python'
80
+ self.user_agent = 'OpenAPI-Generator/1.251.2/python'
81
81
 
82
82
  def __enter__(self):
83
83
  return self
@@ -387,7 +387,7 @@ class Configuration(object):
387
387
  "OS: {env}\n"\
388
388
  "Python Version: {pyversion}\n"\
389
389
  "Version of the API: 2024.04.10\n"\
390
- "SDK Package Version: 1.251.0".\
390
+ "SDK Package Version: 1.251.2".\
391
391
  format(env=sys.platform, pyversion=sys.version)
392
392
 
393
393
  def get_host_settings(self):
@@ -4,7 +4,7 @@ Agilicus is API-first. Modern software is controlled by other software, is open,
4
4
  The `agilicus_api` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: 2024.04.10
7
- - Package version: 1.251.0
7
+ - Package version: 1.251.2
8
8
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
9
9
  For more information, please visit [https://www.agilicus.com/api](https://www.agilicus.com/api)
10
10
 
@@ -12,3 +12,10 @@ def get_authz_bundle(ctx, org_id, **kwargs):
12
12
  org_id = get_org_from_input_or_ctx(ctx, org_id=org_id)
13
13
 
14
14
  return api.get_authz_bundle(org_id, **strip_none(kwargs))
15
+
16
+
17
+ def delete_authz_bundle(ctx, org_id, **kwargs):
18
+ api = get_api(ctx)
19
+ org_id = get_org_from_input_or_ctx(ctx, org_id=org_id)
20
+
21
+ return api.delete_authz_bundle(org_id)
@@ -12,6 +12,13 @@ def cli_command_get_authz_bundle(ctx, **kwargs):
12
12
  output_entry(ctx, result.to_dict())
13
13
 
14
14
 
15
+ @click.command(name="delete-authz-bundle")
16
+ @click.pass_context
17
+ @click.option("--org-id", default=None)
18
+ def cli_command_delete_authz_bundle(ctx, **kwargs):
19
+ policy_config.delete_authz_bundle(ctx, **kwargs)
20
+
21
+
15
22
  all_funcs = [func for func in dir() if "cli_command_" in func]
16
23
 
17
24
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: agilicus
3
- Version: 1.251.0
3
+ Version: 1.251.2
4
4
  Summary: Agilicus SDK
5
5
  Home-page: https://www.agilicus.com/
6
6
  License: MIT
@@ -71,9 +71,9 @@ agilicus/agilicus_api/api/users_api.py,sha256=C6SfY8u3O7i85btz5yn6peIyverHTKzcXY
71
71
  agilicus/agilicus_api/api/users_api_mock.py,sha256=wA_xiqL3Pz3KjljKlsmf5NveLZS1FpbaKJHBp7QvarY,15411
72
72
  agilicus/agilicus_api/api/whoami_api.py,sha256=QD1hHfHnI1wSF_U3sL5QU6a4zuh-OtRzUvnuIBOve6Q,7941
73
73
  agilicus/agilicus_api/api/whoami_api_mock.py,sha256=rlvZoWnMCqORMZBg7SOv6d3xp52kELdh6wXcCaIZ93w,346
74
- agilicus/agilicus_api/api_client.py,sha256=cJgRsZ_WxYyn37tYQfBEccoZ-I4mz6U-EKpFcAc3Kvo,38845
74
+ agilicus/agilicus_api/api_client.py,sha256=cADIqmf7dK9DVGGuGJI4mUVZnyr-4tooQ8poeDDf8M0,38845
75
75
  agilicus/agilicus_api/apis/__init__.py,sha256=aJZD7x-umdSni6ZBr4XxzpH8pwtU9hA5LlCDxcqa1Q8,2224
76
- agilicus/agilicus_api/configuration.py,sha256=BEitDHyz1IxIuW0YWYWWSpcUrl05TlSDY107BqwW3Hg,18447
76
+ agilicus/agilicus_api/configuration.py,sha256=vn_V1mmmmfB6xQvhzr70tX3tbULn7-AE6FOGeUUOyV0,18447
77
77
  agilicus/agilicus_api/docs/APIKey.md,sha256=4cKuz4_l9HcEDnUrLwYbEnn9C2WoDayrjfrY1Ixgaf4,1747
78
78
  agilicus/agilicus_api/docs/APIKeyIntrospect.md,sha256=nJ-zkuFm3JMbWFDYYN_vYyQk1snGBtBvIxtCQxamhAU,1019
79
79
  agilicus/agilicus_api/docs/APIKeyIntrospectAuthorizationInfo.md,sha256=7RApOOLjvWQs5sw2jb25g7i3Kta1BiEY-s8VRXfppH8,725
@@ -2451,7 +2451,7 @@ agilicus/agilicus_api/test/test_x509_root_certificate.py,sha256=4s4P6kwq0PSFv4xl
2451
2451
  agilicus/agilicus_api/test/test_x509_root_certificate_spec.py,sha256=ha2l2fEr7ryxixsmTqpbQFl6qUuRZwLSwFGJesE19gQ,2832
2452
2452
  agilicus/agilicus_api/test/test_x509_root_certificate_status.py,sha256=ShojQZ4OhSkApZo9O7T_Qv9TTbAzLxS-15H_Mffoquc,2846
2453
2453
  agilicus/agilicus_api/test/test_xss_settings.py,sha256=jdO7NtbpfJE5KnU43_r4J8844xMDV9GtAdit9frqfFs,2746
2454
- agilicus/agilicus_api_README.md,sha256=vavqqKtWlX9v_u8MChQjpGB-pABzdr4RUBKgJgxUTRQ,158092
2454
+ agilicus/agilicus_api_README.md,sha256=GDwWftTo4yVTaNd4pdsa58qoq--ifeUjMw2lgHbgXRk,158092
2455
2455
  agilicus/aliases.ini,sha256=MxqiVo2f2xdUDVF1YDkNW36AIqN8hrYjlTVfraEUZXY,455
2456
2456
  agilicus/amq.py,sha256=yxi-YTbJPVl10s78Hlr1dmrQR63iaSIoROGVILzFPmE,1775
2457
2457
  agilicus/apps.py,sha256=8k_tGraPUVKJURksZwKR8eNGW-4CSPv54FYcApQ3Ly8,50857
@@ -2517,8 +2517,8 @@ agilicus/permissions.py,sha256=uB65yuDFICp1N10m0cdUjgizx9MQzAbLbAsBSTw1Rcc,2117
2517
2517
  agilicus/policy/policies.py,sha256=Hq4t9bhJbHxdMpZUzgA-1WB5dHLyjI0zeWj33hBRy4I,3730
2518
2518
  agilicus/policy/policy_main.py,sha256=Zjc8gir2UbCjVZOG5-Sx8HDPJ5aPlsj6VnkuRc5yXCw,1943
2519
2519
  agilicus/policy/templates.py,sha256=EUvAhOhSjDuLAe2UKIFEzBp5pNpOT5y1r7uyV_GG6uI,5638
2520
- agilicus/policy_config/policy_config.py,sha256=-qUygLkYaa1vsp2MwBSe38SAQrdnJROkMqkcSs_QNcQ,407
2521
- agilicus/policy_config/policy_config_main.py,sha256=yfEfSMhZx1Krgkxda9xXiurjQ07XUHgM4H5ihI-cKIs,557
2520
+ agilicus/policy_config/policy_config.py,sha256=fjiyAmZ9TEGNGHQzEtLgLT7ZnPm_KgdG24oQXObsBSM,583
2521
+ agilicus/policy_config/policy_config_main.py,sha256=s9wBRtGNY5l4rIES_x2hQ-BTZ5hoIZ7SQZQeFU2so24,767
2522
2522
  agilicus/products/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2523
2523
  agilicus/products/products.py,sha256=he27jN3MUyXBdTdV2HRyvUYb0zD3W1TGsuC7NHLKngQ,5365
2524
2524
  agilicus/products/products_main.py,sha256=saa2-e5oeHW6D5AWPcld99KwgQ9nBY3hoW8Jz_5nfMQ,3421
@@ -2542,8 +2542,8 @@ agilicus/trusted_certs/trusted_certs_main.py,sha256=6dHHWXvNIcUa_nA9ptigL4Vibe4n
2542
2542
  agilicus/users.py,sha256=cBqZwqNz_9lcEJuFL5YTUFpbN56kL0-maBlM29KWWrQ,38728
2543
2543
  agilicus/version.py,sha256=G9OFdL1v_4dLDfk6I6taDNypM5bbO-JHAwilsu9LYgg,23
2544
2544
  agilicus/whoami.py,sha256=kqghtWMgZOd2rhKmfguDwCTm6A3gNS8Kj-S2IBxBtl0,206
2545
- agilicus-1.251.0.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
2546
- agilicus-1.251.0.dist-info/METADATA,sha256=CdujwEZ5NQ5sOdW6FnRfybPCbqKLM_LTlcJuicfj5ek,3822
2547
- agilicus-1.251.0.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
2548
- agilicus-1.251.0.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
2549
- agilicus-1.251.0.dist-info/RECORD,,
2545
+ agilicus-1.251.2.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
2546
+ agilicus-1.251.2.dist-info/METADATA,sha256=mV2flwxwGughtxbtDDJmAZRkLdVV2EgdAWsR0dedrBM,3822
2547
+ agilicus-1.251.2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
2548
+ agilicus-1.251.2.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
2549
+ agilicus-1.251.2.dist-info/RECORD,,