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 UserManagement
|
34
34
|
attr_accessor :api_client
|
35
35
|
|
36
36
|
def initialize(api_client = ApiClient.default)
|
@@ -63,22 +63,22 @@ module Falcon
|
|
63
63
|
# @return [Array<(FlightcontrolapiUserGrantResponse, Integer, Hash)>] FlightcontrolapiUserGrantResponse data, response status code and response headers
|
64
64
|
def combined_user_roles_v1_with_http_info(user_uuid, opts = {})
|
65
65
|
if @api_client.config.debugging
|
66
|
-
@api_client.config.logger.debug 'Calling API:
|
66
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.combined_user_roles_v1 ...'
|
67
67
|
end
|
68
68
|
# verify the required parameter 'user_uuid' is set
|
69
69
|
if @api_client.config.client_side_validation && user_uuid.nil?
|
70
|
-
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling
|
70
|
+
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling UserManagement.combined_user_roles_v1"
|
71
71
|
end
|
72
72
|
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
73
|
-
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling
|
73
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling UserManagement.combined_user_roles_v1, must be greater than or equal to 0.'
|
74
74
|
end
|
75
75
|
|
76
76
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 500
|
77
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling
|
77
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling UserManagement.combined_user_roles_v1, must be smaller than or equal to 500.'
|
78
78
|
end
|
79
79
|
|
80
80
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
81
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling
|
81
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling UserManagement.combined_user_roles_v1, must be greater than or equal to 1.'
|
82
82
|
end
|
83
83
|
|
84
84
|
allowable_values = ["cid|asc", "cid|desc", "role_name|asc", "role_name|desc", "type|asc", "type|desc"]
|
@@ -116,7 +116,7 @@ module Falcon
|
|
116
116
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
117
117
|
|
118
118
|
new_options = opts.merge(
|
119
|
-
:operation => :"
|
119
|
+
:operation => :"UserManagement.combined_user_roles_v1",
|
120
120
|
:header_params => header_params,
|
121
121
|
:query_params => query_params,
|
122
122
|
:form_params => form_params,
|
@@ -127,7 +127,7 @@ module Falcon
|
|
127
127
|
|
128
128
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
129
129
|
if @api_client.config.debugging
|
130
|
-
@api_client.config.logger.debug "API called:
|
130
|
+
@api_client.config.logger.debug "API called: UserManagement#combined_user_roles_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
131
131
|
end
|
132
132
|
return data, status_code, headers
|
133
133
|
end
|
@@ -147,11 +147,11 @@ module Falcon
|
|
147
147
|
# @return [Array<(ApiUserMetadataResponse, Integer, Hash)>] ApiUserMetadataResponse data, response status code and response headers
|
148
148
|
def create_user_with_http_info(body, opts = {})
|
149
149
|
if @api_client.config.debugging
|
150
|
-
@api_client.config.logger.debug 'Calling API:
|
150
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.create_user ...'
|
151
151
|
end
|
152
152
|
# verify the required parameter 'body' is set
|
153
153
|
if @api_client.config.client_side_validation && body.nil?
|
154
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
154
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling UserManagement.create_user"
|
155
155
|
end
|
156
156
|
# resource path
|
157
157
|
local_var_path = '/users/entities/users/v1'
|
@@ -182,7 +182,7 @@ module Falcon
|
|
182
182
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
183
183
|
|
184
184
|
new_options = opts.merge(
|
185
|
-
:operation => :"
|
185
|
+
:operation => :"UserManagement.create_user",
|
186
186
|
:header_params => header_params,
|
187
187
|
:query_params => query_params,
|
188
188
|
:form_params => form_params,
|
@@ -193,7 +193,7 @@ module Falcon
|
|
193
193
|
|
194
194
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
195
195
|
if @api_client.config.debugging
|
196
|
-
@api_client.config.logger.debug "API called:
|
196
|
+
@api_client.config.logger.debug "API called: UserManagement#create_user\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
197
197
|
end
|
198
198
|
return data, status_code, headers
|
199
199
|
end
|
@@ -215,11 +215,11 @@ module Falcon
|
|
215
215
|
# @return [Array<(FlightcontrolapiUserResponse, Integer, Hash)>] FlightcontrolapiUserResponse data, response status code and response headers
|
216
216
|
def create_user_v1_with_http_info(body, opts = {})
|
217
217
|
if @api_client.config.debugging
|
218
|
-
@api_client.config.logger.debug 'Calling API:
|
218
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.create_user_v1 ...'
|
219
219
|
end
|
220
220
|
# verify the required parameter 'body' is set
|
221
221
|
if @api_client.config.client_side_validation && body.nil?
|
222
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
222
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling UserManagement.create_user_v1"
|
223
223
|
end
|
224
224
|
# resource path
|
225
225
|
local_var_path = '/user-management/entities/users/v1'
|
@@ -251,7 +251,7 @@ module Falcon
|
|
251
251
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
252
252
|
|
253
253
|
new_options = opts.merge(
|
254
|
-
:operation => :"
|
254
|
+
:operation => :"UserManagement.create_user_v1",
|
255
255
|
:header_params => header_params,
|
256
256
|
:query_params => query_params,
|
257
257
|
:form_params => form_params,
|
@@ -262,7 +262,7 @@ module Falcon
|
|
262
262
|
|
263
263
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
264
264
|
if @api_client.config.debugging
|
265
|
-
@api_client.config.logger.debug "API called:
|
265
|
+
@api_client.config.logger.debug "API called: UserManagement#create_user_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
266
266
|
end
|
267
267
|
return data, status_code, headers
|
268
268
|
end
|
@@ -282,11 +282,11 @@ module Falcon
|
|
282
282
|
# @return [Array<(MsaReplyMetaOnly, Integer, Hash)>] MsaReplyMetaOnly data, response status code and response headers
|
283
283
|
def delete_user_with_http_info(user_uuid, opts = {})
|
284
284
|
if @api_client.config.debugging
|
285
|
-
@api_client.config.logger.debug 'Calling API:
|
285
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.delete_user ...'
|
286
286
|
end
|
287
287
|
# verify the required parameter 'user_uuid' is set
|
288
288
|
if @api_client.config.client_side_validation && user_uuid.nil?
|
289
|
-
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling
|
289
|
+
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling UserManagement.delete_user"
|
290
290
|
end
|
291
291
|
# resource path
|
292
292
|
local_var_path = '/users/entities/users/v1'
|
@@ -313,7 +313,7 @@ module Falcon
|
|
313
313
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
314
314
|
|
315
315
|
new_options = opts.merge(
|
316
|
-
:operation => :"
|
316
|
+
:operation => :"UserManagement.delete_user",
|
317
317
|
:header_params => header_params,
|
318
318
|
:query_params => query_params,
|
319
319
|
:form_params => form_params,
|
@@ -324,7 +324,7 @@ module Falcon
|
|
324
324
|
|
325
325
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
326
326
|
if @api_client.config.debugging
|
327
|
-
@api_client.config.logger.debug "API called:
|
327
|
+
@api_client.config.logger.debug "API called: UserManagement#delete_user\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
328
328
|
end
|
329
329
|
return data, status_code, headers
|
330
330
|
end
|
@@ -344,11 +344,11 @@ module Falcon
|
|
344
344
|
# @return [Array<(MsaspecResponseFields, Integer, Hash)>] MsaspecResponseFields data, response status code and response headers
|
345
345
|
def delete_user_v1_with_http_info(user_uuid, opts = {})
|
346
346
|
if @api_client.config.debugging
|
347
|
-
@api_client.config.logger.debug 'Calling API:
|
347
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.delete_user_v1 ...'
|
348
348
|
end
|
349
349
|
# verify the required parameter 'user_uuid' is set
|
350
350
|
if @api_client.config.client_side_validation && user_uuid.nil?
|
351
|
-
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling
|
351
|
+
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling UserManagement.delete_user_v1"
|
352
352
|
end
|
353
353
|
# resource path
|
354
354
|
local_var_path = '/user-management/entities/users/v1'
|
@@ -375,7 +375,7 @@ module Falcon
|
|
375
375
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
376
376
|
|
377
377
|
new_options = opts.merge(
|
378
|
-
:operation => :"
|
378
|
+
:operation => :"UserManagement.delete_user_v1",
|
379
379
|
:header_params => header_params,
|
380
380
|
:query_params => query_params,
|
381
381
|
:form_params => form_params,
|
@@ -386,7 +386,7 @@ module Falcon
|
|
386
386
|
|
387
387
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
388
388
|
if @api_client.config.debugging
|
389
|
-
@api_client.config.logger.debug "API called:
|
389
|
+
@api_client.config.logger.debug "API called: UserManagement#delete_user_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
390
390
|
end
|
391
391
|
return data, status_code, headers
|
392
392
|
end
|
@@ -408,11 +408,11 @@ module Falcon
|
|
408
408
|
# @return [Array<(FlightcontrolapiGetRolesResponse, Integer, Hash)>] FlightcontrolapiGetRolesResponse data, response status code and response headers
|
409
409
|
def entities_roles_v1_with_http_info(ids, opts = {})
|
410
410
|
if @api_client.config.debugging
|
411
|
-
@api_client.config.logger.debug 'Calling API:
|
411
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.entities_roles_v1 ...'
|
412
412
|
end
|
413
413
|
# verify the required parameter 'ids' is set
|
414
414
|
if @api_client.config.client_side_validation && ids.nil?
|
415
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
415
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling UserManagement.entities_roles_v1"
|
416
416
|
end
|
417
417
|
# resource path
|
418
418
|
local_var_path = '/user-management/entities/roles/v1'
|
@@ -440,7 +440,7 @@ module Falcon
|
|
440
440
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
441
441
|
|
442
442
|
new_options = opts.merge(
|
443
|
-
:operation => :"
|
443
|
+
:operation => :"UserManagement.entities_roles_v1",
|
444
444
|
:header_params => header_params,
|
445
445
|
:query_params => query_params,
|
446
446
|
:form_params => form_params,
|
@@ -451,7 +451,7 @@ module Falcon
|
|
451
451
|
|
452
452
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
453
453
|
if @api_client.config.debugging
|
454
|
-
@api_client.config.logger.debug "API called:
|
454
|
+
@api_client.config.logger.debug "API called: UserManagement#entities_roles_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
455
455
|
end
|
456
456
|
return data, status_code, headers
|
457
457
|
end
|
@@ -469,7 +469,7 @@ module Falcon
|
|
469
469
|
# @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
|
470
470
|
def get_available_role_ids_with_http_info(opts = {})
|
471
471
|
if @api_client.config.debugging
|
472
|
-
@api_client.config.logger.debug 'Calling API:
|
472
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.get_available_role_ids ...'
|
473
473
|
end
|
474
474
|
# resource path
|
475
475
|
local_var_path = '/user-roles/queries/user-role-ids-by-cid/v1'
|
@@ -495,7 +495,7 @@ module Falcon
|
|
495
495
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
496
496
|
|
497
497
|
new_options = opts.merge(
|
498
|
-
:operation => :"
|
498
|
+
:operation => :"UserManagement.get_available_role_ids",
|
499
499
|
:header_params => header_params,
|
500
500
|
:query_params => query_params,
|
501
501
|
:form_params => form_params,
|
@@ -506,7 +506,7 @@ module Falcon
|
|
506
506
|
|
507
507
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
508
508
|
if @api_client.config.debugging
|
509
|
-
@api_client.config.logger.debug "API called:
|
509
|
+
@api_client.config.logger.debug "API called: UserManagement#get_available_role_ids\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
510
510
|
end
|
511
511
|
return data, status_code, headers
|
512
512
|
end
|
@@ -526,11 +526,11 @@ module Falcon
|
|
526
526
|
# @return [Array<(ApiUserRoleResponse, Integer, Hash)>] ApiUserRoleResponse data, response status code and response headers
|
527
527
|
def get_roles_with_http_info(ids, opts = {})
|
528
528
|
if @api_client.config.debugging
|
529
|
-
@api_client.config.logger.debug 'Calling API:
|
529
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.get_roles ...'
|
530
530
|
end
|
531
531
|
# verify the required parameter 'ids' is set
|
532
532
|
if @api_client.config.client_side_validation && ids.nil?
|
533
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
533
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling UserManagement.get_roles"
|
534
534
|
end
|
535
535
|
# resource path
|
536
536
|
local_var_path = '/user-roles/entities/user-roles/v1'
|
@@ -557,7 +557,7 @@ module Falcon
|
|
557
557
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
558
558
|
|
559
559
|
new_options = opts.merge(
|
560
|
-
:operation => :"
|
560
|
+
:operation => :"UserManagement.get_roles",
|
561
561
|
:header_params => header_params,
|
562
562
|
:query_params => query_params,
|
563
563
|
:form_params => form_params,
|
@@ -568,7 +568,7 @@ module Falcon
|
|
568
568
|
|
569
569
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
570
570
|
if @api_client.config.debugging
|
571
|
-
@api_client.config.logger.debug "API called:
|
571
|
+
@api_client.config.logger.debug "API called: UserManagement#get_roles\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
572
572
|
end
|
573
573
|
return data, status_code, headers
|
574
574
|
end
|
@@ -588,11 +588,11 @@ module Falcon
|
|
588
588
|
# @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
|
589
589
|
def get_user_role_ids_with_http_info(user_uuid, opts = {})
|
590
590
|
if @api_client.config.debugging
|
591
|
-
@api_client.config.logger.debug 'Calling API:
|
591
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.get_user_role_ids ...'
|
592
592
|
end
|
593
593
|
# verify the required parameter 'user_uuid' is set
|
594
594
|
if @api_client.config.client_side_validation && user_uuid.nil?
|
595
|
-
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling
|
595
|
+
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling UserManagement.get_user_role_ids"
|
596
596
|
end
|
597
597
|
# resource path
|
598
598
|
local_var_path = '/user-roles/queries/user-role-ids-by-user-uuid/v1'
|
@@ -619,7 +619,7 @@ module Falcon
|
|
619
619
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
620
620
|
|
621
621
|
new_options = opts.merge(
|
622
|
-
:operation => :"
|
622
|
+
:operation => :"UserManagement.get_user_role_ids",
|
623
623
|
:header_params => header_params,
|
624
624
|
:query_params => query_params,
|
625
625
|
:form_params => form_params,
|
@@ -630,7 +630,7 @@ module Falcon
|
|
630
630
|
|
631
631
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
632
632
|
if @api_client.config.debugging
|
633
|
-
@api_client.config.logger.debug "API called:
|
633
|
+
@api_client.config.logger.debug "API called: UserManagement#get_user_role_ids\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
634
634
|
end
|
635
635
|
return data, status_code, headers
|
636
636
|
end
|
@@ -652,15 +652,15 @@ module Falcon
|
|
652
652
|
# @return [Array<(ApiUserRoleIDsResponse, Integer, Hash)>] ApiUserRoleIDsResponse data, response status code and response headers
|
653
653
|
def grant_user_role_ids_with_http_info(user_uuid, body, opts = {})
|
654
654
|
if @api_client.config.debugging
|
655
|
-
@api_client.config.logger.debug 'Calling API:
|
655
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.grant_user_role_ids ...'
|
656
656
|
end
|
657
657
|
# verify the required parameter 'user_uuid' is set
|
658
658
|
if @api_client.config.client_side_validation && user_uuid.nil?
|
659
|
-
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling
|
659
|
+
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling UserManagement.grant_user_role_ids"
|
660
660
|
end
|
661
661
|
# verify the required parameter 'body' is set
|
662
662
|
if @api_client.config.client_side_validation && body.nil?
|
663
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
663
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling UserManagement.grant_user_role_ids"
|
664
664
|
end
|
665
665
|
# resource path
|
666
666
|
local_var_path = '/user-roles/entities/user-roles/v1'
|
@@ -692,7 +692,7 @@ module Falcon
|
|
692
692
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
693
693
|
|
694
694
|
new_options = opts.merge(
|
695
|
-
:operation => :"
|
695
|
+
:operation => :"UserManagement.grant_user_role_ids",
|
696
696
|
:header_params => header_params,
|
697
697
|
:query_params => query_params,
|
698
698
|
:form_params => form_params,
|
@@ -703,7 +703,7 @@ module Falcon
|
|
703
703
|
|
704
704
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
705
705
|
if @api_client.config.debugging
|
706
|
-
@api_client.config.logger.debug "API called:
|
706
|
+
@api_client.config.logger.debug "API called: UserManagement#grant_user_role_ids\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
707
707
|
end
|
708
708
|
return data, status_code, headers
|
709
709
|
end
|
@@ -727,7 +727,7 @@ module Falcon
|
|
727
727
|
# @return [Array<(MsaspecQueryResponse, Integer, Hash)>] MsaspecQueryResponse data, response status code and response headers
|
728
728
|
def queries_roles_v1_with_http_info(opts = {})
|
729
729
|
if @api_client.config.debugging
|
730
|
-
@api_client.config.logger.debug 'Calling API:
|
730
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.queries_roles_v1 ...'
|
731
731
|
end
|
732
732
|
# resource path
|
733
733
|
local_var_path = '/user-management/queries/roles/v1'
|
@@ -756,7 +756,7 @@ module Falcon
|
|
756
756
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
757
757
|
|
758
758
|
new_options = opts.merge(
|
759
|
-
:operation => :"
|
759
|
+
:operation => :"UserManagement.queries_roles_v1",
|
760
760
|
:header_params => header_params,
|
761
761
|
:query_params => query_params,
|
762
762
|
:form_params => form_params,
|
@@ -767,7 +767,7 @@ module Falcon
|
|
767
767
|
|
768
768
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
769
769
|
if @api_client.config.debugging
|
770
|
-
@api_client.config.logger.debug "API called:
|
770
|
+
@api_client.config.logger.debug "API called: UserManagement#queries_roles_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
771
771
|
end
|
772
772
|
return data, status_code, headers
|
773
773
|
end
|
@@ -793,18 +793,18 @@ module Falcon
|
|
793
793
|
# @return [Array<(MsaspecQueryResponse, Integer, Hash)>] MsaspecQueryResponse data, response status code and response headers
|
794
794
|
def query_user_v1_with_http_info(opts = {})
|
795
795
|
if @api_client.config.debugging
|
796
|
-
@api_client.config.logger.debug 'Calling API:
|
796
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.query_user_v1 ...'
|
797
797
|
end
|
798
798
|
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
799
|
-
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling
|
799
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling UserManagement.query_user_v1, must be greater than or equal to 0.'
|
800
800
|
end
|
801
801
|
|
802
802
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] > 500
|
803
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling
|
803
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling UserManagement.query_user_v1, must be smaller than or equal to 500.'
|
804
804
|
end
|
805
805
|
|
806
806
|
if @api_client.config.client_side_validation && !opts[:'limit'].nil? && opts[:'limit'] < 1
|
807
|
-
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling
|
807
|
+
fail ArgumentError, 'invalid value for "opts[:"limit"]" when calling UserManagement.query_user_v1, must be greater than or equal to 1.'
|
808
808
|
end
|
809
809
|
|
810
810
|
allowable_values = ["cid_name|asc", "cid_name|desc", "created_at|asc", "created_at|desc", "first_name|asc", "first_name|desc", "last_login_at|asc", "last_login_at|desc", "last_name|asc", "last_name|desc", "name|asc", "name|desc", "uid|asc", "uid|desc"]
|
@@ -839,7 +839,7 @@ module Falcon
|
|
839
839
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
840
840
|
|
841
841
|
new_options = opts.merge(
|
842
|
-
:operation => :"
|
842
|
+
:operation => :"UserManagement.query_user_v1",
|
843
843
|
:header_params => header_params,
|
844
844
|
:query_params => query_params,
|
845
845
|
:form_params => form_params,
|
@@ -850,7 +850,7 @@ module Falcon
|
|
850
850
|
|
851
851
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
852
852
|
if @api_client.config.debugging
|
853
|
-
@api_client.config.logger.debug "API called:
|
853
|
+
@api_client.config.logger.debug "API called: UserManagement#query_user_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
854
854
|
end
|
855
855
|
return data, status_code, headers
|
856
856
|
end
|
@@ -868,7 +868,7 @@ module Falcon
|
|
868
868
|
# @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
|
869
869
|
def retrieve_emails_by_cid_with_http_info(opts = {})
|
870
870
|
if @api_client.config.debugging
|
871
|
-
@api_client.config.logger.debug 'Calling API:
|
871
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.retrieve_emails_by_cid ...'
|
872
872
|
end
|
873
873
|
# resource path
|
874
874
|
local_var_path = '/users/queries/emails-by-cid/v1'
|
@@ -894,7 +894,7 @@ module Falcon
|
|
894
894
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
895
895
|
|
896
896
|
new_options = opts.merge(
|
897
|
-
:operation => :"
|
897
|
+
:operation => :"UserManagement.retrieve_emails_by_cid",
|
898
898
|
:header_params => header_params,
|
899
899
|
:query_params => query_params,
|
900
900
|
:form_params => form_params,
|
@@ -905,7 +905,7 @@ module Falcon
|
|
905
905
|
|
906
906
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
907
907
|
if @api_client.config.debugging
|
908
|
-
@api_client.config.logger.debug "API called:
|
908
|
+
@api_client.config.logger.debug "API called: UserManagement#retrieve_emails_by_cid\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
909
909
|
end
|
910
910
|
return data, status_code, headers
|
911
911
|
end
|
@@ -925,11 +925,11 @@ module Falcon
|
|
925
925
|
# @return [Array<(ApiUserMetadataResponse, Integer, Hash)>] ApiUserMetadataResponse data, response status code and response headers
|
926
926
|
def retrieve_user_with_http_info(ids, opts = {})
|
927
927
|
if @api_client.config.debugging
|
928
|
-
@api_client.config.logger.debug 'Calling API:
|
928
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.retrieve_user ...'
|
929
929
|
end
|
930
930
|
# verify the required parameter 'ids' is set
|
931
931
|
if @api_client.config.client_side_validation && ids.nil?
|
932
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
932
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling UserManagement.retrieve_user"
|
933
933
|
end
|
934
934
|
# resource path
|
935
935
|
local_var_path = '/users/entities/users/v1'
|
@@ -956,7 +956,7 @@ module Falcon
|
|
956
956
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
957
957
|
|
958
958
|
new_options = opts.merge(
|
959
|
-
:operation => :"
|
959
|
+
:operation => :"UserManagement.retrieve_user",
|
960
960
|
:header_params => header_params,
|
961
961
|
:query_params => query_params,
|
962
962
|
:form_params => form_params,
|
@@ -967,7 +967,7 @@ module Falcon
|
|
967
967
|
|
968
968
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
969
969
|
if @api_client.config.debugging
|
970
|
-
@api_client.config.logger.debug "API called:
|
970
|
+
@api_client.config.logger.debug "API called: UserManagement#retrieve_user\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
971
971
|
end
|
972
972
|
return data, status_code, headers
|
973
973
|
end
|
@@ -987,11 +987,11 @@ module Falcon
|
|
987
987
|
# @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
|
988
988
|
def retrieve_user_uuid_with_http_info(uid, opts = {})
|
989
989
|
if @api_client.config.debugging
|
990
|
-
@api_client.config.logger.debug 'Calling API:
|
990
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.retrieve_user_uuid ...'
|
991
991
|
end
|
992
992
|
# verify the required parameter 'uid' is set
|
993
993
|
if @api_client.config.client_side_validation && uid.nil?
|
994
|
-
fail ArgumentError, "Missing the required parameter 'uid' when calling
|
994
|
+
fail ArgumentError, "Missing the required parameter 'uid' when calling UserManagement.retrieve_user_uuid"
|
995
995
|
end
|
996
996
|
# resource path
|
997
997
|
local_var_path = '/users/queries/user-uuids-by-email/v1'
|
@@ -1018,7 +1018,7 @@ module Falcon
|
|
1018
1018
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1019
1019
|
|
1020
1020
|
new_options = opts.merge(
|
1021
|
-
:operation => :"
|
1021
|
+
:operation => :"UserManagement.retrieve_user_uuid",
|
1022
1022
|
:header_params => header_params,
|
1023
1023
|
:query_params => query_params,
|
1024
1024
|
:form_params => form_params,
|
@@ -1029,7 +1029,7 @@ module Falcon
|
|
1029
1029
|
|
1030
1030
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1031
1031
|
if @api_client.config.debugging
|
1032
|
-
@api_client.config.logger.debug "API called:
|
1032
|
+
@api_client.config.logger.debug "API called: UserManagement#retrieve_user_uuid\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1033
1033
|
end
|
1034
1034
|
return data, status_code, headers
|
1035
1035
|
end
|
@@ -1047,7 +1047,7 @@ module Falcon
|
|
1047
1047
|
# @return [Array<(MsaQueryResponse, Integer, Hash)>] MsaQueryResponse data, response status code and response headers
|
1048
1048
|
def retrieve_user_uuids_by_cid_with_http_info(opts = {})
|
1049
1049
|
if @api_client.config.debugging
|
1050
|
-
@api_client.config.logger.debug 'Calling API:
|
1050
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.retrieve_user_uuids_by_cid ...'
|
1051
1051
|
end
|
1052
1052
|
# resource path
|
1053
1053
|
local_var_path = '/users/queries/user-uuids-by-cid/v1'
|
@@ -1073,7 +1073,7 @@ module Falcon
|
|
1073
1073
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1074
1074
|
|
1075
1075
|
new_options = opts.merge(
|
1076
|
-
:operation => :"
|
1076
|
+
:operation => :"UserManagement.retrieve_user_uuids_by_cid",
|
1077
1077
|
:header_params => header_params,
|
1078
1078
|
:query_params => query_params,
|
1079
1079
|
:form_params => form_params,
|
@@ -1084,7 +1084,7 @@ module Falcon
|
|
1084
1084
|
|
1085
1085
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1086
1086
|
if @api_client.config.debugging
|
1087
|
-
@api_client.config.logger.debug "API called:
|
1087
|
+
@api_client.config.logger.debug "API called: UserManagement#retrieve_user_uuids_by_cid\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1088
1088
|
end
|
1089
1089
|
return data, status_code, headers
|
1090
1090
|
end
|
@@ -1104,11 +1104,11 @@ module Falcon
|
|
1104
1104
|
# @return [Array<(FlightcontrolapiUserResponse, Integer, Hash)>] FlightcontrolapiUserResponse data, response status code and response headers
|
1105
1105
|
def retrieve_users_getv1_with_http_info(body, opts = {})
|
1106
1106
|
if @api_client.config.debugging
|
1107
|
-
@api_client.config.logger.debug 'Calling API:
|
1107
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.retrieve_users_getv1 ...'
|
1108
1108
|
end
|
1109
1109
|
# verify the required parameter 'body' is set
|
1110
1110
|
if @api_client.config.client_side_validation && body.nil?
|
1111
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1111
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling UserManagement.retrieve_users_getv1"
|
1112
1112
|
end
|
1113
1113
|
# resource path
|
1114
1114
|
local_var_path = '/user-management/entities/users/GET/v1'
|
@@ -1139,7 +1139,7 @@ module Falcon
|
|
1139
1139
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1140
1140
|
|
1141
1141
|
new_options = opts.merge(
|
1142
|
-
:operation => :"
|
1142
|
+
:operation => :"UserManagement.retrieve_users_getv1",
|
1143
1143
|
:header_params => header_params,
|
1144
1144
|
:query_params => query_params,
|
1145
1145
|
:form_params => form_params,
|
@@ -1150,7 +1150,7 @@ module Falcon
|
|
1150
1150
|
|
1151
1151
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1152
1152
|
if @api_client.config.debugging
|
1153
|
-
@api_client.config.logger.debug "API called:
|
1153
|
+
@api_client.config.logger.debug "API called: UserManagement#retrieve_users_getv1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1154
1154
|
end
|
1155
1155
|
return data, status_code, headers
|
1156
1156
|
end
|
@@ -1172,15 +1172,15 @@ module Falcon
|
|
1172
1172
|
# @return [Array<(ApiUserRoleIDsResponse, Integer, Hash)>] ApiUserRoleIDsResponse data, response status code and response headers
|
1173
1173
|
def revoke_user_role_ids_with_http_info(user_uuid, ids, opts = {})
|
1174
1174
|
if @api_client.config.debugging
|
1175
|
-
@api_client.config.logger.debug 'Calling API:
|
1175
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.revoke_user_role_ids ...'
|
1176
1176
|
end
|
1177
1177
|
# verify the required parameter 'user_uuid' is set
|
1178
1178
|
if @api_client.config.client_side_validation && user_uuid.nil?
|
1179
|
-
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling
|
1179
|
+
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling UserManagement.revoke_user_role_ids"
|
1180
1180
|
end
|
1181
1181
|
# verify the required parameter 'ids' is set
|
1182
1182
|
if @api_client.config.client_side_validation && ids.nil?
|
1183
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling
|
1183
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling UserManagement.revoke_user_role_ids"
|
1184
1184
|
end
|
1185
1185
|
# resource path
|
1186
1186
|
local_var_path = '/user-roles/entities/user-roles/v1'
|
@@ -1208,7 +1208,7 @@ module Falcon
|
|
1208
1208
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1209
1209
|
|
1210
1210
|
new_options = opts.merge(
|
1211
|
-
:operation => :"
|
1211
|
+
:operation => :"UserManagement.revoke_user_role_ids",
|
1212
1212
|
:header_params => header_params,
|
1213
1213
|
:query_params => query_params,
|
1214
1214
|
:form_params => form_params,
|
@@ -1219,7 +1219,7 @@ module Falcon
|
|
1219
1219
|
|
1220
1220
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
1221
1221
|
if @api_client.config.debugging
|
1222
|
-
@api_client.config.logger.debug "API called:
|
1222
|
+
@api_client.config.logger.debug "API called: UserManagement#revoke_user_role_ids\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1223
1223
|
end
|
1224
1224
|
return data, status_code, headers
|
1225
1225
|
end
|
@@ -1241,15 +1241,15 @@ module Falcon
|
|
1241
1241
|
# @return [Array<(ApiUserMetadataResponse, Integer, Hash)>] ApiUserMetadataResponse data, response status code and response headers
|
1242
1242
|
def update_user_with_http_info(user_uuid, body, opts = {})
|
1243
1243
|
if @api_client.config.debugging
|
1244
|
-
@api_client.config.logger.debug 'Calling API:
|
1244
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.update_user ...'
|
1245
1245
|
end
|
1246
1246
|
# verify the required parameter 'user_uuid' is set
|
1247
1247
|
if @api_client.config.client_side_validation && user_uuid.nil?
|
1248
|
-
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling
|
1248
|
+
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling UserManagement.update_user"
|
1249
1249
|
end
|
1250
1250
|
# verify the required parameter 'body' is set
|
1251
1251
|
if @api_client.config.client_side_validation && body.nil?
|
1252
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1252
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling UserManagement.update_user"
|
1253
1253
|
end
|
1254
1254
|
# resource path
|
1255
1255
|
local_var_path = '/users/entities/users/v1'
|
@@ -1281,7 +1281,7 @@ module Falcon
|
|
1281
1281
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1282
1282
|
|
1283
1283
|
new_options = opts.merge(
|
1284
|
-
:operation => :"
|
1284
|
+
:operation => :"UserManagement.update_user",
|
1285
1285
|
:header_params => header_params,
|
1286
1286
|
:query_params => query_params,
|
1287
1287
|
:form_params => form_params,
|
@@ -1292,7 +1292,7 @@ module Falcon
|
|
1292
1292
|
|
1293
1293
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1294
1294
|
if @api_client.config.debugging
|
1295
|
-
@api_client.config.logger.debug "API called:
|
1295
|
+
@api_client.config.logger.debug "API called: UserManagement#update_user\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1296
1296
|
end
|
1297
1297
|
return data, status_code, headers
|
1298
1298
|
end
|
@@ -1314,15 +1314,15 @@ module Falcon
|
|
1314
1314
|
# @return [Array<(FlightcontrolapiUserResponse, Integer, Hash)>] FlightcontrolapiUserResponse data, response status code and response headers
|
1315
1315
|
def update_user_v1_with_http_info(user_uuid, body, opts = {})
|
1316
1316
|
if @api_client.config.debugging
|
1317
|
-
@api_client.config.logger.debug 'Calling API:
|
1317
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.update_user_v1 ...'
|
1318
1318
|
end
|
1319
1319
|
# verify the required parameter 'user_uuid' is set
|
1320
1320
|
if @api_client.config.client_side_validation && user_uuid.nil?
|
1321
|
-
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling
|
1321
|
+
fail ArgumentError, "Missing the required parameter 'user_uuid' when calling UserManagement.update_user_v1"
|
1322
1322
|
end
|
1323
1323
|
# verify the required parameter 'body' is set
|
1324
1324
|
if @api_client.config.client_side_validation && body.nil?
|
1325
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1325
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling UserManagement.update_user_v1"
|
1326
1326
|
end
|
1327
1327
|
# resource path
|
1328
1328
|
local_var_path = '/user-management/entities/users/v1'
|
@@ -1354,7 +1354,7 @@ module Falcon
|
|
1354
1354
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1355
1355
|
|
1356
1356
|
new_options = opts.merge(
|
1357
|
-
:operation => :"
|
1357
|
+
:operation => :"UserManagement.update_user_v1",
|
1358
1358
|
:header_params => header_params,
|
1359
1359
|
:query_params => query_params,
|
1360
1360
|
:form_params => form_params,
|
@@ -1365,7 +1365,7 @@ module Falcon
|
|
1365
1365
|
|
1366
1366
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1367
1367
|
if @api_client.config.debugging
|
1368
|
-
@api_client.config.logger.debug "API called:
|
1368
|
+
@api_client.config.logger.debug "API called: UserManagement#update_user_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1369
1369
|
end
|
1370
1370
|
return data, status_code, headers
|
1371
1371
|
end
|
@@ -1385,11 +1385,11 @@ module Falcon
|
|
1385
1385
|
# @return [Array<(MsaspecResponseFields, Integer, Hash)>] MsaspecResponseFields data, response status code and response headers
|
1386
1386
|
def user_action_v1_with_http_info(body, opts = {})
|
1387
1387
|
if @api_client.config.debugging
|
1388
|
-
@api_client.config.logger.debug 'Calling API:
|
1388
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.user_action_v1 ...'
|
1389
1389
|
end
|
1390
1390
|
# verify the required parameter 'body' is set
|
1391
1391
|
if @api_client.config.client_side_validation && body.nil?
|
1392
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1392
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling UserManagement.user_action_v1"
|
1393
1393
|
end
|
1394
1394
|
# resource path
|
1395
1395
|
local_var_path = '/user-management/entities/user-actions/v1'
|
@@ -1420,7 +1420,7 @@ module Falcon
|
|
1420
1420
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1421
1421
|
|
1422
1422
|
new_options = opts.merge(
|
1423
|
-
:operation => :"
|
1423
|
+
:operation => :"UserManagement.user_action_v1",
|
1424
1424
|
:header_params => header_params,
|
1425
1425
|
:query_params => query_params,
|
1426
1426
|
:form_params => form_params,
|
@@ -1431,7 +1431,7 @@ module Falcon
|
|
1431
1431
|
|
1432
1432
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1433
1433
|
if @api_client.config.debugging
|
1434
|
-
@api_client.config.logger.debug "API called:
|
1434
|
+
@api_client.config.logger.debug "API called: UserManagement#user_action_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1435
1435
|
end
|
1436
1436
|
return data, status_code, headers
|
1437
1437
|
end
|
@@ -1451,11 +1451,11 @@ module Falcon
|
|
1451
1451
|
# @return [Array<(MsaspecResponseFields, Integer, Hash)>] MsaspecResponseFields data, response status code and response headers
|
1452
1452
|
def user_roles_action_v1_with_http_info(body, opts = {})
|
1453
1453
|
if @api_client.config.debugging
|
1454
|
-
@api_client.config.logger.debug 'Calling API:
|
1454
|
+
@api_client.config.logger.debug 'Calling API: UserManagement.user_roles_action_v1 ...'
|
1455
1455
|
end
|
1456
1456
|
# verify the required parameter 'body' is set
|
1457
1457
|
if @api_client.config.client_side_validation && body.nil?
|
1458
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling
|
1458
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling UserManagement.user_roles_action_v1"
|
1459
1459
|
end
|
1460
1460
|
# resource path
|
1461
1461
|
local_var_path = '/user-management/entities/user-role-actions/v1'
|
@@ -1486,7 +1486,7 @@ module Falcon
|
|
1486
1486
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1487
1487
|
|
1488
1488
|
new_options = opts.merge(
|
1489
|
-
:operation => :"
|
1489
|
+
:operation => :"UserManagement.user_roles_action_v1",
|
1490
1490
|
:header_params => header_params,
|
1491
1491
|
:query_params => query_params,
|
1492
1492
|
:form_params => form_params,
|
@@ -1497,7 +1497,7 @@ module Falcon
|
|
1497
1497
|
|
1498
1498
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1499
1499
|
if @api_client.config.debugging
|
1500
|
-
@api_client.config.logger.debug "API called:
|
1500
|
+
@api_client.config.logger.debug "API called: UserManagement#user_roles_action_v1\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1501
1501
|
end
|
1502
1502
|
return data, status_code, headers
|
1503
1503
|
end
|