scc-firewall-manager-sdk 1.15.195__py3-none-any.whl → 1.15.563__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.
- scc_firewall_manager_sdk/__init__.py +19 -2
- scc_firewall_manager_sdk/api/__init__.py +2 -0
- scc_firewall_manager_sdk/api/ai_assistant_api.py +12 -12
- scc_firewall_manager_sdk/api/asa_access_groups_api.py +12 -12
- scc_firewall_manager_sdk/api/asa_access_rules_api.py +12 -12
- scc_firewall_manager_sdk/api/asa_interfaces_api.py +72 -72
- scc_firewall_manager_sdk/api/audit_logs_api.py +12 -12
- scc_firewall_manager_sdk/api/change_requests_api.py +12 -12
- scc_firewall_manager_sdk/api/changelogs_api.py +12 -12
- scc_firewall_manager_sdk/api/command_line_interface_api.py +24 -24
- scc_firewall_manager_sdk/api/connectors_api.py +12 -12
- scc_firewall_manager_sdk/api/device_health_aggregations_api.py +19 -19
- scc_firewall_manager_sdk/api/device_upgrades_api.py +298 -297
- scc_firewall_manager_sdk/api/events_api.py +358 -0
- scc_firewall_manager_sdk/api/interface_health_aggregations_api.py +344 -0
- scc_firewall_manager_sdk/api/inventory_api.py +48 -48
- scc_firewall_manager_sdk/api/licensing_api.py +626 -0
- scc_firewall_manager_sdk/api/msp_device_upgrades_api.py +1692 -37
- scc_firewall_manager_sdk/api/msp_inventory_api.py +48 -48
- scc_firewall_manager_sdk/api/msp_tenant_management_api.py +41 -12
- scc_firewall_manager_sdk/api/msp_user_management_api.py +24 -24
- scc_firewall_manager_sdk/api/object_management_api.py +17 -0
- scc_firewall_manager_sdk/api/remote_access_monitoring_api.py +24 -24
- scc_firewall_manager_sdk/api/tenant_management_api.py +21 -18
- scc_firewall_manager_sdk/api/users_api.py +30 -30
- scc_firewall_manager_sdk/api_client.py +1 -1
- scc_firewall_manager_sdk/configuration.py +1 -1
- scc_firewall_manager_sdk/models/__init__.py +16 -1
- scc_firewall_manager_sdk/models/access_group.py +1 -1
- scc_firewall_manager_sdk/models/cdo_token_info.py +3 -1
- scc_firewall_manager_sdk/models/cdo_transaction.py +14 -14
- scc_firewall_manager_sdk/models/common_api_error.py +3 -3
- scc_firewall_manager_sdk/models/compatible_device_dto.py +100 -0
- scc_firewall_manager_sdk/models/compatible_version_info_dto.py +112 -0
- scc_firewall_manager_sdk/models/completion_status_dto.py +104 -0
- scc_firewall_manager_sdk/models/device_license_dto.py +133 -0
- scc_firewall_manager_sdk/models/device_license_page.py +102 -0
- scc_firewall_manager_sdk/models/{tenant_ftd_compatibility_version.py → device_upgrade_status_dto.py} +14 -18
- scc_firewall_manager_sdk/models/enable_cd_fmc_for_tenant_request.py +88 -0
- scc_firewall_manager_sdk/models/log_settings.py +1 -1
- scc_firewall_manager_sdk/models/metric_aggregation_list_item.py +12 -8
- scc_firewall_manager_sdk/models/msp_calculate_compatible_upgrade_versions_input.py +89 -0
- scc_firewall_manager_sdk/models/msp_managed_device.py +13 -1
- scc_firewall_manager_sdk/models/msp_managed_device_distinct_attribute_values.py +5 -1
- scc_firewall_manager_sdk/models/msp_upgrade_ftd_devices_input.py +97 -0
- scc_firewall_manager_sdk/models/msp_upgrade_run_dto.py +135 -0
- scc_firewall_manager_sdk/models/msp_upgrade_run_dto_page.py +102 -0
- scc_firewall_manager_sdk/models/msp_upgrade_runs_attribute_values.py +114 -0
- scc_firewall_manager_sdk/models/page.py +94 -0
- scc_firewall_manager_sdk/models/smart_account.py +90 -0
- scc_firewall_manager_sdk/models/tenant_settings.py +3 -1
- scc_firewall_manager_sdk/models/upgrade_compatibility_info_dto.py +107 -0
- scc_firewall_manager_sdk/models/upgrade_run_dto.py +14 -4
- scc_firewall_manager_sdk/models/upgrade_run_metadata_dto.py +96 -0
- {scc_firewall_manager_sdk-1.15.195.dist-info → scc_firewall_manager_sdk-1.15.563.dist-info}/METADATA +1 -1
- {scc_firewall_manager_sdk-1.15.195.dist-info → scc_firewall_manager_sdk-1.15.563.dist-info}/RECORD +58 -41
- {scc_firewall_manager_sdk-1.15.195.dist-info → scc_firewall_manager_sdk-1.15.563.dist-info}/WHEEL +0 -0
- {scc_firewall_manager_sdk-1.15.195.dist-info → scc_firewall_manager_sdk-1.15.563.dist-info}/top_level.txt +0 -0
|
@@ -1416,8 +1416,8 @@ class MSPInventoryApi:
|
|
|
1416
1416
|
@validate_call
|
|
1417
1417
|
def get_msp_managed_cloud_services(
|
|
1418
1418
|
self,
|
|
1419
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1420
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1419
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
1420
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
1421
1421
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
1422
1422
|
sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
|
|
1423
1423
|
_request_timeout: Union[
|
|
@@ -1437,9 +1437,9 @@ class MSPInventoryApi:
|
|
|
1437
1437
|
|
|
1438
1438
|
Get cloud services, across all tenants, managed by the MSP portal.
|
|
1439
1439
|
|
|
1440
|
-
:param limit:
|
|
1440
|
+
:param limit: Number of results to retrieve.
|
|
1441
1441
|
:type limit: str
|
|
1442
|
-
:param offset:
|
|
1442
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
1443
1443
|
:type offset: str
|
|
1444
1444
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
1445
1445
|
:type q: str
|
|
@@ -1496,8 +1496,8 @@ class MSPInventoryApi:
|
|
|
1496
1496
|
@validate_call
|
|
1497
1497
|
def get_msp_managed_cloud_services_with_http_info(
|
|
1498
1498
|
self,
|
|
1499
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1500
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1499
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
1500
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
1501
1501
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
1502
1502
|
sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
|
|
1503
1503
|
_request_timeout: Union[
|
|
@@ -1517,9 +1517,9 @@ class MSPInventoryApi:
|
|
|
1517
1517
|
|
|
1518
1518
|
Get cloud services, across all tenants, managed by the MSP portal.
|
|
1519
1519
|
|
|
1520
|
-
:param limit:
|
|
1520
|
+
:param limit: Number of results to retrieve.
|
|
1521
1521
|
:type limit: str
|
|
1522
|
-
:param offset:
|
|
1522
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
1523
1523
|
:type offset: str
|
|
1524
1524
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
1525
1525
|
:type q: str
|
|
@@ -1576,8 +1576,8 @@ class MSPInventoryApi:
|
|
|
1576
1576
|
@validate_call
|
|
1577
1577
|
def get_msp_managed_cloud_services_without_preload_content(
|
|
1578
1578
|
self,
|
|
1579
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1580
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1579
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
1580
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
1581
1581
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
1582
1582
|
sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
|
|
1583
1583
|
_request_timeout: Union[
|
|
@@ -1597,9 +1597,9 @@ class MSPInventoryApi:
|
|
|
1597
1597
|
|
|
1598
1598
|
Get cloud services, across all tenants, managed by the MSP portal.
|
|
1599
1599
|
|
|
1600
|
-
:param limit:
|
|
1600
|
+
:param limit: Number of results to retrieve.
|
|
1601
1601
|
:type limit: str
|
|
1602
|
-
:param offset:
|
|
1602
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
1603
1603
|
:type offset: str
|
|
1604
1604
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
1605
1605
|
:type q: str
|
|
@@ -2505,8 +2505,8 @@ class MSPInventoryApi:
|
|
|
2505
2505
|
@validate_call
|
|
2506
2506
|
def get_msp_managed_device_managers(
|
|
2507
2507
|
self,
|
|
2508
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
2509
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
2508
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
2509
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
2510
2510
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
2511
2511
|
sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
|
|
2512
2512
|
_request_timeout: Union[
|
|
@@ -2526,9 +2526,9 @@ class MSPInventoryApi:
|
|
|
2526
2526
|
|
|
2527
2527
|
Get device managers, across all tenants, managed by the MSP portal.
|
|
2528
2528
|
|
|
2529
|
-
:param limit:
|
|
2529
|
+
:param limit: Number of results to retrieve.
|
|
2530
2530
|
:type limit: str
|
|
2531
|
-
:param offset:
|
|
2531
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
2532
2532
|
:type offset: str
|
|
2533
2533
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
2534
2534
|
:type q: str
|
|
@@ -2585,8 +2585,8 @@ class MSPInventoryApi:
|
|
|
2585
2585
|
@validate_call
|
|
2586
2586
|
def get_msp_managed_device_managers_with_http_info(
|
|
2587
2587
|
self,
|
|
2588
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
2589
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
2588
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
2589
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
2590
2590
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
2591
2591
|
sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
|
|
2592
2592
|
_request_timeout: Union[
|
|
@@ -2606,9 +2606,9 @@ class MSPInventoryApi:
|
|
|
2606
2606
|
|
|
2607
2607
|
Get device managers, across all tenants, managed by the MSP portal.
|
|
2608
2608
|
|
|
2609
|
-
:param limit:
|
|
2609
|
+
:param limit: Number of results to retrieve.
|
|
2610
2610
|
:type limit: str
|
|
2611
|
-
:param offset:
|
|
2611
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
2612
2612
|
:type offset: str
|
|
2613
2613
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
2614
2614
|
:type q: str
|
|
@@ -2665,8 +2665,8 @@ class MSPInventoryApi:
|
|
|
2665
2665
|
@validate_call
|
|
2666
2666
|
def get_msp_managed_device_managers_without_preload_content(
|
|
2667
2667
|
self,
|
|
2668
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
2669
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
2668
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
2669
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
2670
2670
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
2671
2671
|
sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
|
|
2672
2672
|
_request_timeout: Union[
|
|
@@ -2686,9 +2686,9 @@ class MSPInventoryApi:
|
|
|
2686
2686
|
|
|
2687
2687
|
Get device managers, across all tenants, managed by the MSP portal.
|
|
2688
2688
|
|
|
2689
|
-
:param limit:
|
|
2689
|
+
:param limit: Number of results to retrieve.
|
|
2690
2690
|
:type limit: str
|
|
2691
|
-
:param offset:
|
|
2691
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
2692
2692
|
:type offset: str
|
|
2693
2693
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
2694
2694
|
:type q: str
|
|
@@ -3066,8 +3066,8 @@ class MSPInventoryApi:
|
|
|
3066
3066
|
@validate_call
|
|
3067
3067
|
def get_msp_managed_devices(
|
|
3068
3068
|
self,
|
|
3069
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
3070
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
3069
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
3070
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
3071
3071
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
3072
3072
|
sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
|
|
3073
3073
|
_request_timeout: Union[
|
|
@@ -3087,9 +3087,9 @@ class MSPInventoryApi:
|
|
|
3087
3087
|
|
|
3088
3088
|
Get devices, across all tenants, managed by the MSP portal.
|
|
3089
3089
|
|
|
3090
|
-
:param limit:
|
|
3090
|
+
:param limit: Number of results to retrieve.
|
|
3091
3091
|
:type limit: str
|
|
3092
|
-
:param offset:
|
|
3092
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
3093
3093
|
:type offset: str
|
|
3094
3094
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
3095
3095
|
:type q: str
|
|
@@ -3146,8 +3146,8 @@ class MSPInventoryApi:
|
|
|
3146
3146
|
@validate_call
|
|
3147
3147
|
def get_msp_managed_devices_with_http_info(
|
|
3148
3148
|
self,
|
|
3149
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
3150
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
3149
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
3150
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
3151
3151
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
3152
3152
|
sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
|
|
3153
3153
|
_request_timeout: Union[
|
|
@@ -3167,9 +3167,9 @@ class MSPInventoryApi:
|
|
|
3167
3167
|
|
|
3168
3168
|
Get devices, across all tenants, managed by the MSP portal.
|
|
3169
3169
|
|
|
3170
|
-
:param limit:
|
|
3170
|
+
:param limit: Number of results to retrieve.
|
|
3171
3171
|
:type limit: str
|
|
3172
|
-
:param offset:
|
|
3172
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
3173
3173
|
:type offset: str
|
|
3174
3174
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
3175
3175
|
:type q: str
|
|
@@ -3226,8 +3226,8 @@ class MSPInventoryApi:
|
|
|
3226
3226
|
@validate_call
|
|
3227
3227
|
def get_msp_managed_devices_without_preload_content(
|
|
3228
3228
|
self,
|
|
3229
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
3230
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
3229
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
3230
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
3231
3231
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
3232
3232
|
sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
|
|
3233
3233
|
_request_timeout: Union[
|
|
@@ -3247,9 +3247,9 @@ class MSPInventoryApi:
|
|
|
3247
3247
|
|
|
3248
3248
|
Get devices, across all tenants, managed by the MSP portal.
|
|
3249
3249
|
|
|
3250
|
-
:param limit:
|
|
3250
|
+
:param limit: Number of results to retrieve.
|
|
3251
3251
|
:type limit: str
|
|
3252
|
-
:param offset:
|
|
3252
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
3253
3253
|
:type offset: str
|
|
3254
3254
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
3255
3255
|
:type q: str
|
|
@@ -4137,8 +4137,8 @@ class MSPInventoryApi:
|
|
|
4137
4137
|
@validate_call
|
|
4138
4138
|
def get_msp_managed_templates(
|
|
4139
4139
|
self,
|
|
4140
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
4141
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
4140
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
4141
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
4142
4142
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
4143
4143
|
sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
|
|
4144
4144
|
_request_timeout: Union[
|
|
@@ -4158,9 +4158,9 @@ class MSPInventoryApi:
|
|
|
4158
4158
|
|
|
4159
4159
|
Get templates, across all tenants, managed by the MSP portal.
|
|
4160
4160
|
|
|
4161
|
-
:param limit:
|
|
4161
|
+
:param limit: Number of results to retrieve.
|
|
4162
4162
|
:type limit: str
|
|
4163
|
-
:param offset:
|
|
4163
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
4164
4164
|
:type offset: str
|
|
4165
4165
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
4166
4166
|
:type q: str
|
|
@@ -4217,8 +4217,8 @@ class MSPInventoryApi:
|
|
|
4217
4217
|
@validate_call
|
|
4218
4218
|
def get_msp_managed_templates_with_http_info(
|
|
4219
4219
|
self,
|
|
4220
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
4221
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
4220
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
4221
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
4222
4222
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
4223
4223
|
sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
|
|
4224
4224
|
_request_timeout: Union[
|
|
@@ -4238,9 +4238,9 @@ class MSPInventoryApi:
|
|
|
4238
4238
|
|
|
4239
4239
|
Get templates, across all tenants, managed by the MSP portal.
|
|
4240
4240
|
|
|
4241
|
-
:param limit:
|
|
4241
|
+
:param limit: Number of results to retrieve.
|
|
4242
4242
|
:type limit: str
|
|
4243
|
-
:param offset:
|
|
4243
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
4244
4244
|
:type offset: str
|
|
4245
4245
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
4246
4246
|
:type q: str
|
|
@@ -4297,8 +4297,8 @@ class MSPInventoryApi:
|
|
|
4297
4297
|
@validate_call
|
|
4298
4298
|
def get_msp_managed_templates_without_preload_content(
|
|
4299
4299
|
self,
|
|
4300
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
4301
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
4300
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
4301
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
4302
4302
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
4303
4303
|
sort: Annotated[Optional[List[StrictStr]], Field(description="The fields to sort results by.")] = None,
|
|
4304
4304
|
_request_timeout: Union[
|
|
@@ -4318,9 +4318,9 @@ class MSPInventoryApi:
|
|
|
4318
4318
|
|
|
4319
4319
|
Get templates, across all tenants, managed by the MSP portal.
|
|
4320
4320
|
|
|
4321
|
-
:param limit:
|
|
4321
|
+
:param limit: Number of results to retrieve.
|
|
4322
4322
|
:type limit: str
|
|
4323
|
-
:param offset:
|
|
4323
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
4324
4324
|
:type offset: str
|
|
4325
4325
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
4326
4326
|
:type q: str
|
|
@@ -22,6 +22,7 @@ from typing import Optional
|
|
|
22
22
|
from typing_extensions import Annotated
|
|
23
23
|
from scc_firewall_manager_sdk.models.api_token_info import ApiTokenInfo
|
|
24
24
|
from scc_firewall_manager_sdk.models.cdo_transaction import CdoTransaction
|
|
25
|
+
from scc_firewall_manager_sdk.models.enable_cd_fmc_for_tenant_request import EnableCdFmcForTenantRequest
|
|
25
26
|
from scc_firewall_manager_sdk.models.msp_add_tenant_input import MspAddTenantInput
|
|
26
27
|
from scc_firewall_manager_sdk.models.msp_create_tenant_input import MspCreateTenantInput
|
|
27
28
|
from scc_firewall_manager_sdk.models.msp_managed_tenant import MspManagedTenant
|
|
@@ -1713,8 +1714,8 @@ class MSPTenantManagementApi:
|
|
|
1713
1714
|
@validate_call
|
|
1714
1715
|
def get_msp_managed_tenants(
|
|
1715
1716
|
self,
|
|
1716
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1717
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1717
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
1718
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
1718
1719
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
1719
1720
|
_request_timeout: Union[
|
|
1720
1721
|
None,
|
|
@@ -1733,9 +1734,9 @@ class MSPTenantManagementApi:
|
|
|
1733
1734
|
|
|
1734
1735
|
Get a list of Security Cloud Control tenants managed by the MSP Portal.
|
|
1735
1736
|
|
|
1736
|
-
:param limit:
|
|
1737
|
+
:param limit: Number of results to retrieve.
|
|
1737
1738
|
:type limit: str
|
|
1738
|
-
:param offset:
|
|
1739
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
1739
1740
|
:type offset: str
|
|
1740
1741
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
1741
1742
|
:type q: str
|
|
@@ -1792,8 +1793,8 @@ class MSPTenantManagementApi:
|
|
|
1792
1793
|
@validate_call
|
|
1793
1794
|
def get_msp_managed_tenants_with_http_info(
|
|
1794
1795
|
self,
|
|
1795
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1796
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1796
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
1797
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
1797
1798
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
1798
1799
|
_request_timeout: Union[
|
|
1799
1800
|
None,
|
|
@@ -1812,9 +1813,9 @@ class MSPTenantManagementApi:
|
|
|
1812
1813
|
|
|
1813
1814
|
Get a list of Security Cloud Control tenants managed by the MSP Portal.
|
|
1814
1815
|
|
|
1815
|
-
:param limit:
|
|
1816
|
+
:param limit: Number of results to retrieve.
|
|
1816
1817
|
:type limit: str
|
|
1817
|
-
:param offset:
|
|
1818
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
1818
1819
|
:type offset: str
|
|
1819
1820
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
1820
1821
|
:type q: str
|
|
@@ -1871,8 +1872,8 @@ class MSPTenantManagementApi:
|
|
|
1871
1872
|
@validate_call
|
|
1872
1873
|
def get_msp_managed_tenants_without_preload_content(
|
|
1873
1874
|
self,
|
|
1874
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1875
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1875
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
1876
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
1876
1877
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
1877
1878
|
_request_timeout: Union[
|
|
1878
1879
|
None,
|
|
@@ -1891,9 +1892,9 @@ class MSPTenantManagementApi:
|
|
|
1891
1892
|
|
|
1892
1893
|
Get a list of Security Cloud Control tenants managed by the MSP Portal.
|
|
1893
1894
|
|
|
1894
|
-
:param limit:
|
|
1895
|
+
:param limit: Number of results to retrieve.
|
|
1895
1896
|
:type limit: str
|
|
1896
|
-
:param offset:
|
|
1897
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
1897
1898
|
:type offset: str
|
|
1898
1899
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
1899
1900
|
:type q: str
|
|
@@ -2020,6 +2021,7 @@ class MSPTenantManagementApi:
|
|
|
2020
2021
|
def provision_cd_fmc_for_tenant_in_msp_portal(
|
|
2021
2022
|
self,
|
|
2022
2023
|
tenant_uid: Annotated[StrictStr, Field(description="Unique identifier of the tenant that cdFMC provisioning will be enabled for.")],
|
|
2024
|
+
enable_cd_fmc_for_tenant_request: Optional[EnableCdFmcForTenantRequest] = None,
|
|
2023
2025
|
_request_timeout: Union[
|
|
2024
2026
|
None,
|
|
2025
2027
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2039,6 +2041,8 @@ class MSPTenantManagementApi:
|
|
|
2039
2041
|
|
|
2040
2042
|
:param tenant_uid: Unique identifier of the tenant that cdFMC provisioning will be enabled for. (required)
|
|
2041
2043
|
:type tenant_uid: str
|
|
2044
|
+
:param enable_cd_fmc_for_tenant_request:
|
|
2045
|
+
:type enable_cd_fmc_for_tenant_request: EnableCdFmcForTenantRequest
|
|
2042
2046
|
:param _request_timeout: timeout setting for this request. If one
|
|
2043
2047
|
number provided, it will be total request
|
|
2044
2048
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2063,6 +2067,7 @@ class MSPTenantManagementApi:
|
|
|
2063
2067
|
|
|
2064
2068
|
_param = self._provision_cd_fmc_for_tenant_in_msp_portal_serialize(
|
|
2065
2069
|
tenant_uid=tenant_uid,
|
|
2070
|
+
enable_cd_fmc_for_tenant_request=enable_cd_fmc_for_tenant_request,
|
|
2066
2071
|
_request_auth=_request_auth,
|
|
2067
2072
|
_content_type=_content_type,
|
|
2068
2073
|
_headers=_headers,
|
|
@@ -2088,6 +2093,7 @@ class MSPTenantManagementApi:
|
|
|
2088
2093
|
def provision_cd_fmc_for_tenant_in_msp_portal_with_http_info(
|
|
2089
2094
|
self,
|
|
2090
2095
|
tenant_uid: Annotated[StrictStr, Field(description="Unique identifier of the tenant that cdFMC provisioning will be enabled for.")],
|
|
2096
|
+
enable_cd_fmc_for_tenant_request: Optional[EnableCdFmcForTenantRequest] = None,
|
|
2091
2097
|
_request_timeout: Union[
|
|
2092
2098
|
None,
|
|
2093
2099
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2107,6 +2113,8 @@ class MSPTenantManagementApi:
|
|
|
2107
2113
|
|
|
2108
2114
|
:param tenant_uid: Unique identifier of the tenant that cdFMC provisioning will be enabled for. (required)
|
|
2109
2115
|
:type tenant_uid: str
|
|
2116
|
+
:param enable_cd_fmc_for_tenant_request:
|
|
2117
|
+
:type enable_cd_fmc_for_tenant_request: EnableCdFmcForTenantRequest
|
|
2110
2118
|
:param _request_timeout: timeout setting for this request. If one
|
|
2111
2119
|
number provided, it will be total request
|
|
2112
2120
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2131,6 +2139,7 @@ class MSPTenantManagementApi:
|
|
|
2131
2139
|
|
|
2132
2140
|
_param = self._provision_cd_fmc_for_tenant_in_msp_portal_serialize(
|
|
2133
2141
|
tenant_uid=tenant_uid,
|
|
2142
|
+
enable_cd_fmc_for_tenant_request=enable_cd_fmc_for_tenant_request,
|
|
2134
2143
|
_request_auth=_request_auth,
|
|
2135
2144
|
_content_type=_content_type,
|
|
2136
2145
|
_headers=_headers,
|
|
@@ -2156,6 +2165,7 @@ class MSPTenantManagementApi:
|
|
|
2156
2165
|
def provision_cd_fmc_for_tenant_in_msp_portal_without_preload_content(
|
|
2157
2166
|
self,
|
|
2158
2167
|
tenant_uid: Annotated[StrictStr, Field(description="Unique identifier of the tenant that cdFMC provisioning will be enabled for.")],
|
|
2168
|
+
enable_cd_fmc_for_tenant_request: Optional[EnableCdFmcForTenantRequest] = None,
|
|
2159
2169
|
_request_timeout: Union[
|
|
2160
2170
|
None,
|
|
2161
2171
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -2175,6 +2185,8 @@ class MSPTenantManagementApi:
|
|
|
2175
2185
|
|
|
2176
2186
|
:param tenant_uid: Unique identifier of the tenant that cdFMC provisioning will be enabled for. (required)
|
|
2177
2187
|
:type tenant_uid: str
|
|
2188
|
+
:param enable_cd_fmc_for_tenant_request:
|
|
2189
|
+
:type enable_cd_fmc_for_tenant_request: EnableCdFmcForTenantRequest
|
|
2178
2190
|
:param _request_timeout: timeout setting for this request. If one
|
|
2179
2191
|
number provided, it will be total request
|
|
2180
2192
|
timeout. It can also be a pair (tuple) of
|
|
@@ -2199,6 +2211,7 @@ class MSPTenantManagementApi:
|
|
|
2199
2211
|
|
|
2200
2212
|
_param = self._provision_cd_fmc_for_tenant_in_msp_portal_serialize(
|
|
2201
2213
|
tenant_uid=tenant_uid,
|
|
2214
|
+
enable_cd_fmc_for_tenant_request=enable_cd_fmc_for_tenant_request,
|
|
2202
2215
|
_request_auth=_request_auth,
|
|
2203
2216
|
_content_type=_content_type,
|
|
2204
2217
|
_headers=_headers,
|
|
@@ -2219,6 +2232,7 @@ class MSPTenantManagementApi:
|
|
|
2219
2232
|
def _provision_cd_fmc_for_tenant_in_msp_portal_serialize(
|
|
2220
2233
|
self,
|
|
2221
2234
|
tenant_uid,
|
|
2235
|
+
enable_cd_fmc_for_tenant_request,
|
|
2222
2236
|
_request_auth,
|
|
2223
2237
|
_content_type,
|
|
2224
2238
|
_headers,
|
|
@@ -2244,6 +2258,8 @@ class MSPTenantManagementApi:
|
|
|
2244
2258
|
# process the header parameters
|
|
2245
2259
|
# process the form parameters
|
|
2246
2260
|
# process the body parameter
|
|
2261
|
+
if enable_cd_fmc_for_tenant_request is not None:
|
|
2262
|
+
_body_params = enable_cd_fmc_for_tenant_request
|
|
2247
2263
|
|
|
2248
2264
|
|
|
2249
2265
|
# set the HTTP header `Accept`
|
|
@@ -2253,6 +2269,19 @@ class MSPTenantManagementApi:
|
|
|
2253
2269
|
]
|
|
2254
2270
|
)
|
|
2255
2271
|
|
|
2272
|
+
# set the HTTP header `Content-Type`
|
|
2273
|
+
if _content_type:
|
|
2274
|
+
_header_params['Content-Type'] = _content_type
|
|
2275
|
+
else:
|
|
2276
|
+
_default_content_type = (
|
|
2277
|
+
self.api_client.select_header_content_type(
|
|
2278
|
+
[
|
|
2279
|
+
'application/json'
|
|
2280
|
+
]
|
|
2281
|
+
)
|
|
2282
|
+
)
|
|
2283
|
+
if _default_content_type is not None:
|
|
2284
|
+
_header_params['Content-Type'] = _default_content_type
|
|
2256
2285
|
|
|
2257
2286
|
# authentication setting
|
|
2258
2287
|
_auth_settings: List[str] = [
|
|
@@ -625,8 +625,8 @@ class MSPUserManagementApi:
|
|
|
625
625
|
def get_api_only_users_in_msp_managed_tenant(
|
|
626
626
|
self,
|
|
627
627
|
tenant_uid: Annotated[StrictStr, Field(description="Unique identifier of the tenant to retrieve the users for.")],
|
|
628
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
629
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
628
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
629
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
630
630
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
631
631
|
_request_timeout: Union[
|
|
632
632
|
None,
|
|
@@ -647,9 +647,9 @@ class MSPUserManagementApi:
|
|
|
647
647
|
|
|
648
648
|
:param tenant_uid: Unique identifier of the tenant to retrieve the users for. (required)
|
|
649
649
|
:type tenant_uid: str
|
|
650
|
-
:param limit:
|
|
650
|
+
:param limit: Number of results to retrieve.
|
|
651
651
|
:type limit: str
|
|
652
|
-
:param offset:
|
|
652
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
653
653
|
:type offset: str
|
|
654
654
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
655
655
|
:type q: str
|
|
@@ -705,8 +705,8 @@ class MSPUserManagementApi:
|
|
|
705
705
|
def get_api_only_users_in_msp_managed_tenant_with_http_info(
|
|
706
706
|
self,
|
|
707
707
|
tenant_uid: Annotated[StrictStr, Field(description="Unique identifier of the tenant to retrieve the users for.")],
|
|
708
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
709
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
708
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
709
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
710
710
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
711
711
|
_request_timeout: Union[
|
|
712
712
|
None,
|
|
@@ -727,9 +727,9 @@ class MSPUserManagementApi:
|
|
|
727
727
|
|
|
728
728
|
:param tenant_uid: Unique identifier of the tenant to retrieve the users for. (required)
|
|
729
729
|
:type tenant_uid: str
|
|
730
|
-
:param limit:
|
|
730
|
+
:param limit: Number of results to retrieve.
|
|
731
731
|
:type limit: str
|
|
732
|
-
:param offset:
|
|
732
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
733
733
|
:type offset: str
|
|
734
734
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
735
735
|
:type q: str
|
|
@@ -785,8 +785,8 @@ class MSPUserManagementApi:
|
|
|
785
785
|
def get_api_only_users_in_msp_managed_tenant_without_preload_content(
|
|
786
786
|
self,
|
|
787
787
|
tenant_uid: Annotated[StrictStr, Field(description="Unique identifier of the tenant to retrieve the users for.")],
|
|
788
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
789
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
788
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
789
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
790
790
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
791
791
|
_request_timeout: Union[
|
|
792
792
|
None,
|
|
@@ -807,9 +807,9 @@ class MSPUserManagementApi:
|
|
|
807
807
|
|
|
808
808
|
:param tenant_uid: Unique identifier of the tenant to retrieve the users for. (required)
|
|
809
809
|
:type tenant_uid: str
|
|
810
|
-
:param limit:
|
|
810
|
+
:param limit: Number of results to retrieve.
|
|
811
811
|
:type limit: str
|
|
812
|
-
:param offset:
|
|
812
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
813
813
|
:type offset: str
|
|
814
814
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
815
815
|
:type q: str
|
|
@@ -937,8 +937,8 @@ class MSPUserManagementApi:
|
|
|
937
937
|
def get_human_users_in_msp_managed_tenant(
|
|
938
938
|
self,
|
|
939
939
|
tenant_uid: Annotated[StrictStr, Field(description="Unique identifier of the tenant to retrieve the users for.")],
|
|
940
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
941
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
940
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
941
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
942
942
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
943
943
|
_request_timeout: Union[
|
|
944
944
|
None,
|
|
@@ -959,9 +959,9 @@ class MSPUserManagementApi:
|
|
|
959
959
|
|
|
960
960
|
:param tenant_uid: Unique identifier of the tenant to retrieve the users for. (required)
|
|
961
961
|
:type tenant_uid: str
|
|
962
|
-
:param limit:
|
|
962
|
+
:param limit: Number of results to retrieve.
|
|
963
963
|
:type limit: str
|
|
964
|
-
:param offset:
|
|
964
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
965
965
|
:type offset: str
|
|
966
966
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
967
967
|
:type q: str
|
|
@@ -1017,8 +1017,8 @@ class MSPUserManagementApi:
|
|
|
1017
1017
|
def get_human_users_in_msp_managed_tenant_with_http_info(
|
|
1018
1018
|
self,
|
|
1019
1019
|
tenant_uid: Annotated[StrictStr, Field(description="Unique identifier of the tenant to retrieve the users for.")],
|
|
1020
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1021
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1020
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
1021
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
1022
1022
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
1023
1023
|
_request_timeout: Union[
|
|
1024
1024
|
None,
|
|
@@ -1039,9 +1039,9 @@ class MSPUserManagementApi:
|
|
|
1039
1039
|
|
|
1040
1040
|
:param tenant_uid: Unique identifier of the tenant to retrieve the users for. (required)
|
|
1041
1041
|
:type tenant_uid: str
|
|
1042
|
-
:param limit:
|
|
1042
|
+
:param limit: Number of results to retrieve.
|
|
1043
1043
|
:type limit: str
|
|
1044
|
-
:param offset:
|
|
1044
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
1045
1045
|
:type offset: str
|
|
1046
1046
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
1047
1047
|
:type q: str
|
|
@@ -1097,8 +1097,8 @@ class MSPUserManagementApi:
|
|
|
1097
1097
|
def get_human_users_in_msp_managed_tenant_without_preload_content(
|
|
1098
1098
|
self,
|
|
1099
1099
|
tenant_uid: Annotated[StrictStr, Field(description="Unique identifier of the tenant to retrieve the users for.")],
|
|
1100
|
-
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1101
|
-
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="
|
|
1100
|
+
limit: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Number of results to retrieve.")] = None,
|
|
1101
|
+
offset: Annotated[Optional[Annotated[str, Field(strict=True)]], Field(description="Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.")] = None,
|
|
1102
1102
|
q: Annotated[Optional[StrictStr], Field(description="The query to execute. Use the Lucene Query Syntax to construct your query.")] = None,
|
|
1103
1103
|
_request_timeout: Union[
|
|
1104
1104
|
None,
|
|
@@ -1119,9 +1119,9 @@ class MSPUserManagementApi:
|
|
|
1119
1119
|
|
|
1120
1120
|
:param tenant_uid: Unique identifier of the tenant to retrieve the users for. (required)
|
|
1121
1121
|
:type tenant_uid: str
|
|
1122
|
-
:param limit:
|
|
1122
|
+
:param limit: Number of results to retrieve.
|
|
1123
1123
|
:type limit: str
|
|
1124
|
-
:param offset:
|
|
1124
|
+
:param offset: Offset of the results retrieved. The Security Cloud Control APIs use the offset field to determine the index of the first result retrieved, and will retrieve `limit` results from the offset specified.
|
|
1125
1125
|
:type offset: str
|
|
1126
1126
|
:param q: The query to execute. Use the Lucene Query Syntax to construct your query.
|
|
1127
1127
|
:type q: str
|