crimson-falcon 0.5.0 → 1.0.0
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.
- checksums.yaml +4 -4
- data/README.md +2151 -1857
- data/lib/crimson-falcon/api/{alerts_api.rb → alerts.rb} +105 -39
- data/lib/crimson-falcon/api/{api_integrations_api.rb → api_integrations.rb} +12 -12
- data/lib/crimson-falcon/api/{aspm_api.rb → aspm.rb} +295 -96
- data/lib/crimson-falcon/api/{certificate_based_exclusions_api.rb → certificate_based_exclusions.rb} +25 -25
- data/lib/crimson-falcon/api/{default_api.rb → cloud_aws_registration.rb} +29 -29
- data/lib/crimson-falcon/api/cloud_azure_registration.rb +105 -0
- data/lib/crimson-falcon/api/{cloud_connect_aws_api.rb → cloud_connect_aws.rb} +35 -35
- data/lib/crimson-falcon/api/cloud_security_assets.rb +179 -0
- data/lib/crimson-falcon/api/{cloud_snapshots_api.rb → cloud_snapshots.rb} +22 -22
- data/lib/crimson-falcon/api/{compliance_assessments_api.rb → compliance_assessments.rb} +34 -34
- data/lib/crimson-falcon/api/{configuration_assessment_api.rb → configuration_assessment.rb} +11 -11
- data/lib/crimson-falcon/api/{configuration_assessment_evaluation_logic_api.rb → configuration_assessment_evaluation_logic.rb} +5 -5
- data/lib/crimson-falcon/api/{container_alerts_api.rb → container_alerts.rb} +20 -20
- data/lib/crimson-falcon/api/{container_detections_api.rb → container_detections.rb} +46 -46
- data/lib/crimson-falcon/api/{container_images_api.rb → container_images.rb} +116 -116
- data/lib/crimson-falcon/api/{container_packages_api.rb → container_packages.rb} +122 -52
- data/lib/crimson-falcon/api/{container_vulnerabilities_api.rb → container_vulnerabilities.rb} +93 -93
- data/lib/crimson-falcon/api/content_update_policies.rb +769 -0
- data/lib/crimson-falcon/api/correlation_rules.rb +505 -0
- data/lib/crimson-falcon/api/{cspg_iacapi_api.rb → cspg_iac.rb} +4 -4
- data/lib/crimson-falcon/api/{cspm_registration_api.rb → cspm_registration.rb} +473 -414
- data/lib/crimson-falcon/api/{custom_ioa_api.rb → custom_ioa.rb} +82 -82
- data/lib/crimson-falcon/api/{custom_storage_api.rb → custom_storage.rb} +136 -136
- data/lib/crimson-falcon/api/{d4c_registration_api.rb → d4c_registration.rb} +97 -178
- data/lib/crimson-falcon/api/{datascanner_api.rb → datascanner.rb} +13 -13
- data/lib/crimson-falcon/api/{delivery_settings_api.rb → delivery_settings.rb} +8 -8
- data/lib/crimson-falcon/api/deployments.rb +115 -0
- data/lib/crimson-falcon/api/{detects_api.rb → detects.rb} +18 -18
- data/lib/crimson-falcon/api/device_content.rb +176 -0
- data/lib/crimson-falcon/api/{device_control_policies_api.rb → device_control_policies.rb} +57 -57
- data/lib/crimson-falcon/api/{discover_api.rb → discover.rb} +119 -53
- data/lib/crimson-falcon/api/{discover_iot_api.rb → discover_iot.rb} +16 -16
- data/lib/crimson-falcon/api/downloads.rb +108 -0
- data/lib/crimson-falcon/api/{downloads_api_api.rb → downloads_api.rb} +4 -73
- data/lib/crimson-falcon/api/{drift_indicators_api.rb → drift_indicators.rb} +38 -38
- data/lib/crimson-falcon/api/{event_schema_api.rb → event_schema.rb} +10 -10
- data/lib/crimson-falcon/api/{event_streams_api.rb → event_streams.rb} +11 -11
- data/lib/crimson-falcon/api/{exposure_management_api.rb → exposure_management.rb} +47 -41
- data/lib/crimson-falcon/api/{falcon_complete_dashboard_api.rb → falcon_complete_dashboard.rb} +73 -73
- data/lib/crimson-falcon/api/{falcon_container_api.rb → falcon_container.rb} +4 -4
- data/lib/crimson-falcon/api/{falcon_container_cli_api.rb → falcon_container_cli.rb} +5 -5
- data/lib/crimson-falcon/api/{falcon_container_image_api.rb → falcon_container_image.rb} +46 -46
- data/lib/crimson-falcon/api/{falconx_sandbox_api.rb → falconx_sandbox.rb} +62 -62
- data/lib/crimson-falcon/api/{field_schema_api.rb → field_schema.rb} +7 -7
- data/lib/crimson-falcon/api/{filevantage_api.rb → filevantage.rb} +149 -149
- data/lib/crimson-falcon/api/{firewall_management_api.rb → firewall_management.rb} +138 -138
- data/lib/crimson-falcon/api/{firewall_policies_api.rb → firewall_policies.rb} +52 -52
- data/lib/crimson-falcon/api/{foundry_logscale_api.rb → foundry_logscale.rb} +65 -65
- data/lib/crimson-falcon/api/{handle_api.rb → handle.rb} +4 -4
- data/lib/crimson-falcon/api/{host_group_api.rb → host_group.rb} +46 -46
- data/lib/crimson-falcon/api/{host_migration_api.rb → host_migration.rb} +49 -49
- data/lib/crimson-falcon/api/{hosts_api.rb → hosts.rb} +50 -50
- data/lib/crimson-falcon/api/{humio_auth_proxy_api.rb → humio_auth_proxy.rb} +37 -37
- data/lib/crimson-falcon/api/{identity_entities_api.rb → identity_entities.rb} +12 -12
- data/lib/crimson-falcon/api/{identity_protection_api.rb → identity_protection.rb} +28 -28
- data/lib/crimson-falcon/api/{image_assessment_policies_api.rb → image_assessment_policies.rb} +44 -44
- data/lib/crimson-falcon/api/{incidents_api.rb → incidents.rb} +22 -22
- data/lib/crimson-falcon/api/{installation_tokens_api.rb → installation_tokens.rb} +29 -29
- data/lib/crimson-falcon/api/{installation_tokens_settings_api.rb → installation_tokens_settings.rb} +5 -5
- data/lib/crimson-falcon/api/{intel_api.rb → intel.rb} +85 -85
- data/lib/crimson-falcon/api/intelligence_indicator_graph.rb +118 -0
- data/lib/crimson-falcon/api/{ioa_exclusions_api.rb → ioa_exclusions.rb} +20 -20
- data/lib/crimson-falcon/api/{ioc_api.rb → ioc.rb} +61 -61
- data/lib/crimson-falcon/api/{iocs_api.rb → iocs.rb} +21 -21
- data/lib/crimson-falcon/api/{kubernetes_protection_api.rb → kubernetes_protection.rb} +370 -370
- data/lib/crimson-falcon/api/lookup_files.rb +239 -0
- data/lib/crimson-falcon/api/{malquery_api.rb → malquery.rb} +36 -36
- data/lib/crimson-falcon/api/{message_center_api.rb → message_center.rb} +42 -42
- data/lib/crimson-falcon/api/{ml_exclusions_api.rb → ml_exclusions.rb} +20 -20
- data/lib/crimson-falcon/api/{mobile_enrollment_api.rb → mobile_enrollment.rb} +9 -9
- data/lib/crimson-falcon/api/{mssp_api.rb → mssp.rb} +117 -117
- data/lib/crimson-falcon/api/{oauth2_api.rb → oauth2.rb} +10 -10
- data/lib/crimson-falcon/api/{ods_api.rb → ods.rb} +61 -61
- data/lib/crimson-falcon/api/{overwatch_dashboard_api.rb → overwatch_dashboard.rb} +21 -21
- data/lib/crimson-falcon/api/{prevention_policies_api.rb → prevention_policies.rb} +50 -50
- data/lib/crimson-falcon/api/{quarantine_api.rb → quarantine.rb} +24 -24
- data/lib/crimson-falcon/api/{quick_scan_api.rb → quick_scan.rb} +16 -16
- data/lib/crimson-falcon/api/{quick_scan_pro_api.rb → quick_scan_pro.rb} +25 -25
- data/lib/crimson-falcon/api/{real_time_response_api.rb → real_time_response.rb} +98 -98
- data/lib/crimson-falcon/api/{real_time_response_admin_api.rb → real_time_response_admin.rb} +72 -72
- data/lib/crimson-falcon/api/{real_time_response_audit_api.rb → real_time_response_audit.rb} +4 -4
- data/lib/crimson-falcon/api/{recon_api.rb → recon.rb} +109 -109
- data/lib/crimson-falcon/api/release_notes.rb +287 -0
- data/lib/crimson-falcon/api/releases.rb +125 -0
- data/lib/crimson-falcon/api/{report_executions_api.rb → report_executions.rb} +16 -16
- data/lib/crimson-falcon/api/{response_policies_api.rb → response_policies.rb} +50 -50
- data/lib/crimson-falcon/api/{runtime_detections_api.rb → runtime_detections.rb} +13 -13
- data/lib/crimson-falcon/api/{sample_uploads_api.rb → sample_uploads.rb} +49 -49
- data/lib/crimson-falcon/api/{scheduled_reports_api.rb → scheduled_reports.rb} +12 -12
- data/lib/crimson-falcon/api/{sensor_download_api.rb → sensor_download.rb} +32 -32
- data/lib/crimson-falcon/api/{sensor_update_policies_api.rb → sensor_update_policies.rb} +88 -88
- data/lib/crimson-falcon/api/{sensor_usage_api_api.rb → sensor_usage.rb} +4 -4
- data/lib/crimson-falcon/api/{sensor_visibility_exclusions_api.rb → sensor_visibility_exclusions.rb} +20 -20
- data/lib/crimson-falcon/api/{spotlight_evaluation_logic_api.rb → spotlight_evaluation_logic.rb} +13 -13
- data/lib/crimson-falcon/api/{spotlight_vulnerabilities_api.rb → spotlight_vulnerabilities.rb} +27 -27
- data/lib/crimson-falcon/api/{threatgraph_api.rb → threatgraph.rb} +42 -42
- data/lib/crimson-falcon/api/{unidentified_containers_api.rb → unidentified_containers.rb} +23 -23
- data/lib/crimson-falcon/api/{user_management_api.rb → user_management.rb} +94 -94
- data/lib/crimson-falcon/api/vulnerabilities.rb +106 -0
- data/lib/crimson-falcon/api/{workflows_api.rb → workflows.rb} +76 -76
- data/lib/crimson-falcon/api/{zero_trust_assessment_api.rb → zero_trust_assessment.rb} +12 -12
- data/lib/crimson-falcon/models/api_create_rule_operation_v1.rb +257 -0
- data/lib/crimson-falcon/models/api_get_entities_rules_response_v1.rb +266 -0
- data/lib/crimson-falcon/models/api_patch_rule_operation_v1.rb +257 -0
- data/lib/crimson-falcon/models/api_patch_rule_search_v1.rb +261 -0
- data/lib/crimson-falcon/models/api_rule_create_request_v1.rb +354 -0
- data/lib/crimson-falcon/models/api_rule_operation_v1.rb +266 -0
- data/lib/crimson-falcon/models/api_rule_patch_request_v1.rb +311 -0
- data/lib/crimson-falcon/models/api_rule_schedule_v1.rb +239 -0
- data/lib/crimson-falcon/models/api_rule_schedule_v1_patch.rb +239 -0
- data/lib/crimson-falcon/models/api_rule_search_v1.rb +276 -0
- data/lib/crimson-falcon/models/api_rule_v1.rb +132 -203
- data/lib/crimson-falcon/models/apidomain_saved_search_execute_request_v1.rb +1 -89
- data/lib/crimson-falcon/models/assets_get_resource_ids_response.rb +261 -0
- data/lib/crimson-falcon/models/assets_get_resources_response.rb +266 -0
- data/lib/crimson-falcon/models/base_set_content_update_policy_precedence_req_v1.rb +242 -0
- data/lib/crimson-falcon/models/content_update_create_policies_req_v1.rb +241 -0
- data/lib/crimson-falcon/models/content_update_create_policy_req_v1.rb +259 -0
- data/lib/crimson-falcon/models/content_update_ring_assignment_settings_v1.rb +253 -0
- data/lib/crimson-falcon/models/content_update_settings_v1.rb +241 -0
- data/lib/crimson-falcon/models/content_update_update_policies_req_v1.rb +241 -0
- data/lib/crimson-falcon/models/content_update_update_policy_req_v1.rb +269 -0
- data/lib/crimson-falcon/models/dataclassifications_label.rb +267 -0
- data/lib/crimson-falcon/models/dataclassifications_response.rb +284 -0
- data/lib/crimson-falcon/models/dataclassifications_tag.rb +283 -0
- data/lib/crimson-falcon/models/deployments_api_deployment_ring_view.rb +302 -0
- data/lib/crimson-falcon/models/deployments_api_deployment_view.rb +309 -0
- data/lib/crimson-falcon/models/deployments_api_deployment_view_wrapper.rb +271 -0
- data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_meta.rb +271 -0
- data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_paging.rb +262 -0
- data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_request_swagger.rb +261 -0
- data/lib/crimson-falcon/models/detectsapi_post_combined_alerts_v1_response_swagger.rb +272 -0
- data/lib/crimson-falcon/models/device_control_usb_class_exceptions_req_v1.rb +3 -3
- data/lib/crimson-falcon/models/device_control_usb_class_exceptions_response.rb +3 -3
- data/lib/crimson-falcon/models/devicecontent_content_category.rb +234 -0
- data/lib/crimson-falcon/models/devicecontent_state.rb +345 -0
- data/lib/crimson-falcon/models/devicecontentapi_entities_response_v1.rb +271 -0
- data/lib/crimson-falcon/models/devicecontentapi_query_response_v1.rb +271 -0
- data/lib/crimson-falcon/models/domain_aws_account_resource_metadata.rb +66 -1
- data/lib/crimson-falcon/models/domain_benchmark.rb +12 -1
- data/lib/crimson-falcon/models/domain_content_update_policy_resp_v1.rb +474 -0
- data/lib/crimson-falcon/models/domain_content_update_settings_v1.rb +241 -0
- data/lib/crimson-falcon/models/domain_discover_api_active_discovery_host.rb +21 -1
- data/lib/crimson-falcon/models/domain_discover_api_application_host.rb +13 -1
- data/lib/crimson-falcon/models/domain_discover_api_host.rb +33 -1
- data/lib/crimson-falcon/models/domain_discover_apiio_t_host.rb +33 -1
- data/lib/crimson-falcon/models/domain_kestrel_params.rb +239 -0
- data/lib/crimson-falcon/models/domain_lookup_file.rb +453 -0
- data/lib/crimson-falcon/models/domain_lookup_file_wrapper.rb +271 -0
- data/lib/crimson-falcon/models/domain_report_metadata.rb +10 -1
- data/lib/crimson-falcon/models/domain_ring_assignment_settings_v1.rb +267 -0
- data/lib/crimson-falcon/models/domain_scheduled_report_v1.rb +15 -1
- data/lib/crimson-falcon/models/domain_update_rule_request_v1.rb +18 -1
- data/lib/crimson-falcon/models/figapi_adversary.rb +235 -0
- data/lib/crimson-falcon/models/figapi_country.rb +245 -0
- data/lib/crimson-falcon/models/figapi_domain.rb +345 -0
- data/lib/crimson-falcon/models/figapi_email_address.rb +252 -0
- data/lib/crimson-falcon/models/figapi_file.rb +299 -0
- data/lib/crimson-falcon/models/figapi_indicator.rb +458 -0
- data/lib/crimson-falcon/models/figapi_ipv4.rb +269 -0
- data/lib/crimson-falcon/models/figapi_ipv6.rb +269 -0
- data/lib/crimson-falcon/models/figapi_mx_record.rb +284 -0
- data/lib/crimson-falcon/models/figapi_name_server.rb +254 -0
- data/lib/crimson-falcon/models/figapi_report.rb +235 -0
- data/lib/crimson-falcon/models/figapi_sector.rb +245 -0
- data/lib/crimson-falcon/models/figapi_threat.rb +235 -0
- data/lib/crimson-falcon/models/figapi_url.rb +247 -0
- data/lib/crimson-falcon/models/figapi_vulnerability.rb +374 -0
- data/lib/crimson-falcon/models/figapi_who_is.rb +261 -0
- data/lib/crimson-falcon/models/figapi_whois_record.rb +306 -0
- data/lib/crimson-falcon/models/figapi_x509_certificate.rb +297 -0
- data/lib/crimson-falcon/models/graph_condition.rb +2 -12
- data/lib/crimson-falcon/models/help.rb +239 -0
- data/lib/crimson-falcon/models/ingestion_cve_exploit_reference.rb +267 -0
- data/lib/crimson-falcon/models/ingestion_cve_exploit_source.rb +283 -0
- data/lib/crimson-falcon/models/ingestion_ex_prt_rating_factors.rb +281 -0
- data/lib/crimson-falcon/models/ingestion_reference.rb +255 -0
- data/lib/crimson-falcon/models/inventoryapi_surface_error.rb +260 -0
- data/lib/crimson-falcon/models/{client_fql_statement.rb → inventoryapi_user_external_asset.rb} +16 -28
- data/lib/crimson-falcon/models/inventoryapi_user_external_asset_create.rb +257 -0
- data/lib/crimson-falcon/models/inventoryapi_user_external_asset_create_request_v1.rb +242 -0
- data/lib/crimson-falcon/models/inventoryapi_user_external_asset_create_response_v1.rb +266 -0
- data/lib/crimson-falcon/models/inventoryapi_user_external_asset_result.rb +322 -0
- data/lib/crimson-falcon/models/inventoryapidomain_subsidiary.rb +245 -0
- data/lib/crimson-falcon/models/jsonschema_pivot.rb +19 -1
- data/lib/crimson-falcon/models/jsonschema_signals_extensions.rb +22 -4
- data/lib/crimson-falcon/models/jsonschema_ui_extensions.rb +34 -4
- data/lib/crimson-falcon/models/models_api_customer_and_image.rb +15 -1
- data/lib/crimson-falcon/models/models_api_image_combined_export.rb +26 -1
- data/lib/crimson-falcon/models/models_api_package_combined.rb +15 -1
- data/lib/crimson-falcon/models/models_api_package_combined_v2.rb +381 -0
- data/lib/crimson-falcon/models/models_api_vulnerability_combined.rb +15 -1
- data/lib/crimson-falcon/models/models_application_library.rb +13 -4
- data/lib/crimson-falcon/models/models_container.rb +15 -1
- data/lib/crimson-falcon/models/models_ext_api_image_combined.rb +15 -1
- data/lib/crimson-falcon/models/models_message.rb +239 -0
- data/lib/crimson-falcon/models/models_partial_fingerprints.rb +239 -0
- data/lib/crimson-falcon/models/models_result.rb +339 -0
- data/lib/crimson-falcon/models/models_result_location.rb +253 -0
- data/lib/crimson-falcon/models/models_result_location_properties.rb +253 -0
- data/lib/crimson-falcon/models/models_result_physical_location.rb +253 -0
- data/lib/crimson-falcon/models/models_result_physical_location_artifact_location.rb +239 -0
- data/lib/crimson-falcon/models/models_result_physical_location_region.rb +239 -0
- data/lib/crimson-falcon/models/models_result_properties.rb +365 -0
- data/lib/crimson-falcon/models/models_rule.rb +337 -0
- data/lib/crimson-falcon/models/models_rule_default_configuration.rb +239 -0
- data/lib/crimson-falcon/models/models_rule_properties.rb +669 -0
- data/lib/crimson-falcon/models/models_run.rb +255 -0
- data/lib/crimson-falcon/models/models_run_tool.rb +239 -0
- data/lib/crimson-falcon/models/models_run_tool_driver.rb +283 -0
- data/lib/crimson-falcon/models/models_vulnerability_sarif.rb +269 -0
- data/lib/crimson-falcon/models/packages_api_combined_package_v2.rb +266 -0
- data/lib/crimson-falcon/models/policyframework_benchmark.rb +253 -0
- data/lib/crimson-falcon/models/policyframework_control.rb +290 -0
- data/lib/crimson-falcon/models/quickscanpro_query_scan_results_response.rb +10 -1
- data/lib/crimson-falcon/models/registration_aws_account_ext_v2.rb +19 -1
- data/lib/crimson-falcon/models/registration_aws_account_patch.rb +19 -1
- data/lib/crimson-falcon/models/registration_aws_account_response_v2.rb +0 -5
- data/lib/crimson-falcon/models/registration_azure_download_certificate_response_v1.rb +0 -5
- data/lib/crimson-falcon/models/registration_iom_event_v2.rb +12 -1
- data/lib/crimson-falcon/models/releasecontents_release_content.rb +327 -0
- data/lib/crimson-falcon/models/releasecontents_release_content_version.rb +267 -0
- data/lib/crimson-falcon/models/releasenotes_entities_get_request.rb +241 -0
- data/lib/crimson-falcon/models/releasenotes_entities_get_response_wrapper.rb +269 -0
- data/lib/crimson-falcon/models/releasenotes_note_detail.rb +270 -0
- data/lib/crimson-falcon/models/releasenotes_release_note_v1.rb +303 -0
- data/lib/crimson-falcon/models/releasenotes_release_note_wrapper_v1.rb +271 -0
- data/lib/crimson-falcon/models/releases_release.rb +328 -0
- data/lib/crimson-falcon/models/releases_release_wrapper.rb +271 -0
- data/lib/crimson-falcon/models/resources_app.rb +243 -0
- data/lib/crimson-falcon/models/resources_asset_graph.rb +243 -0
- data/lib/crimson-falcon/models/resources_cloud_context.rb +378 -0
- data/lib/crimson-falcon/models/resources_cloud_resource.rb +604 -0
- data/lib/crimson-falcon/models/resources_compliance.rb +307 -0
- data/lib/crimson-falcon/models/resources_detections.rb +291 -0
- data/lib/crimson-falcon/models/resources_host.rb +390 -0
- data/lib/crimson-falcon/models/resources_relationship.rb +261 -0
- data/lib/crimson-falcon/models/resources_vulnerability.rb +262 -0
- data/lib/crimson-falcon/models/rest_azure_download_script_request_data.rb +239 -0
- data/lib/crimson-falcon/models/rest_azure_download_script_request_v1.rb +241 -0
- data/lib/crimson-falcon/models/rest_azure_provision_get_account_script_response_v1.rb +266 -0
- data/lib/crimson-falcon/models/rest_azure_script.rb +276 -0
- data/lib/crimson-falcon/models/rest_cursor_and_limit_meta_info.rb +289 -0
- data/lib/crimson-falcon/models/rest_cursor_meta_info.rb +280 -0
- data/lib/crimson-falcon/models/rest_cursor_response_fields.rb +250 -0
- data/lib/crimson-falcon/models/rest_paging.rb +262 -0
- data/lib/crimson-falcon/models/restapi_indicator_response.rb +271 -0
- data/lib/crimson-falcon/models/restapi_indicators_query_request.rb +255 -0
- data/lib/crimson-falcon/models/restapi_indicators_query_sort_request.rb +267 -0
- data/lib/crimson-falcon/models/sadomain_typosquatting_base_domain.rb +19 -1
- data/lib/crimson-falcon/models/sadomain_typosquatting_subdomain.rb +1 -15
- data/lib/crimson-falcon/models/string_wrapper.rb +266 -0
- data/lib/crimson-falcon/models/types_get_executor_nodes_metadata_response.rb +278 -0
- data/lib/crimson-falcon/models/types_get_integration_tasks_metadata_response.rb +267 -0
- data/lib/crimson-falcon/models/v2_for_loop.rb +10 -1
- data/lib/crimson-falcon/models/vulnerabilities_vulnerability_entity_sarif_response.rb +266 -0
- data/lib/crimson-falcon/version.rb +2 -2
- data/lib/crimson-falcon.rb +223 -90
- data/spec/api/{alerts_api_spec.rb → alerts_spec.rb} +21 -10
- data/spec/api/{api_integrations_api_spec.rb → api_integrations_spec.rb} +8 -8
- data/spec/api/{aspm_api_spec.rb → aspm_spec.rb} +51 -8
- data/spec/api/{certificate_based_exclusions_api_spec.rb → certificate_based_exclusions_spec.rb} +8 -8
- data/spec/api/{default_api_spec.rb → cloud_aws_registration_spec.rb} +8 -8
- data/spec/api/cloud_azure_registration_spec.rb +63 -0
- data/spec/api/{cloud_connect_aws_api_spec.rb → cloud_connect_aws_spec.rb} +8 -8
- data/spec/api/cloud_security_assets_spec.rb +78 -0
- data/spec/api/{cloud_snapshots_api_spec.rb → cloud_snapshots_spec.rb} +8 -8
- data/spec/api/{compliance_assessments_api_spec.rb → compliance_assessments_spec.rb} +8 -8
- data/spec/api/{configuration_assessment_evaluation_logic_api_spec.rb → configuration_assessment_evaluation_logic_spec.rb} +8 -8
- data/spec/api/{configuration_assessment_api_spec.rb → configuration_assessment_spec.rb} +8 -8
- data/spec/api/{container_alerts_api_spec.rb → container_alerts_spec.rb} +12 -12
- data/spec/api/{container_detections_api_spec.rb → container_detections_spec.rb} +18 -18
- data/spec/api/{container_images_api_spec.rb → container_images_spec.rb} +38 -38
- data/spec/api/{container_packages_api_spec.rb → container_packages_spec.rb} +36 -21
- data/spec/api/{container_vulnerabilities_api_spec.rb → container_vulnerabilities_spec.rb} +28 -28
- data/spec/api/content_update_policies_spec.rb +177 -0
- data/spec/api/correlation_rules_spec.rb +137 -0
- data/spec/api/{cspg_iacapi_api_spec.rb → cspg_iac_spec.rb} +8 -8
- data/spec/api/{cspm_registration_api_spec.rb → cspm_registration_spec.rb} +94 -84
- data/spec/api/{custom_ioa_api_spec.rb → custom_ioa_spec.rb} +12 -12
- data/spec/api/{custom_storage_api_spec.rb → custom_storage_spec.rb} +8 -8
- data/spec/api/{d4c_registration_api_spec.rb → d4c_registration_spec.rb} +9 -22
- data/spec/api/{datascanner_api_spec.rb → datascanner_spec.rb} +8 -8
- data/spec/api/{delivery_settings_api_spec.rb → delivery_settings_spec.rb} +8 -8
- data/spec/api/deployments_spec.rb +65 -0
- data/spec/api/{detects_api_spec.rb → detects_spec.rb} +8 -8
- data/spec/api/device_content_spec.rb +77 -0
- data/spec/api/{device_control_policies_api_spec.rb → device_control_policies_spec.rb} +8 -8
- data/spec/api/{discover_iot_api_spec.rb → discover_iot_spec.rb} +8 -8
- data/spec/api/{discover_api_spec.rb → discover_spec.rb} +19 -8
- data/spec/api/{downloads_api_api_spec.rb → downloads_spec.rb} +8 -20
- data/spec/api/{drift_indicators_api_spec.rb → drift_indicators_spec.rb} +16 -16
- data/spec/api/{event_schema_api_spec.rb → event_schema_spec.rb} +8 -8
- data/spec/api/{event_streams_api_spec.rb → event_streams_spec.rb} +8 -8
- data/spec/api/{exposure_management_api_spec.rb → exposure_management_spec.rb} +10 -8
- data/spec/api/{falcon_complete_dashboard_api_spec.rb → falcon_complete_dashboard_spec.rb} +8 -8
- data/spec/api/{falcon_container_cli_api_spec.rb → falcon_container_cli_spec.rb} +8 -8
- data/spec/api/{falcon_container_image_api_spec.rb → falcon_container_image_spec.rb} +13 -13
- data/spec/api/{falcon_container_api_spec.rb → falcon_container_spec.rb} +8 -8
- data/spec/api/{falconx_sandbox_api_spec.rb → falconx_sandbox_spec.rb} +8 -8
- data/spec/api/{field_schema_api_spec.rb → field_schema_spec.rb} +8 -8
- data/spec/api/{filevantage_api_spec.rb → filevantage_spec.rb} +14 -14
- data/spec/api/{firewall_management_api_spec.rb → firewall_management_spec.rb} +16 -16
- data/spec/api/{firewall_policies_api_spec.rb → firewall_policies_spec.rb} +8 -8
- data/spec/api/{foundry_logscale_api_spec.rb → foundry_logscale_spec.rb} +8 -8
- data/spec/api/{handle_api_spec.rb → handle_spec.rb} +8 -8
- data/spec/api/{host_group_api_spec.rb → host_group_spec.rb} +8 -8
- data/spec/api/{host_migration_api_spec.rb → host_migration_spec.rb} +10 -10
- data/spec/api/{hosts_api_spec.rb → hosts_spec.rb} +8 -8
- data/spec/api/{humio_auth_proxy_api_spec.rb → humio_auth_proxy_spec.rb} +8 -8
- data/spec/api/{identity_entities_api_spec.rb → identity_entities_spec.rb} +8 -8
- data/spec/api/{identity_protection_api_spec.rb → identity_protection_spec.rb} +8 -8
- data/spec/api/{image_assessment_policies_api_spec.rb → image_assessment_policies_spec.rb} +8 -8
- data/spec/api/{incidents_api_spec.rb → incidents_spec.rb} +8 -8
- data/spec/api/{installation_tokens_settings_api_spec.rb → installation_tokens_settings_spec.rb} +8 -8
- data/spec/api/{installation_tokens_api_spec.rb → installation_tokens_spec.rb} +8 -8
- data/spec/api/{intel_api_spec.rb → intel_spec.rb} +8 -8
- data/spec/api/intelligence_indicator_graph_spec.rb +66 -0
- data/spec/api/{ioa_exclusions_api_spec.rb → ioa_exclusions_spec.rb} +8 -8
- data/spec/api/{ioc_api_spec.rb → ioc_spec.rb} +8 -8
- data/spec/api/{iocs_api_spec.rb → iocs_spec.rb} +8 -8
- data/spec/api/{kubernetes_protection_api_spec.rb → kubernetes_protection_spec.rb} +66 -66
- data/spec/api/lookup_files_spec.rb +80 -0
- data/spec/api/{malquery_api_spec.rb → malquery_spec.rb} +8 -8
- data/spec/api/{message_center_api_spec.rb → message_center_spec.rb} +8 -8
- data/spec/api/{ml_exclusions_api_spec.rb → ml_exclusions_spec.rb} +8 -8
- data/spec/api/{mobile_enrollment_api_spec.rb → mobile_enrollment_spec.rb} +8 -8
- data/spec/api/{mssp_api_spec.rb → mssp_spec.rb} +8 -8
- data/spec/api/{oauth2_api_spec.rb → oauth2_spec.rb} +8 -8
- data/spec/api/{ods_api_spec.rb → ods_spec.rb} +8 -8
- data/spec/api/{overwatch_dashboard_api_spec.rb → overwatch_dashboard_spec.rb} +8 -8
- data/spec/api/{prevention_policies_api_spec.rb → prevention_policies_spec.rb} +8 -8
- data/spec/api/{quarantine_api_spec.rb → quarantine_spec.rb} +8 -8
- data/spec/api/{quick_scan_pro_api_spec.rb → quick_scan_pro_spec.rb} +8 -8
- data/spec/api/{quick_scan_api_spec.rb → quick_scan_spec.rb} +8 -8
- data/spec/api/{real_time_response_admin_api_spec.rb → real_time_response_admin_spec.rb} +8 -8
- data/spec/api/{real_time_response_audit_api_spec.rb → real_time_response_audit_spec.rb} +8 -8
- data/spec/api/{real_time_response_api_spec.rb → real_time_response_spec.rb} +8 -8
- data/spec/api/{recon_api_spec.rb → recon_spec.rb} +8 -8
- data/spec/api/release_notes_spec.rb +97 -0
- data/spec/api/releases_spec.rb +68 -0
- data/spec/api/{report_executions_api_spec.rb → report_executions_spec.rb} +8 -8
- data/spec/api/{response_policies_api_spec.rb → response_policies_spec.rb} +8 -8
- data/spec/api/{runtime_detections_api_spec.rb → runtime_detections_spec.rb} +11 -11
- data/spec/api/{sample_uploads_api_spec.rb → sample_uploads_spec.rb} +8 -8
- data/spec/api/{scheduled_reports_api_spec.rb → scheduled_reports_spec.rb} +8 -8
- data/spec/api/{sensor_download_api_spec.rb → sensor_download_spec.rb} +8 -8
- data/spec/api/{sensor_update_policies_api_spec.rb → sensor_update_policies_spec.rb} +8 -8
- data/spec/api/{sensor_usage_api_api_spec.rb → sensor_usage_spec.rb} +8 -8
- data/spec/api/{sensor_visibility_exclusions_api_spec.rb → sensor_visibility_exclusions_spec.rb} +8 -8
- data/spec/api/{spotlight_evaluation_logic_api_spec.rb → spotlight_evaluation_logic_spec.rb} +8 -8
- data/spec/api/{spotlight_vulnerabilities_api_spec.rb → spotlight_vulnerabilities_spec.rb} +12 -12
- data/spec/api/{threatgraph_api_spec.rb → threatgraph_spec.rb} +8 -8
- data/spec/api/{unidentified_containers_api_spec.rb → unidentified_containers_spec.rb} +13 -13
- data/spec/api/{user_management_api_spec.rb → user_management_spec.rb} +8 -8
- data/spec/api/vulnerabilities_spec.rb +66 -0
- data/spec/api/{workflows_api_spec.rb → workflows_spec.rb} +8 -8
- data/spec/api/{zero_trust_assessment_api_spec.rb → zero_trust_assessment_spec.rb} +8 -8
- data/spec/models/api_create_rule_operation_v1_spec.rb +63 -0
- data/spec/models/api_get_entities_rules_response_v1_spec.rb +63 -0
- data/spec/models/api_patch_rule_operation_v1_spec.rb +63 -0
- data/spec/models/api_patch_rule_search_v1_spec.rb +69 -0
- data/spec/models/api_rule_create_request_v1_spec.rb +111 -0
- data/spec/models/api_rule_operation_v1_spec.rb +69 -0
- data/spec/models/api_rule_patch_request_v1_spec.rb +99 -0
- data/spec/models/api_rule_schedule_v1_patch_spec.rb +51 -0
- data/spec/models/api_rule_schedule_v1_spec.rb +51 -0
- data/spec/models/api_rule_search_v1_spec.rb +69 -0
- data/spec/models/api_rule_v1_spec.rb +16 -34
- data/spec/models/apidomain_saved_search_execute_request_v1_spec.rb +0 -36
- data/spec/models/assets_get_resource_ids_response_spec.rb +63 -0
- data/spec/models/assets_get_resources_response_spec.rb +63 -0
- data/spec/models/base_set_content_update_policy_precedence_req_v1_spec.rb +51 -0
- data/spec/models/content_update_create_policies_req_v1_spec.rb +51 -0
- data/spec/models/content_update_create_policy_req_v1_spec.rb +63 -0
- data/spec/models/content_update_ring_assignment_settings_v1_spec.rb +57 -0
- data/spec/models/content_update_settings_v1_spec.rb +51 -0
- data/spec/models/content_update_update_policies_req_v1_spec.rb +51 -0
- data/spec/models/content_update_update_policy_req_v1_spec.rb +69 -0
- data/spec/models/dataclassifications_label_spec.rb +63 -0
- data/spec/models/dataclassifications_response_spec.rb +75 -0
- data/spec/models/dataclassifications_tag_spec.rb +69 -0
- data/spec/models/deployments_api_deployment_ring_view_spec.rb +87 -0
- data/spec/models/deployments_api_deployment_view_spec.rb +93 -0
- data/spec/models/deployments_api_deployment_view_wrapper_spec.rb +63 -0
- data/spec/models/detectsapi_post_combined_alerts_v1_meta_spec.rb +69 -0
- data/spec/models/detectsapi_post_combined_alerts_v1_paging_spec.rb +63 -0
- data/spec/models/detectsapi_post_combined_alerts_v1_request_swagger_spec.rb +69 -0
- data/spec/models/detectsapi_post_combined_alerts_v1_response_swagger_spec.rb +63 -0
- data/spec/models/device_control_usb_class_exceptions_req_v1_spec.rb +1 -1
- data/spec/models/device_control_usb_class_exceptions_response_spec.rb +1 -1
- data/spec/models/devicecontent_content_category_spec.rb +51 -0
- data/spec/models/devicecontent_state_spec.rb +117 -0
- data/spec/models/devicecontentapi_entities_response_v1_spec.rb +63 -0
- data/spec/models/devicecontentapi_query_response_v1_spec.rb +63 -0
- data/spec/models/domain_aws_account_resource_metadata_spec.rb +30 -0
- data/spec/models/domain_benchmark_spec.rb +6 -0
- data/spec/models/domain_content_update_policy_resp_v1_spec.rb +153 -0
- data/spec/models/domain_content_update_settings_v1_spec.rb +51 -0
- data/spec/models/domain_discover_api_active_discovery_host_spec.rb +12 -0
- data/spec/models/domain_discover_api_application_host_spec.rb +6 -0
- data/spec/models/domain_discover_api_host_spec.rb +18 -0
- data/spec/models/domain_discover_apiio_t_host_spec.rb +18 -0
- data/spec/models/domain_kestrel_params_spec.rb +51 -0
- data/spec/models/domain_lookup_file_spec.rb +147 -0
- data/spec/models/domain_lookup_file_wrapper_spec.rb +63 -0
- data/spec/models/domain_report_metadata_spec.rb +6 -0
- data/spec/models/domain_ring_assignment_settings_v1_spec.rb +63 -0
- data/spec/models/domain_scheduled_report_v1_spec.rb +6 -0
- data/spec/models/domain_update_rule_request_v1_spec.rb +6 -0
- data/spec/models/figapi_adversary_spec.rb +51 -0
- data/spec/models/figapi_country_spec.rb +57 -0
- data/spec/models/figapi_domain_spec.rb +117 -0
- data/spec/models/figapi_email_address_spec.rb +63 -0
- data/spec/models/figapi_file_spec.rb +87 -0
- data/spec/models/figapi_indicator_spec.rb +183 -0
- data/spec/models/figapi_ipv4_spec.rb +69 -0
- data/spec/models/figapi_ipv6_spec.rb +69 -0
- data/spec/models/figapi_mx_record_spec.rb +75 -0
- data/spec/models/figapi_name_server_spec.rb +63 -0
- data/spec/models/figapi_report_spec.rb +51 -0
- data/spec/models/figapi_sector_spec.rb +57 -0
- data/spec/models/figapi_threat_spec.rb +51 -0
- data/spec/models/figapi_url_spec.rb +57 -0
- data/spec/models/figapi_vulnerability_spec.rb +141 -0
- data/spec/models/figapi_who_is_spec.rb +69 -0
- data/spec/models/figapi_whois_record_spec.rb +99 -0
- data/spec/models/figapi_x509_certificate_spec.rb +93 -0
- data/spec/models/graph_condition_spec.rb +0 -6
- data/spec/models/help_spec.rb +51 -0
- data/spec/models/ingestion_cve_exploit_reference_spec.rb +63 -0
- data/spec/models/ingestion_cve_exploit_source_spec.rb +69 -0
- data/spec/models/ingestion_ex_prt_rating_factors_spec.rb +69 -0
- data/spec/models/ingestion_reference_spec.rb +57 -0
- data/spec/models/inventoryapi_surface_error_spec.rb +63 -0
- data/spec/models/inventoryapi_user_external_asset_create_request_v1_spec.rb +51 -0
- data/spec/models/inventoryapi_user_external_asset_create_response_v1_spec.rb +63 -0
- data/spec/models/inventoryapi_user_external_asset_create_spec.rb +57 -0
- data/spec/models/inventoryapi_user_external_asset_result_spec.rb +93 -0
- data/spec/models/inventoryapi_user_external_asset_spec.rb +57 -0
- data/spec/models/inventoryapidomain_subsidiary_spec.rb +57 -0
- data/spec/models/jsonschema_pivot_spec.rb +12 -0
- data/spec/models/jsonschema_signals_extensions_spec.rb +12 -0
- data/spec/models/jsonschema_ui_extensions_spec.rb +18 -0
- data/spec/models/models_api_customer_and_image_spec.rb +6 -0
- data/spec/models/models_api_image_combined_export_spec.rb +12 -0
- data/spec/models/models_api_package_combined_spec.rb +6 -0
- data/spec/models/models_api_package_combined_v2_spec.rb +111 -0
- data/spec/models/models_api_vulnerability_combined_spec.rb +6 -0
- data/spec/models/models_application_library_spec.rb +6 -0
- data/spec/models/models_container_spec.rb +6 -0
- data/spec/models/models_ext_api_image_combined_spec.rb +6 -0
- data/spec/models/models_message_spec.rb +51 -0
- data/spec/models/models_partial_fingerprints_spec.rb +51 -0
- data/spec/models/models_result_location_properties_spec.rb +57 -0
- data/spec/models/models_result_location_spec.rb +57 -0
- data/spec/models/models_result_physical_location_artifact_location_spec.rb +51 -0
- data/spec/models/models_result_physical_location_region_spec.rb +51 -0
- data/spec/models/models_result_physical_location_spec.rb +57 -0
- data/spec/models/models_result_properties_spec.rb +105 -0
- data/spec/models/models_result_spec.rb +93 -0
- data/spec/models/models_rule_default_configuration_spec.rb +51 -0
- data/spec/models/models_rule_properties_spec.rb +231 -0
- data/spec/models/models_rule_spec.rb +93 -0
- data/spec/models/models_run_spec.rb +57 -0
- data/spec/models/models_run_tool_driver_spec.rb +69 -0
- data/spec/models/models_run_tool_spec.rb +51 -0
- data/spec/models/models_vulnerability_sarif_spec.rb +63 -0
- data/spec/models/packages_api_combined_package_v2_spec.rb +63 -0
- data/spec/models/policyframework_benchmark_spec.rb +57 -0
- data/spec/models/policyframework_control_spec.rb +87 -0
- data/spec/models/quickscanpro_query_scan_results_response_spec.rb +6 -0
- data/spec/models/registration_aws_account_ext_v2_spec.rb +12 -0
- data/spec/models/registration_aws_account_patch_spec.rb +12 -0
- data/spec/models/registration_iom_event_v2_spec.rb +6 -0
- data/spec/models/releasecontents_release_content_spec.rb +93 -0
- data/spec/models/releasecontents_release_content_version_spec.rb +63 -0
- data/spec/models/releasenotes_entities_get_request_spec.rb +51 -0
- data/spec/models/releasenotes_entities_get_response_wrapper_spec.rb +63 -0
- data/spec/models/releasenotes_note_detail_spec.rb +69 -0
- data/spec/models/releasenotes_release_note_v1_spec.rb +81 -0
- data/spec/models/releasenotes_release_note_wrapper_v1_spec.rb +63 -0
- data/spec/models/releases_release_spec.rb +99 -0
- data/spec/models/releases_release_wrapper_spec.rb +63 -0
- data/spec/models/resources_app_spec.rb +57 -0
- data/spec/models/resources_asset_graph_spec.rb +57 -0
- data/spec/models/resources_cloud_context_spec.rb +147 -0
- data/spec/models/resources_cloud_resource_spec.rb +291 -0
- data/spec/models/resources_compliance_spec.rb +87 -0
- data/spec/models/resources_detections_spec.rb +81 -0
- data/spec/models/resources_host_spec.rb +147 -0
- data/spec/models/resources_relationship_spec.rb +69 -0
- data/spec/models/resources_vulnerability_spec.rb +63 -0
- data/spec/models/rest_azure_download_script_request_data_spec.rb +51 -0
- data/spec/models/rest_azure_download_script_request_v1_spec.rb +51 -0
- data/spec/models/rest_azure_provision_get_account_script_response_v1_spec.rb +63 -0
- data/spec/models/rest_azure_script_spec.rb +69 -0
- data/spec/models/rest_cursor_and_limit_meta_info_spec.rb +81 -0
- data/spec/models/rest_cursor_meta_info_spec.rb +75 -0
- data/spec/models/rest_cursor_response_fields_spec.rb +57 -0
- data/spec/models/{client_fql_statement_spec.rb → rest_paging_spec.rb} +9 -9
- data/spec/models/restapi_indicator_response_spec.rb +63 -0
- data/spec/models/restapi_indicators_query_request_spec.rb +57 -0
- data/spec/models/restapi_indicators_query_sort_request_spec.rb +63 -0
- data/spec/models/sadomain_typosquatting_base_domain_spec.rb +12 -0
- data/spec/models/sadomain_typosquatting_subdomain_spec.rb +0 -6
- data/spec/models/string_wrapper_spec.rb +63 -0
- data/spec/models/types_get_executor_nodes_metadata_response_spec.rb +75 -0
- data/spec/models/types_get_integration_tasks_metadata_response_spec.rb +69 -0
- data/spec/models/v2_for_loop_spec.rb +6 -0
- data/spec/models/vulnerabilities_vulnerability_entity_sarif_response_spec.rb +63 -0
- data/spec/spec_helper.rb +8 -0
- metadata +2129 -1732
@@ -30,7 +30,7 @@ SOFTWARE.
|
|
30
30
|
require 'cgi'
|
31
31
|
|
32
32
|
module Falcon
|
33
|
-
class
|
33
|
+
class Mssp
|
34
34
|
attr_accessor :api_client
|
35
35
|
|
36
36
|
def initialize(api_client = ApiClient.default)
|
@@ -51,11 +51,11 @@ module Falcon
|
|
51
51
|
# @return [Array<(DomainCIDGroupMembersResponseV1, Integer, Hash)>] DomainCIDGroupMembersResponseV1 data, response status code and response headers
|
52
52
|
def add_cid_group_members_with_http_info(body, opts = {})
|
53
53
|
if @api_client.config.debugging
|
54
|
-
@api_client.config.logger.debug 'Calling API:
|
54
|
+
@api_client.config.logger.debug 'Calling API: Mssp.add_cid_group_members ...'
|
55
55
|
end
|
56
56
|
# verify the required parameter 'body' is set
|
57
57
|
if @api_client.config.client_side_validation && body.nil?
|
58
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
58
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Mssp.add_cid_group_members"
|
59
59
|
end
|
60
60
|
# resource path
|
61
61
|
local_var_path = '/mssp/entities/cid-group-members/v1'
|
@@ -86,7 +86,7 @@ module Falcon
|
|
86
86
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
87
87
|
|
88
88
|
new_options = opts.merge(
|
89
|
-
:operation => :"
|
89
|
+
:operation => :"Mssp.add_cid_group_members",
|
90
90
|
:header_params => header_params,
|
91
91
|
:query_params => query_params,
|
92
92
|
:form_params => form_params,
|
@@ -97,7 +97,7 @@ module Falcon
|
|
97
97
|
|
98
98
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
99
99
|
if @api_client.config.debugging
|
100
|
-
@api_client.config.logger.debug "API called:
|
100
|
+
@api_client.config.logger.debug "API called: Mssp#add_cid_group_members\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
101
101
|
end
|
102
102
|
return data, status_code, headers
|
103
103
|
end
|
@@ -117,11 +117,11 @@ module Falcon
|
|
117
117
|
# @return [Array<(DomainMSSPRoleResponseV1, Integer, Hash)>] DomainMSSPRoleResponseV1 data, response status code and response headers
|
118
118
|
def add_role_with_http_info(body, opts = {})
|
119
119
|
if @api_client.config.debugging
|
120
|
-
@api_client.config.logger.debug 'Calling API:
|
120
|
+
@api_client.config.logger.debug 'Calling API: Mssp.add_role ...'
|
121
121
|
end
|
122
122
|
# verify the required parameter 'body' is set
|
123
123
|
if @api_client.config.client_side_validation && body.nil?
|
124
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
124
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Mssp.add_role"
|
125
125
|
end
|
126
126
|
# resource path
|
127
127
|
local_var_path = '/mssp/entities/mssp-roles/v1'
|
@@ -152,7 +152,7 @@ module Falcon
|
|
152
152
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
153
153
|
|
154
154
|
new_options = opts.merge(
|
155
|
-
:operation => :"
|
155
|
+
:operation => :"Mssp.add_role",
|
156
156
|
:header_params => header_params,
|
157
157
|
:query_params => query_params,
|
158
158
|
:form_params => form_params,
|
@@ -163,7 +163,7 @@ module Falcon
|
|
163
163
|
|
164
164
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
165
165
|
if @api_client.config.debugging
|
166
|
-
@api_client.config.logger.debug "API called:
|
166
|
+
@api_client.config.logger.debug "API called: Mssp#add_role\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
167
167
|
end
|
168
168
|
return data, status_code, headers
|
169
169
|
end
|
@@ -183,11 +183,11 @@ module Falcon
|
|
183
183
|
# @return [Array<(DomainUserGroupMembersResponseV1, Integer, Hash)>] DomainUserGroupMembersResponseV1 data, response status code and response headers
|
184
184
|
def add_user_group_members_with_http_info(body, opts = {})
|
185
185
|
if @api_client.config.debugging
|
186
|
-
@api_client.config.logger.debug 'Calling API:
|
186
|
+
@api_client.config.logger.debug 'Calling API: Mssp.add_user_group_members ...'
|
187
187
|
end
|
188
188
|
# verify the required parameter 'body' is set
|
189
189
|
if @api_client.config.client_side_validation && body.nil?
|
190
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
190
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Mssp.add_user_group_members"
|
191
191
|
end
|
192
192
|
# resource path
|
193
193
|
local_var_path = '/mssp/entities/user-group-members/v1'
|
@@ -218,7 +218,7 @@ module Falcon
|
|
218
218
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
219
219
|
|
220
220
|
new_options = opts.merge(
|
221
|
-
:operation => :"
|
221
|
+
:operation => :"Mssp.add_user_group_members",
|
222
222
|
:header_params => header_params,
|
223
223
|
:query_params => query_params,
|
224
224
|
:form_params => form_params,
|
@@ -229,7 +229,7 @@ module Falcon
|
|
229
229
|
|
230
230
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
231
231
|
if @api_client.config.debugging
|
232
|
-
@api_client.config.logger.debug "API called:
|
232
|
+
@api_client.config.logger.debug "API called: Mssp#add_user_group_members\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
233
233
|
end
|
234
234
|
return data, status_code, headers
|
235
235
|
end
|
@@ -249,11 +249,11 @@ module Falcon
|
|
249
249
|
# @return [Array<(DomainCIDGroupsResponseV1, Integer, Hash)>] DomainCIDGroupsResponseV1 data, response status code and response headers
|
250
250
|
def create_cid_groups_with_http_info(body, opts = {})
|
251
251
|
if @api_client.config.debugging
|
252
|
-
@api_client.config.logger.debug 'Calling API:
|
252
|
+
@api_client.config.logger.debug 'Calling API: Mssp.create_cid_groups ...'
|
253
253
|
end
|
254
254
|
# verify the required parameter 'body' is set
|
255
255
|
if @api_client.config.client_side_validation && body.nil?
|
256
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
256
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Mssp.create_cid_groups"
|
257
257
|
end
|
258
258
|
# resource path
|
259
259
|
local_var_path = '/mssp/entities/cid-groups/v1'
|
@@ -284,7 +284,7 @@ module Falcon
|
|
284
284
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
285
285
|
|
286
286
|
new_options = opts.merge(
|
287
|
-
:operation => :"
|
287
|
+
:operation => :"Mssp.create_cid_groups",
|
288
288
|
:header_params => header_params,
|
289
289
|
:query_params => query_params,
|
290
290
|
:form_params => form_params,
|
@@ -295,7 +295,7 @@ module Falcon
|
|
295
295
|
|
296
296
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
297
297
|
if @api_client.config.debugging
|
298
|
-
@api_client.config.logger.debug "API called:
|
298
|
+
@api_client.config.logger.debug "API called: Mssp#create_cid_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
299
299
|
end
|
300
300
|
return data, status_code, headers
|
301
301
|
end
|
@@ -315,11 +315,11 @@ module Falcon
|
|
315
315
|
# @return [Array<(DomainUserGroupsResponseV1, Integer, Hash)>] DomainUserGroupsResponseV1 data, response status code and response headers
|
316
316
|
def create_user_groups_with_http_info(body, opts = {})
|
317
317
|
if @api_client.config.debugging
|
318
|
-
@api_client.config.logger.debug 'Calling API:
|
318
|
+
@api_client.config.logger.debug 'Calling API: Mssp.create_user_groups ...'
|
319
319
|
end
|
320
320
|
# verify the required parameter 'body' is set
|
321
321
|
if @api_client.config.client_side_validation && body.nil?
|
322
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
322
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Mssp.create_user_groups"
|
323
323
|
end
|
324
324
|
# resource path
|
325
325
|
local_var_path = '/mssp/entities/user-groups/v1'
|
@@ -350,7 +350,7 @@ module Falcon
|
|
350
350
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
351
351
|
|
352
352
|
new_options = opts.merge(
|
353
|
-
:operation => :"
|
353
|
+
:operation => :"Mssp.create_user_groups",
|
354
354
|
:header_params => header_params,
|
355
355
|
:query_params => query_params,
|
356
356
|
:form_params => form_params,
|
@@ -361,7 +361,7 @@ module Falcon
|
|
361
361
|
|
362
362
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
363
363
|
if @api_client.config.debugging
|
364
|
-
@api_client.config.logger.debug "API called:
|
364
|
+
@api_client.config.logger.debug "API called: Mssp#create_user_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
365
365
|
end
|
366
366
|
return data, status_code, headers
|
367
367
|
end
|
@@ -381,11 +381,11 @@ module Falcon
|
|
381
381
|
# @return [Array<(DomainCIDGroupMembersResponseV1, Integer, Hash)>] DomainCIDGroupMembersResponseV1 data, response status code and response headers
|
382
382
|
def delete_cid_group_members_with_http_info(body, opts = {})
|
383
383
|
if @api_client.config.debugging
|
384
|
-
@api_client.config.logger.debug 'Calling API:
|
384
|
+
@api_client.config.logger.debug 'Calling API: Mssp.delete_cid_group_members ...'
|
385
385
|
end
|
386
386
|
# verify the required parameter 'body' is set
|
387
387
|
if @api_client.config.client_side_validation && body.nil?
|
388
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
388
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Mssp.delete_cid_group_members"
|
389
389
|
end
|
390
390
|
# resource path
|
391
391
|
local_var_path = '/mssp/entities/cid-group-members/v1'
|
@@ -416,7 +416,7 @@ module Falcon
|
|
416
416
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
417
417
|
|
418
418
|
new_options = opts.merge(
|
419
|
-
:operation => :"
|
419
|
+
:operation => :"Mssp.delete_cid_group_members",
|
420
420
|
:header_params => header_params,
|
421
421
|
:query_params => query_params,
|
422
422
|
:form_params => form_params,
|
@@ -427,7 +427,7 @@ module Falcon
|
|
427
427
|
|
428
428
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
429
429
|
if @api_client.config.debugging
|
430
|
-
@api_client.config.logger.debug "API called:
|
430
|
+
@api_client.config.logger.debug "API called: Mssp#delete_cid_group_members\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
431
431
|
end
|
432
432
|
return data, status_code, headers
|
433
433
|
end
|
@@ -447,11 +447,11 @@ module Falcon
|
|
447
447
|
# @return [Array<(DomainCIDGroupMembersResponseV1, Integer, Hash)>] DomainCIDGroupMembersResponseV1 data, response status code and response headers
|
448
448
|
def delete_cid_group_members_v2_with_http_info(body, opts = {})
|
449
449
|
if @api_client.config.debugging
|
450
|
-
@api_client.config.logger.debug 'Calling API:
|
450
|
+
@api_client.config.logger.debug 'Calling API: Mssp.delete_cid_group_members_v2 ...'
|
451
451
|
end
|
452
452
|
# verify the required parameter 'body' is set
|
453
453
|
if @api_client.config.client_side_validation && body.nil?
|
454
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
454
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Mssp.delete_cid_group_members_v2"
|
455
455
|
end
|
456
456
|
# resource path
|
457
457
|
local_var_path = '/mssp/entities/cid-group-members/v2'
|
@@ -482,7 +482,7 @@ module Falcon
|
|
482
482
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
483
483
|
|
484
484
|
new_options = opts.merge(
|
485
|
-
:operation => :"
|
485
|
+
:operation => :"Mssp.delete_cid_group_members_v2",
|
486
486
|
:header_params => header_params,
|
487
487
|
:query_params => query_params,
|
488
488
|
:form_params => form_params,
|
@@ -493,7 +493,7 @@ module Falcon
|
|
493
493
|
|
494
494
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
495
495
|
if @api_client.config.debugging
|
496
|
-
@api_client.config.logger.debug "API called:
|
496
|
+
@api_client.config.logger.debug "API called: Mssp#delete_cid_group_members_v2\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
497
497
|
end
|
498
498
|
return data, status_code, headers
|
499
499
|
end
|
@@ -513,11 +513,11 @@ module Falcon
|
|
513
513
|
# @return [Array<(MsaEntitiesResponse, Integer, Hash)>] MsaEntitiesResponse data, response status code and response headers
|
514
514
|
def delete_cid_groups_with_http_info(cid_group_ids, opts = {})
|
515
515
|
if @api_client.config.debugging
|
516
|
-
@api_client.config.logger.debug 'Calling API:
|
516
|
+
@api_client.config.logger.debug 'Calling API: Mssp.delete_cid_groups ...'
|
517
517
|
end
|
518
518
|
# verify the required parameter 'cid_group_ids' is set
|
519
519
|
if @api_client.config.client_side_validation && cid_group_ids.nil?
|
520
|
-
fail ArgumentError, "Missing the required parameter 'cid_group_ids' when calling
|
520
|
+
fail ArgumentError, "Missing the required parameter 'cid_group_ids' when calling Mssp.delete_cid_groups"
|
521
521
|
end
|
522
522
|
# resource path
|
523
523
|
local_var_path = '/mssp/entities/cid-groups/v1'
|
@@ -544,7 +544,7 @@ module Falcon
|
|
544
544
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
545
545
|
|
546
546
|
new_options = opts.merge(
|
547
|
-
:operation => :"
|
547
|
+
:operation => :"Mssp.delete_cid_groups",
|
548
548
|
:header_params => header_params,
|
549
549
|
:query_params => query_params,
|
550
550
|
:form_params => form_params,
|
@@ -555,7 +555,7 @@ module Falcon
|
|
555
555
|
|
556
556
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
557
557
|
if @api_client.config.debugging
|
558
|
-
@api_client.config.logger.debug "API called:
|
558
|
+
@api_client.config.logger.debug "API called: Mssp#delete_cid_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
559
559
|
end
|
560
560
|
return data, status_code, headers
|
561
561
|
end
|
@@ -575,11 +575,11 @@ module Falcon
|
|
575
575
|
# @return [Array<(DomainUserGroupMembersResponseV1, Integer, Hash)>] DomainUserGroupMembersResponseV1 data, response status code and response headers
|
576
576
|
def delete_user_group_members_with_http_info(body, opts = {})
|
577
577
|
if @api_client.config.debugging
|
578
|
-
@api_client.config.logger.debug 'Calling API:
|
578
|
+
@api_client.config.logger.debug 'Calling API: Mssp.delete_user_group_members ...'
|
579
579
|
end
|
580
580
|
# verify the required parameter 'body' is set
|
581
581
|
if @api_client.config.client_side_validation && body.nil?
|
582
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
582
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Mssp.delete_user_group_members"
|
583
583
|
end
|
584
584
|
# resource path
|
585
585
|
local_var_path = '/mssp/entities/user-group-members/v1'
|
@@ -610,7 +610,7 @@ module Falcon
|
|
610
610
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
611
611
|
|
612
612
|
new_options = opts.merge(
|
613
|
-
:operation => :"
|
613
|
+
:operation => :"Mssp.delete_user_group_members",
|
614
614
|
:header_params => header_params,
|
615
615
|
:query_params => query_params,
|
616
616
|
:form_params => form_params,
|
@@ -621,7 +621,7 @@ module Falcon
|
|
621
621
|
|
622
622
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
623
623
|
if @api_client.config.debugging
|
624
|
-
@api_client.config.logger.debug "API called:
|
624
|
+
@api_client.config.logger.debug "API called: Mssp#delete_user_group_members\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
625
625
|
end
|
626
626
|
return data, status_code, headers
|
627
627
|
end
|
@@ -641,11 +641,11 @@ module Falcon
|
|
641
641
|
# @return [Array<(MsaEntitiesResponse, Integer, Hash)>] MsaEntitiesResponse data, response status code and response headers
|
642
642
|
def delete_user_groups_with_http_info(user_group_ids, opts = {})
|
643
643
|
if @api_client.config.debugging
|
644
|
-
@api_client.config.logger.debug 'Calling API:
|
644
|
+
@api_client.config.logger.debug 'Calling API: Mssp.delete_user_groups ...'
|
645
645
|
end
|
646
646
|
# verify the required parameter 'user_group_ids' is set
|
647
647
|
if @api_client.config.client_side_validation && user_group_ids.nil?
|
648
|
-
fail ArgumentError, "Missing the required parameter 'user_group_ids' when calling
|
648
|
+
fail ArgumentError, "Missing the required parameter 'user_group_ids' when calling Mssp.delete_user_groups"
|
649
649
|
end
|
650
650
|
# resource path
|
651
651
|
local_var_path = '/mssp/entities/user-groups/v1'
|
@@ -672,7 +672,7 @@ module Falcon
|
|
672
672
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
673
673
|
|
674
674
|
new_options = opts.merge(
|
675
|
-
:operation => :"
|
675
|
+
:operation => :"Mssp.delete_user_groups",
|
676
676
|
:header_params => header_params,
|
677
677
|
:query_params => query_params,
|
678
678
|
:form_params => form_params,
|
@@ -683,7 +683,7 @@ module Falcon
|
|
683
683
|
|
684
684
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
685
685
|
if @api_client.config.debugging
|
686
|
-
@api_client.config.logger.debug "API called:
|
686
|
+
@api_client.config.logger.debug "API called: Mssp#delete_user_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
687
687
|
end
|
688
688
|
return data, status_code, headers
|
689
689
|
end
|
@@ -703,11 +703,11 @@ module Falcon
|
|
703
703
|
# @return [Array<(DomainMSSPRoleResponseV1, Integer, Hash)>] DomainMSSPRoleResponseV1 data, response status code and response headers
|
704
704
|
def deleted_roles_with_http_info(body, opts = {})
|
705
705
|
if @api_client.config.debugging
|
706
|
-
@api_client.config.logger.debug 'Calling API:
|
706
|
+
@api_client.config.logger.debug 'Calling API: Mssp.deleted_roles ...'
|
707
707
|
end
|
708
708
|
# verify the required parameter 'body' is set
|
709
709
|
if @api_client.config.client_side_validation && body.nil?
|
710
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
710
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Mssp.deleted_roles"
|
711
711
|
end
|
712
712
|
# resource path
|
713
713
|
local_var_path = '/mssp/entities/mssp-roles/v1'
|
@@ -738,7 +738,7 @@ module Falcon
|
|
738
738
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
739
739
|
|
740
740
|
new_options = opts.merge(
|
741
|
-
:operation => :"
|
741
|
+
:operation => :"Mssp.deleted_roles",
|
742
742
|
:header_params => header_params,
|
743
743
|
:query_params => query_params,
|
744
744
|
:form_params => form_params,
|
@@ -749,7 +749,7 @@ module Falcon
|
|
749
749
|
|
750
750
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
751
751
|
if @api_client.config.debugging
|
752
|
-
@api_client.config.logger.debug "API called:
|
752
|
+
@api_client.config.logger.debug "API called: Mssp#deleted_roles\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
753
753
|
end
|
754
754
|
return data, status_code, headers
|
755
755
|
end
|
@@ -769,11 +769,11 @@ module Falcon
|
|
769
769
|
# @return [Array<(DomainChildrenResponseV1, Integer, Hash)>] DomainChildrenResponseV1 data, response status code and response headers
|
770
770
|
def get_children_with_http_info(ids, opts = {})
|
771
771
|
if @api_client.config.debugging
|
772
|
-
@api_client.config.logger.debug 'Calling API:
|
772
|
+
@api_client.config.logger.debug 'Calling API: Mssp.get_children ...'
|
773
773
|
end
|
774
774
|
# verify the required parameter 'ids' is set
|
775
775
|
if @api_client.config.client_side_validation && ids.nil?
|
776
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
776
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Mssp.get_children"
|
777
777
|
end
|
778
778
|
# resource path
|
779
779
|
local_var_path = '/mssp/entities/children/v1'
|
@@ -800,7 +800,7 @@ module Falcon
|
|
800
800
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
801
801
|
|
802
802
|
new_options = opts.merge(
|
803
|
-
:operation => :"
|
803
|
+
:operation => :"Mssp.get_children",
|
804
804
|
:header_params => header_params,
|
805
805
|
:query_params => query_params,
|
806
806
|
:form_params => form_params,
|
@@ -811,7 +811,7 @@ module Falcon
|
|
811
811
|
|
812
812
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
813
813
|
if @api_client.config.debugging
|
814
|
-
@api_client.config.logger.debug "API called:
|
814
|
+
@api_client.config.logger.debug "API called: Mssp#get_children\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
815
815
|
end
|
816
816
|
return data, status_code, headers
|
817
817
|
end
|
@@ -831,11 +831,11 @@ module Falcon
|
|
831
831
|
# @return [Array<(DomainChildrenResponseV1, Integer, Hash)>] DomainChildrenResponseV1 data, response status code and response headers
|
832
832
|
def get_children_v2_with_http_info(body, opts = {})
|
833
833
|
if @api_client.config.debugging
|
834
|
-
@api_client.config.logger.debug 'Calling API:
|
834
|
+
@api_client.config.logger.debug 'Calling API: Mssp.get_children_v2 ...'
|
835
835
|
end
|
836
836
|
# verify the required parameter 'body' is set
|
837
837
|
if @api_client.config.client_side_validation && body.nil?
|
838
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
838
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Mssp.get_children_v2"
|
839
839
|
end
|
840
840
|
# resource path
|
841
841
|
local_var_path = '/mssp/entities/children/GET/v2'
|
@@ -866,7 +866,7 @@ module Falcon
|
|
866
866
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
867
867
|
|
868
868
|
new_options = opts.merge(
|
869
|
-
:operation => :"
|
869
|
+
:operation => :"Mssp.get_children_v2",
|
870
870
|
:header_params => header_params,
|
871
871
|
:query_params => query_params,
|
872
872
|
:form_params => form_params,
|
@@ -877,7 +877,7 @@ module Falcon
|
|
877
877
|
|
878
878
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
879
879
|
if @api_client.config.debugging
|
880
|
-
@api_client.config.logger.debug "API called:
|
880
|
+
@api_client.config.logger.debug "API called: Mssp#get_children_v2\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
881
881
|
end
|
882
882
|
return data, status_code, headers
|
883
883
|
end
|
@@ -897,11 +897,11 @@ module Falcon
|
|
897
897
|
# @return [Array<(DomainCIDGroupsResponseV1, Integer, Hash)>] DomainCIDGroupsResponseV1 data, response status code and response headers
|
898
898
|
def get_cid_group_by_id_with_http_info(cid_group_ids, opts = {})
|
899
899
|
if @api_client.config.debugging
|
900
|
-
@api_client.config.logger.debug 'Calling API:
|
900
|
+
@api_client.config.logger.debug 'Calling API: Mssp.get_cid_group_by_id ...'
|
901
901
|
end
|
902
902
|
# verify the required parameter 'cid_group_ids' is set
|
903
903
|
if @api_client.config.client_side_validation && cid_group_ids.nil?
|
904
|
-
fail ArgumentError, "Missing the required parameter 'cid_group_ids' when calling
|
904
|
+
fail ArgumentError, "Missing the required parameter 'cid_group_ids' when calling Mssp.get_cid_group_by_id"
|
905
905
|
end
|
906
906
|
# resource path
|
907
907
|
local_var_path = '/mssp/entities/cid-groups/v1'
|
@@ -928,7 +928,7 @@ module Falcon
|
|
928
928
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
929
929
|
|
930
930
|
new_options = opts.merge(
|
931
|
-
:operation => :"
|
931
|
+
:operation => :"Mssp.get_cid_group_by_id",
|
932
932
|
:header_params => header_params,
|
933
933
|
:query_params => query_params,
|
934
934
|
:form_params => form_params,
|
@@ -939,7 +939,7 @@ module Falcon
|
|
939
939
|
|
940
940
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
941
941
|
if @api_client.config.debugging
|
942
|
-
@api_client.config.logger.debug "API called:
|
942
|
+
@api_client.config.logger.debug "API called: Mssp#get_cid_group_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
943
943
|
end
|
944
944
|
return data, status_code, headers
|
945
945
|
end
|
@@ -959,11 +959,11 @@ module Falcon
|
|
959
959
|
# @return [Array<(DomainCIDGroupsResponseV1, Integer, Hash)>] DomainCIDGroupsResponseV1 data, response status code and response headers
|
960
960
|
def get_cid_group_by_id_v2_with_http_info(ids, opts = {})
|
961
961
|
if @api_client.config.debugging
|
962
|
-
@api_client.config.logger.debug 'Calling API:
|
962
|
+
@api_client.config.logger.debug 'Calling API: Mssp.get_cid_group_by_id_v2 ...'
|
963
963
|
end
|
964
964
|
# verify the required parameter 'ids' is set
|
965
965
|
if @api_client.config.client_side_validation && ids.nil?
|
966
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
966
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Mssp.get_cid_group_by_id_v2"
|
967
967
|
end
|
968
968
|
# resource path
|
969
969
|
local_var_path = '/mssp/entities/cid-groups/v2'
|
@@ -990,7 +990,7 @@ module Falcon
|
|
990
990
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
991
991
|
|
992
992
|
new_options = opts.merge(
|
993
|
-
:operation => :"
|
993
|
+
:operation => :"Mssp.get_cid_group_by_id_v2",
|
994
994
|
:header_params => header_params,
|
995
995
|
:query_params => query_params,
|
996
996
|
:form_params => form_params,
|
@@ -1001,7 +1001,7 @@ module Falcon
|
|
1001
1001
|
|
1002
1002
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1003
1003
|
if @api_client.config.debugging
|
1004
|
-
@api_client.config.logger.debug "API called:
|
1004
|
+
@api_client.config.logger.debug "API called: Mssp#get_cid_group_by_id_v2\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1005
1005
|
end
|
1006
1006
|
return data, status_code, headers
|
1007
1007
|
end
|
@@ -1021,11 +1021,11 @@ module Falcon
|
|
1021
1021
|
# @return [Array<(DomainCIDGroupMembersResponseV1, Integer, Hash)>] DomainCIDGroupMembersResponseV1 data, response status code and response headers
|
1022
1022
|
def get_cid_group_members_by_with_http_info(cid_group_ids, opts = {})
|
1023
1023
|
if @api_client.config.debugging
|
1024
|
-
@api_client.config.logger.debug 'Calling API:
|
1024
|
+
@api_client.config.logger.debug 'Calling API: Mssp.get_cid_group_members_by ...'
|
1025
1025
|
end
|
1026
1026
|
# verify the required parameter 'cid_group_ids' is set
|
1027
1027
|
if @api_client.config.client_side_validation && cid_group_ids.nil?
|
1028
|
-
fail ArgumentError, "Missing the required parameter 'cid_group_ids' when calling
|
1028
|
+
fail ArgumentError, "Missing the required parameter 'cid_group_ids' when calling Mssp.get_cid_group_members_by"
|
1029
1029
|
end
|
1030
1030
|
# resource path
|
1031
1031
|
local_var_path = '/mssp/entities/cid-group-members/v1'
|
@@ -1052,7 +1052,7 @@ module Falcon
|
|
1052
1052
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1053
1053
|
|
1054
1054
|
new_options = opts.merge(
|
1055
|
-
:operation => :"
|
1055
|
+
:operation => :"Mssp.get_cid_group_members_by",
|
1056
1056
|
:header_params => header_params,
|
1057
1057
|
:query_params => query_params,
|
1058
1058
|
:form_params => form_params,
|
@@ -1063,7 +1063,7 @@ module Falcon
|
|
1063
1063
|
|
1064
1064
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1065
1065
|
if @api_client.config.debugging
|
1066
|
-
@api_client.config.logger.debug "API called:
|
1066
|
+
@api_client.config.logger.debug "API called: Mssp#get_cid_group_members_by\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1067
1067
|
end
|
1068
1068
|
return data, status_code, headers
|
1069
1069
|
end
|
@@ -1083,11 +1083,11 @@ module Falcon
|
|
1083
1083
|
# @return [Array<(DomainCIDGroupMembersResponseV1, Integer, Hash)>] DomainCIDGroupMembersResponseV1 data, response status code and response headers
|
1084
1084
|
def get_cid_group_members_by_v2_with_http_info(ids, opts = {})
|
1085
1085
|
if @api_client.config.debugging
|
1086
|
-
@api_client.config.logger.debug 'Calling API:
|
1086
|
+
@api_client.config.logger.debug 'Calling API: Mssp.get_cid_group_members_by_v2 ...'
|
1087
1087
|
end
|
1088
1088
|
# verify the required parameter 'ids' is set
|
1089
1089
|
if @api_client.config.client_side_validation && ids.nil?
|
1090
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
1090
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Mssp.get_cid_group_members_by_v2"
|
1091
1091
|
end
|
1092
1092
|
# resource path
|
1093
1093
|
local_var_path = '/mssp/entities/cid-group-members/v2'
|
@@ -1114,7 +1114,7 @@ module Falcon
|
|
1114
1114
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1115
1115
|
|
1116
1116
|
new_options = opts.merge(
|
1117
|
-
:operation => :"
|
1117
|
+
:operation => :"Mssp.get_cid_group_members_by_v2",
|
1118
1118
|
:header_params => header_params,
|
1119
1119
|
:query_params => query_params,
|
1120
1120
|
:form_params => form_params,
|
@@ -1125,7 +1125,7 @@ module Falcon
|
|
1125
1125
|
|
1126
1126
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1127
1127
|
if @api_client.config.debugging
|
1128
|
-
@api_client.config.logger.debug "API called:
|
1128
|
+
@api_client.config.logger.debug "API called: Mssp#get_cid_group_members_by_v2\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1129
1129
|
end
|
1130
1130
|
return data, status_code, headers
|
1131
1131
|
end
|
@@ -1145,11 +1145,11 @@ module Falcon
|
|
1145
1145
|
# @return [Array<(DomainMSSPRoleResponseV1, Integer, Hash)>] DomainMSSPRoleResponseV1 data, response status code and response headers
|
1146
1146
|
def get_roles_by_id_with_http_info(ids, opts = {})
|
1147
1147
|
if @api_client.config.debugging
|
1148
|
-
@api_client.config.logger.debug 'Calling API:
|
1148
|
+
@api_client.config.logger.debug 'Calling API: Mssp.get_roles_by_id ...'
|
1149
1149
|
end
|
1150
1150
|
# verify the required parameter 'ids' is set
|
1151
1151
|
if @api_client.config.client_side_validation && ids.nil?
|
1152
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
1152
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Mssp.get_roles_by_id"
|
1153
1153
|
end
|
1154
1154
|
# resource path
|
1155
1155
|
local_var_path = '/mssp/entities/mssp-roles/v1'
|
@@ -1176,7 +1176,7 @@ module Falcon
|
|
1176
1176
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1177
1177
|
|
1178
1178
|
new_options = opts.merge(
|
1179
|
-
:operation => :"
|
1179
|
+
:operation => :"Mssp.get_roles_by_id",
|
1180
1180
|
:header_params => header_params,
|
1181
1181
|
:query_params => query_params,
|
1182
1182
|
:form_params => form_params,
|
@@ -1187,7 +1187,7 @@ module Falcon
|
|
1187
1187
|
|
1188
1188
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1189
1189
|
if @api_client.config.debugging
|
1190
|
-
@api_client.config.logger.debug "API called:
|
1190
|
+
@api_client.config.logger.debug "API called: Mssp#get_roles_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1191
1191
|
end
|
1192
1192
|
return data, status_code, headers
|
1193
1193
|
end
|
@@ -1207,11 +1207,11 @@ module Falcon
|
|
1207
1207
|
# @return [Array<(DomainUserGroupMembersResponseV1, Integer, Hash)>] DomainUserGroupMembersResponseV1 data, response status code and response headers
|
1208
1208
|
def get_user_group_members_by_id_with_http_info(user_group_ids, opts = {})
|
1209
1209
|
if @api_client.config.debugging
|
1210
|
-
@api_client.config.logger.debug 'Calling API:
|
1210
|
+
@api_client.config.logger.debug 'Calling API: Mssp.get_user_group_members_by_id ...'
|
1211
1211
|
end
|
1212
1212
|
# verify the required parameter 'user_group_ids' is set
|
1213
1213
|
if @api_client.config.client_side_validation && user_group_ids.nil?
|
1214
|
-
fail ArgumentError, "Missing the required parameter 'user_group_ids' when calling
|
1214
|
+
fail ArgumentError, "Missing the required parameter 'user_group_ids' when calling Mssp.get_user_group_members_by_id"
|
1215
1215
|
end
|
1216
1216
|
# resource path
|
1217
1217
|
local_var_path = '/mssp/entities/user-group-members/v1'
|
@@ -1238,7 +1238,7 @@ module Falcon
|
|
1238
1238
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1239
1239
|
|
1240
1240
|
new_options = opts.merge(
|
1241
|
-
:operation => :"
|
1241
|
+
:operation => :"Mssp.get_user_group_members_by_id",
|
1242
1242
|
:header_params => header_params,
|
1243
1243
|
:query_params => query_params,
|
1244
1244
|
:form_params => form_params,
|
@@ -1249,7 +1249,7 @@ module Falcon
|
|
1249
1249
|
|
1250
1250
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1251
1251
|
if @api_client.config.debugging
|
1252
|
-
@api_client.config.logger.debug "API called:
|
1252
|
+
@api_client.config.logger.debug "API called: Mssp#get_user_group_members_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1253
1253
|
end
|
1254
1254
|
return data, status_code, headers
|
1255
1255
|
end
|
@@ -1269,11 +1269,11 @@ module Falcon
|
|
1269
1269
|
# @return [Array<(DomainUserGroupMembersResponseV1, Integer, Hash)>] DomainUserGroupMembersResponseV1 data, response status code and response headers
|
1270
1270
|
def get_user_group_members_by_idv2_with_http_info(ids, opts = {})
|
1271
1271
|
if @api_client.config.debugging
|
1272
|
-
@api_client.config.logger.debug 'Calling API:
|
1272
|
+
@api_client.config.logger.debug 'Calling API: Mssp.get_user_group_members_by_idv2 ...'
|
1273
1273
|
end
|
1274
1274
|
# verify the required parameter 'ids' is set
|
1275
1275
|
if @api_client.config.client_side_validation && ids.nil?
|
1276
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
1276
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Mssp.get_user_group_members_by_idv2"
|
1277
1277
|
end
|
1278
1278
|
# resource path
|
1279
1279
|
local_var_path = '/mssp/entities/user-group-members/v2'
|
@@ -1300,7 +1300,7 @@ module Falcon
|
|
1300
1300
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1301
1301
|
|
1302
1302
|
new_options = opts.merge(
|
1303
|
-
:operation => :"
|
1303
|
+
:operation => :"Mssp.get_user_group_members_by_idv2",
|
1304
1304
|
:header_params => header_params,
|
1305
1305
|
:query_params => query_params,
|
1306
1306
|
:form_params => form_params,
|
@@ -1311,7 +1311,7 @@ module Falcon
|
|
1311
1311
|
|
1312
1312
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1313
1313
|
if @api_client.config.debugging
|
1314
|
-
@api_client.config.logger.debug "API called:
|
1314
|
+
@api_client.config.logger.debug "API called: Mssp#get_user_group_members_by_idv2\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1315
1315
|
end
|
1316
1316
|
return data, status_code, headers
|
1317
1317
|
end
|
@@ -1331,11 +1331,11 @@ module Falcon
|
|
1331
1331
|
# @return [Array<(DomainUserGroupsResponseV1, Integer, Hash)>] DomainUserGroupsResponseV1 data, response status code and response headers
|
1332
1332
|
def get_user_groups_by_id_with_http_info(user_group_ids, opts = {})
|
1333
1333
|
if @api_client.config.debugging
|
1334
|
-
@api_client.config.logger.debug 'Calling API:
|
1334
|
+
@api_client.config.logger.debug 'Calling API: Mssp.get_user_groups_by_id ...'
|
1335
1335
|
end
|
1336
1336
|
# verify the required parameter 'user_group_ids' is set
|
1337
1337
|
if @api_client.config.client_side_validation && user_group_ids.nil?
|
1338
|
-
fail ArgumentError, "Missing the required parameter 'user_group_ids' when calling
|
1338
|
+
fail ArgumentError, "Missing the required parameter 'user_group_ids' when calling Mssp.get_user_groups_by_id"
|
1339
1339
|
end
|
1340
1340
|
# resource path
|
1341
1341
|
local_var_path = '/mssp/entities/user-groups/v1'
|
@@ -1362,7 +1362,7 @@ module Falcon
|
|
1362
1362
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1363
1363
|
|
1364
1364
|
new_options = opts.merge(
|
1365
|
-
:operation => :"
|
1365
|
+
:operation => :"Mssp.get_user_groups_by_id",
|
1366
1366
|
:header_params => header_params,
|
1367
1367
|
:query_params => query_params,
|
1368
1368
|
:form_params => form_params,
|
@@ -1373,7 +1373,7 @@ module Falcon
|
|
1373
1373
|
|
1374
1374
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1375
1375
|
if @api_client.config.debugging
|
1376
|
-
@api_client.config.logger.debug "API called:
|
1376
|
+
@api_client.config.logger.debug "API called: Mssp#get_user_groups_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1377
1377
|
end
|
1378
1378
|
return data, status_code, headers
|
1379
1379
|
end
|
@@ -1393,11 +1393,11 @@ module Falcon
|
|
1393
1393
|
# @return [Array<(DomainUserGroupsResponseV1, Integer, Hash)>] DomainUserGroupsResponseV1 data, response status code and response headers
|
1394
1394
|
def get_user_groups_by_idv2_with_http_info(ids, opts = {})
|
1395
1395
|
if @api_client.config.debugging
|
1396
|
-
@api_client.config.logger.debug 'Calling API:
|
1396
|
+
@api_client.config.logger.debug 'Calling API: Mssp.get_user_groups_by_idv2 ...'
|
1397
1397
|
end
|
1398
1398
|
# verify the required parameter 'ids' is set
|
1399
1399
|
if @api_client.config.client_side_validation && ids.nil?
|
1400
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
1400
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling Mssp.get_user_groups_by_idv2"
|
1401
1401
|
end
|
1402
1402
|
# resource path
|
1403
1403
|
local_var_path = '/mssp/entities/user-groups/v2'
|
@@ -1424,7 +1424,7 @@ module Falcon
|
|
1424
1424
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1425
1425
|
|
1426
1426
|
new_options = opts.merge(
|
1427
|
-
:operation => :"
|
1427
|
+
:operation => :"Mssp.get_user_groups_by_idv2",
|
1428
1428
|
:header_params => header_params,
|
1429
1429
|
:query_params => query_params,
|
1430
1430
|
:form_params => form_params,
|
@@ -1435,7 +1435,7 @@ module Falcon
|
|
1435
1435
|
|
1436
1436
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1437
1437
|
if @api_client.config.debugging
|
1438
|
-
@api_client.config.logger.debug "API called:
|
1438
|
+
@api_client.config.logger.debug "API called: Mssp#get_user_groups_by_idv2\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1439
1439
|
end
|
1440
1440
|
return data, status_code, headers
|
1441
1441
|
end
|
@@ -1461,7 +1461,7 @@ module Falcon
|
|
1461
1461
|
# @return [Array<(MsaspecQueryResponse, Integer, Hash)>] MsaspecQueryResponse data, response status code and response headers
|
1462
1462
|
def query_children_with_http_info(opts = {})
|
1463
1463
|
if @api_client.config.debugging
|
1464
|
-
@api_client.config.logger.debug 'Calling API:
|
1464
|
+
@api_client.config.logger.debug 'Calling API: Mssp.query_children ...'
|
1465
1465
|
end
|
1466
1466
|
allowable_values = ["last_modified_timestamp|asc", "last_modified_timestamp|desc"]
|
1467
1467
|
if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
|
@@ -1495,7 +1495,7 @@ module Falcon
|
|
1495
1495
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1496
1496
|
|
1497
1497
|
new_options = opts.merge(
|
1498
|
-
:operation => :"
|
1498
|
+
:operation => :"Mssp.query_children",
|
1499
1499
|
:header_params => header_params,
|
1500
1500
|
:query_params => query_params,
|
1501
1501
|
:form_params => form_params,
|
@@ -1506,7 +1506,7 @@ module Falcon
|
|
1506
1506
|
|
1507
1507
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1508
1508
|
if @api_client.config.debugging
|
1509
|
-
@api_client.config.logger.debug "API called:
|
1509
|
+
@api_client.config.logger.debug "API called: Mssp#query_children\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1510
1510
|
end
|
1511
1511
|
return data, status_code, headers
|
1512
1512
|
end
|
@@ -1532,11 +1532,11 @@ module Falcon
|
|
1532
1532
|
# @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
|
1533
1533
|
def query_cid_group_members_with_http_info(cid, opts = {})
|
1534
1534
|
if @api_client.config.debugging
|
1535
|
-
@api_client.config.logger.debug 'Calling API:
|
1535
|
+
@api_client.config.logger.debug 'Calling API: Mssp.query_cid_group_members ...'
|
1536
1536
|
end
|
1537
1537
|
# verify the required parameter 'cid' is set
|
1538
1538
|
if @api_client.config.client_side_validation && cid.nil?
|
1539
|
-
fail ArgumentError, "Missing the required parameter 'cid' when calling
|
1539
|
+
fail ArgumentError, "Missing the required parameter 'cid' when calling Mssp.query_cid_group_members"
|
1540
1540
|
end
|
1541
1541
|
allowable_values = ["last_modified_timestamp|asc", "last_modified_timestamp|desc"]
|
1542
1542
|
if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
|
@@ -1570,7 +1570,7 @@ module Falcon
|
|
1570
1570
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1571
1571
|
|
1572
1572
|
new_options = opts.merge(
|
1573
|
-
:operation => :"
|
1573
|
+
:operation => :"Mssp.query_cid_group_members",
|
1574
1574
|
:header_params => header_params,
|
1575
1575
|
:query_params => query_params,
|
1576
1576
|
:form_params => form_params,
|
@@ -1581,7 +1581,7 @@ module Falcon
|
|
1581
1581
|
|
1582
1582
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1583
1583
|
if @api_client.config.debugging
|
1584
|
-
@api_client.config.logger.debug "API called:
|
1584
|
+
@api_client.config.logger.debug "API called: Mssp#query_cid_group_members\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1585
1585
|
end
|
1586
1586
|
return data, status_code, headers
|
1587
1587
|
end
|
@@ -1607,7 +1607,7 @@ module Falcon
|
|
1607
1607
|
# @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
|
1608
1608
|
def query_cid_groups_with_http_info(opts = {})
|
1609
1609
|
if @api_client.config.debugging
|
1610
|
-
@api_client.config.logger.debug 'Calling API:
|
1610
|
+
@api_client.config.logger.debug 'Calling API: Mssp.query_cid_groups ...'
|
1611
1611
|
end
|
1612
1612
|
allowable_values = ["last_modified_timestamp|asc", "last_modified_timestamp|desc", "name|asc", "name|desc"]
|
1613
1613
|
if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
|
@@ -1641,7 +1641,7 @@ module Falcon
|
|
1641
1641
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1642
1642
|
|
1643
1643
|
new_options = opts.merge(
|
1644
|
-
:operation => :"
|
1644
|
+
:operation => :"Mssp.query_cid_groups",
|
1645
1645
|
:header_params => header_params,
|
1646
1646
|
:query_params => query_params,
|
1647
1647
|
:form_params => form_params,
|
@@ -1652,7 +1652,7 @@ module Falcon
|
|
1652
1652
|
|
1653
1653
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1654
1654
|
if @api_client.config.debugging
|
1655
|
-
@api_client.config.logger.debug "API called:
|
1655
|
+
@api_client.config.logger.debug "API called: Mssp#query_cid_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1656
1656
|
end
|
1657
1657
|
return data, status_code, headers
|
1658
1658
|
end
|
@@ -1682,7 +1682,7 @@ module Falcon
|
|
1682
1682
|
# @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
|
1683
1683
|
def query_roles_with_http_info(opts = {})
|
1684
1684
|
if @api_client.config.debugging
|
1685
|
-
@api_client.config.logger.debug 'Calling API:
|
1685
|
+
@api_client.config.logger.debug 'Calling API: Mssp.query_roles ...'
|
1686
1686
|
end
|
1687
1687
|
allowable_values = ["last_modified_timestamp|asc", "last_modified_timestamp|desc"]
|
1688
1688
|
if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
|
@@ -1718,7 +1718,7 @@ module Falcon
|
|
1718
1718
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1719
1719
|
|
1720
1720
|
new_options = opts.merge(
|
1721
|
-
:operation => :"
|
1721
|
+
:operation => :"Mssp.query_roles",
|
1722
1722
|
:header_params => header_params,
|
1723
1723
|
:query_params => query_params,
|
1724
1724
|
:form_params => form_params,
|
@@ -1729,7 +1729,7 @@ module Falcon
|
|
1729
1729
|
|
1730
1730
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1731
1731
|
if @api_client.config.debugging
|
1732
|
-
@api_client.config.logger.debug "API called:
|
1732
|
+
@api_client.config.logger.debug "API called: Mssp#query_roles\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1733
1733
|
end
|
1734
1734
|
return data, status_code, headers
|
1735
1735
|
end
|
@@ -1755,11 +1755,11 @@ module Falcon
|
|
1755
1755
|
# @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
|
1756
1756
|
def query_user_group_members_with_http_info(user_uuid, opts = {})
|
1757
1757
|
if @api_client.config.debugging
|
1758
|
-
@api_client.config.logger.debug 'Calling API:
|
1758
|
+
@api_client.config.logger.debug 'Calling API: Mssp.query_user_group_members ...'
|
1759
1759
|
end
|
1760
1760
|
# verify the required parameter 'user_uuid' is set
|
1761
1761
|
if @api_client.config.client_side_validation && user_uuid.nil?
|
1762
|
-
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling
|
1762
|
+
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling Mssp.query_user_group_members"
|
1763
1763
|
end
|
1764
1764
|
allowable_values = ["last_modified_timestamp|asc", "last_modified_timestamp|desc"]
|
1765
1765
|
if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
|
@@ -1793,7 +1793,7 @@ module Falcon
|
|
1793
1793
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1794
1794
|
|
1795
1795
|
new_options = opts.merge(
|
1796
|
-
:operation => :"
|
1796
|
+
:operation => :"Mssp.query_user_group_members",
|
1797
1797
|
:header_params => header_params,
|
1798
1798
|
:query_params => query_params,
|
1799
1799
|
:form_params => form_params,
|
@@ -1804,7 +1804,7 @@ module Falcon
|
|
1804
1804
|
|
1805
1805
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1806
1806
|
if @api_client.config.debugging
|
1807
|
-
@api_client.config.logger.debug "API called:
|
1807
|
+
@api_client.config.logger.debug "API called: Mssp#query_user_group_members\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1808
1808
|
end
|
1809
1809
|
return data, status_code, headers
|
1810
1810
|
end
|
@@ -1830,7 +1830,7 @@ module Falcon
|
|
1830
1830
|
# @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
|
1831
1831
|
def query_user_groups_with_http_info(opts = {})
|
1832
1832
|
if @api_client.config.debugging
|
1833
|
-
@api_client.config.logger.debug 'Calling API:
|
1833
|
+
@api_client.config.logger.debug 'Calling API: Mssp.query_user_groups ...'
|
1834
1834
|
end
|
1835
1835
|
allowable_values = ["last_modified_timestamp|asc", "last_modified_timestamp|desc", "name|asc", "name|desc"]
|
1836
1836
|
if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
|
@@ -1864,7 +1864,7 @@ module Falcon
|
|
1864
1864
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1865
1865
|
|
1866
1866
|
new_options = opts.merge(
|
1867
|
-
:operation => :"
|
1867
|
+
:operation => :"Mssp.query_user_groups",
|
1868
1868
|
:header_params => header_params,
|
1869
1869
|
:query_params => query_params,
|
1870
1870
|
:form_params => form_params,
|
@@ -1875,7 +1875,7 @@ module Falcon
|
|
1875
1875
|
|
1876
1876
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1877
1877
|
if @api_client.config.debugging
|
1878
|
-
@api_client.config.logger.debug "API called:
|
1878
|
+
@api_client.config.logger.debug "API called: Mssp#query_user_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1879
1879
|
end
|
1880
1880
|
return data, status_code, headers
|
1881
1881
|
end
|
@@ -1895,11 +1895,11 @@ module Falcon
|
|
1895
1895
|
# @return [Array<(DomainCIDGroupsResponseV1, Integer, Hash)>] DomainCIDGroupsResponseV1 data, response status code and response headers
|
1896
1896
|
def update_cid_groups_with_http_info(body, opts = {})
|
1897
1897
|
if @api_client.config.debugging
|
1898
|
-
@api_client.config.logger.debug 'Calling API:
|
1898
|
+
@api_client.config.logger.debug 'Calling API: Mssp.update_cid_groups ...'
|
1899
1899
|
end
|
1900
1900
|
# verify the required parameter 'body' is set
|
1901
1901
|
if @api_client.config.client_side_validation && body.nil?
|
1902
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1902
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Mssp.update_cid_groups"
|
1903
1903
|
end
|
1904
1904
|
# resource path
|
1905
1905
|
local_var_path = '/mssp/entities/cid-groups/v1'
|
@@ -1930,7 +1930,7 @@ module Falcon
|
|
1930
1930
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1931
1931
|
|
1932
1932
|
new_options = opts.merge(
|
1933
|
-
:operation => :"
|
1933
|
+
:operation => :"Mssp.update_cid_groups",
|
1934
1934
|
:header_params => header_params,
|
1935
1935
|
:query_params => query_params,
|
1936
1936
|
:form_params => form_params,
|
@@ -1941,7 +1941,7 @@ module Falcon
|
|
1941
1941
|
|
1942
1942
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1943
1943
|
if @api_client.config.debugging
|
1944
|
-
@api_client.config.logger.debug "API called:
|
1944
|
+
@api_client.config.logger.debug "API called: Mssp#update_cid_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1945
1945
|
end
|
1946
1946
|
return data, status_code, headers
|
1947
1947
|
end
|
@@ -1961,11 +1961,11 @@ module Falcon
|
|
1961
1961
|
# @return [Array<(DomainUserGroupsResponseV1, Integer, Hash)>] DomainUserGroupsResponseV1 data, response status code and response headers
|
1962
1962
|
def update_user_groups_with_http_info(body, opts = {})
|
1963
1963
|
if @api_client.config.debugging
|
1964
|
-
@api_client.config.logger.debug 'Calling API:
|
1964
|
+
@api_client.config.logger.debug 'Calling API: Mssp.update_user_groups ...'
|
1965
1965
|
end
|
1966
1966
|
# verify the required parameter 'body' is set
|
1967
1967
|
if @api_client.config.client_side_validation && body.nil?
|
1968
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1968
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling Mssp.update_user_groups"
|
1969
1969
|
end
|
1970
1970
|
# resource path
|
1971
1971
|
local_var_path = '/mssp/entities/user-groups/v1'
|
@@ -1996,7 +1996,7 @@ module Falcon
|
|
1996
1996
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1997
1997
|
|
1998
1998
|
new_options = opts.merge(
|
1999
|
-
:operation => :"
|
1999
|
+
:operation => :"Mssp.update_user_groups",
|
2000
2000
|
:header_params => header_params,
|
2001
2001
|
:query_params => query_params,
|
2002
2002
|
:form_params => form_params,
|
@@ -2007,7 +2007,7 @@ module Falcon
|
|
2007
2007
|
|
2008
2008
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
2009
2009
|
if @api_client.config.debugging
|
2010
|
-
@api_client.config.logger.debug "API called:
|
2010
|
+
@api_client.config.logger.debug "API called: Mssp#update_user_groups\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2011
2011
|
end
|
2012
2012
|
return data, status_code, headers
|
2013
2013
|
end
|