crimson-falcon 0.4.1 → 0.5.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 +1240 -88
- data/crimson-falcon.gemspec +1 -1
- data/lib/crimson-falcon/api/alerts_api.rb +28 -28
- data/lib/crimson-falcon/api/api_integrations_api.rb +239 -0
- data/lib/crimson-falcon/api/aspm_api.rb +1579 -0
- data/lib/crimson-falcon/api/certificate_based_exclusions_api.rb +435 -0
- data/lib/crimson-falcon/api/cloud_snapshots_api.rb +308 -0
- data/lib/crimson-falcon/api/compliance_assessments_api.rb +683 -0
- data/lib/crimson-falcon/api/container_images_api.rb +200 -8
- data/lib/crimson-falcon/api/container_vulnerabilities_api.rb +14 -14
- data/lib/crimson-falcon/api/{provision_api.rb → cspg_iacapi_api.rb} +10 -10
- data/lib/crimson-falcon/api/cspm_registration_api.rb +345 -7
- data/lib/crimson-falcon/api/custom_ioa_api.rb +90 -24
- data/lib/crimson-falcon/api/custom_storage_api.rb +643 -15
- data/lib/crimson-falcon/api/d4c_registration_api.rb +234 -100
- data/lib/crimson-falcon/api/datascanner_api.rb +225 -0
- data/lib/crimson-falcon/api/default_api.rb +475 -0
- data/lib/crimson-falcon/api/delivery_settings_api.rb +160 -0
- data/lib/crimson-falcon/api/discover_api.rb +164 -0
- data/lib/crimson-falcon/api/discover_iot_api.rb +77 -2
- data/lib/crimson-falcon/api/downloads_api_api.rb +181 -0
- data/lib/crimson-falcon/api/exposure_management_api.rb +716 -0
- data/lib/crimson-falcon/api/falcon_complete_dashboard_api.rb +90 -24
- data/lib/crimson-falcon/api/falcon_container_image_api.rb +248 -0
- data/lib/crimson-falcon/api/falconx_sandbox_api.rb +11 -8
- data/lib/crimson-falcon/api/filevantage_api.rb +373 -33
- data/lib/crimson-falcon/api/firewall_management_api.rb +27 -27
- data/lib/crimson-falcon/api/foundry_logscale_api.rb +205 -14
- data/lib/crimson-falcon/api/handle_api.rb +94 -0
- data/lib/crimson-falcon/api/host_migration_api.rb +759 -0
- data/lib/crimson-falcon/api/hosts_api.rb +4 -4
- data/lib/crimson-falcon/api/humio_auth_proxy_api.rb +514 -0
- data/lib/crimson-falcon/api/identity_protection_api.rb +298 -0
- data/lib/crimson-falcon/api/intel_api.rb +288 -19
- data/lib/crimson-falcon/api/ioa_exclusions_api.rb +8 -2
- data/lib/crimson-falcon/api/kubernetes_protection_api.rb +175 -62
- data/lib/crimson-falcon/api/message_center_api.rb +1 -1
- data/lib/crimson-falcon/api/mobile_enrollment_api.rb +76 -0
- data/lib/crimson-falcon/api/oauth2_api.rb +5 -5
- data/lib/crimson-falcon/api/quick_scan_api.rb +6 -6
- data/lib/crimson-falcon/api/quick_scan_pro_api.rb +432 -0
- data/lib/crimson-falcon/api/real_time_response_admin_api.rb +4 -4
- data/lib/crimson-falcon/api/real_time_response_api.rb +11 -11
- data/lib/crimson-falcon/api/recon_api.rb +12 -5
- data/lib/crimson-falcon/api/report_executions_api.rb +6 -6
- data/lib/crimson-falcon/api/sensor_download_api.rb +261 -3
- data/lib/crimson-falcon/api/sensor_update_policies_api.rb +1 -1
- data/lib/crimson-falcon/api/sensor_usage_api_api.rb +97 -0
- data/lib/crimson-falcon/api/spotlight_vulnerabilities_api.rb +16 -16
- data/lib/crimson-falcon/api/threatgraph_api.rb +539 -0
- data/lib/crimson-falcon/api/workflows_api.rb +280 -42
- data/lib/crimson-falcon/api_client.rb +4 -2
- data/lib/crimson-falcon/models/actions_action.rb +348 -0
- data/lib/crimson-falcon/models/actions_action_response.rb +259 -0
- data/lib/crimson-falcon/models/actions_create_action_request.rb +264 -0
- data/lib/crimson-falcon/models/actions_get_action_response.rb +266 -0
- data/lib/crimson-falcon/models/activities_activity.rb +460 -0
- data/lib/crimson-falcon/models/activities_activity_ext_field.rb +315 -0
- data/lib/crimson-falcon/models/activities_activity_external_response.rb +271 -0
- data/lib/crimson-falcon/models/activity.rb +243 -0
- data/lib/crimson-falcon/models/alerts_container_alerts_count_value.rb +21 -21
- data/lib/crimson-falcon/models/alerts_container_alerts_entity_response.rb +2 -2
- data/lib/crimson-falcon/models/api_action_resp_v1.rb +1 -1
- data/lib/crimson-falcon/models/api_audit_event_details_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/api_cert_based_exclusion_create_req_v1.rb +342 -0
- data/lib/crimson-falcon/models/api_cert_based_exclusion_resp_v1.rb +261 -0
- data/lib/crimson-falcon/models/api_cert_based_exclusion_update_req_v1.rb +351 -0
- data/lib/crimson-falcon/models/api_cert_based_exclusion_v1.rb +365 -0
- data/lib/crimson-falcon/models/api_cert_based_exclusions_create_req_v1.rb +241 -0
- data/lib/crimson-falcon/models/api_cert_based_exclusions_update_req_v1.rb +241 -0
- data/lib/crimson-falcon/models/api_certificate_req_v1.rb +309 -0
- data/lib/crimson-falcon/models/api_certificate_v1.rb +309 -0
- data/lib/crimson-falcon/models/api_certificates_response_v1.rb +241 -0
- data/lib/crimson-falcon/models/api_create_migration_request_v1.rb +283 -0
- data/lib/crimson-falcon/models/api_create_migration_response_v1.rb +271 -0
- data/lib/crimson-falcon/models/api_customer_settings_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/api_device_count_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/api_devices_ran_on_resp_v1.rb +1 -1
- data/lib/crimson-falcon/models/api_entities_response.rb +2 -2
- data/lib/crimson-falcon/models/api_event.rb +277 -0
- data/lib/crimson-falcon/models/api_execution_results_response.rb +2 -2
- data/lib/crimson-falcon/models/api_get_host_migration_response_v1.rb +271 -0
- data/lib/crimson-falcon/models/api_get_migration_destinations_request_body_v1.rb +255 -0
- data/lib/crimson-falcon/models/api_get_migration_destinations_response_v1.rb +266 -0
- data/lib/crimson-falcon/models/{domain_rule_entities_response.rb → api_get_migrations_response_v1.rb} +6 -6
- data/lib/crimson-falcon/models/{domain_ddos_attack_source.rb → api_host_migration.rb} +140 -137
- data/lib/crimson-falcon/models/api_hourly_average_response.rb +266 -0
- data/lib/crimson-falcon/models/api_indicator_create_req_v1.rb +1 -0
- data/lib/crimson-falcon/models/api_indicator_query_resp_v1.rb +1 -1
- data/lib/crimson-falcon/models/api_indicator_resp_v1.rb +1 -1
- data/lib/crimson-falcon/models/api_message_center_activity_response.rb +2 -2
- data/lib/crimson-falcon/models/api_message_center_attachment_upload_response.rb +2 -2
- data/lib/crimson-falcon/models/api_message_center_cases_response.rb +2 -2
- data/lib/crimson-falcon/models/api_mfa_resource_ids_response.rb +275 -0
- data/lib/crimson-falcon/models/api_migrate_hosts_info.rb +267 -0
- data/lib/crimson-falcon/models/api_migration.rb +378 -0
- data/lib/crimson-falcon/models/api_notification_exposed_data_record_entities_response_v1.rb +1 -1
- data/lib/crimson-falcon/models/api_object_metadata.rb +10 -1
- data/lib/crimson-falcon/models/api_patterns_response.rb +2 -2
- data/lib/crimson-falcon/models/api_platforms_response.rb +2 -2
- data/lib/crimson-falcon/models/api_post_enrollment_details_response.rb +2 -2
- data/lib/crimson-falcon/models/api_post_enrollment_details_v4.rb +269 -0
- data/lib/crimson-falcon/models/api_processes_ran_on_resp_v1.rb +1 -1
- data/lib/crimson-falcon/models/api_resource_ids_response.rb +2 -2
- data/lib/crimson-falcon/models/api_resp_certificates_v1.rb +261 -0
- data/lib/crimson-falcon/models/api_response_pagination.rb +2 -1
- data/lib/crimson-falcon/models/api_rule_groups_response.rb +2 -2
- data/lib/crimson-falcon/models/api_rule_types_response.rb +2 -2
- data/lib/crimson-falcon/models/api_rule_update_v2.rb +339 -0
- data/lib/crimson-falcon/models/api_rule_updates_request_v2.rb +283 -0
- data/lib/crimson-falcon/models/api_rules_response.rb +2 -2
- data/lib/crimson-falcon/models/api_sensor_details_response_swagger.rb +2 -2
- data/lib/crimson-falcon/models/api_token_details_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/api_user_metadata_response.rb +2 -2
- data/lib/crimson-falcon/models/api_user_role_ids_response.rb +2 -2
- data/lib/crimson-falcon/models/api_user_role_response.rb +2 -2
- data/lib/crimson-falcon/models/api_validation_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/api_weekly_average_response.rb +266 -0
- data/lib/crimson-falcon/models/apidomain_query_response_v1.rb +15 -1
- data/lib/crimson-falcon/models/apidomain_query_response_wrapper_v1.rb +2 -2
- data/lib/crimson-falcon/models/apidomain_repo_view_list_item_wrapper_v1.rb +2 -2
- data/lib/crimson-falcon/models/apidomain_saved_search_execute_request_v1.rb +89 -10
- data/lib/crimson-falcon/models/base_policy_members_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/binservapi_msa_put_file_response.rb +2 -2
- data/lib/crimson-falcon/models/changes_change.rb +29 -1
- data/lib/crimson-falcon/models/changes_high_volume_query_response.rb +1 -1
- data/lib/crimson-falcon/models/changes_host.rb +15 -4
- data/lib/crimson-falcon/models/changes_permissions_mac.rb +283 -0
- data/lib/crimson-falcon/models/client_archive_create_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/client_archive_list_files_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/client_data_ingest_response_wrapper_v1.rb +2 -2
- data/lib/crimson-falcon/models/client_extraction_create_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/client_extraction_list_files_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/client_fql_statement.rb +267 -0
- data/lib/crimson-falcon/models/client_job_status.rb +10 -1
- data/lib/crimson-falcon/models/client_sample_metadata_response_v2.rb +2 -2
- data/lib/crimson-falcon/models/client_system_definition_create_response.rb +2 -2
- data/lib/crimson-falcon/models/common_count_as_resource.rb +4 -18
- data/lib/crimson-falcon/models/common_count_response.rb +21 -21
- data/lib/crimson-falcon/models/common_credentials.rb +239 -0
- data/lib/crimson-falcon/models/common_entities_response.rb +269 -0
- data/lib/crimson-falcon/models/common_generic_entity_response_string.rb +2 -2
- data/lib/crimson-falcon/models/common_registry_credentials_response.rb +269 -0
- data/lib/crimson-falcon/models/contentchanges_change_contents_response.rb +264 -0
- data/lib/crimson-falcon/models/contentchanges_content.rb +253 -0
- data/lib/crimson-falcon/models/contentchanges_content_diff.rb +271 -0
- data/lib/crimson-falcon/models/core_entities_response.rb +2 -2
- data/lib/crimson-falcon/models/{custom_type1255839303.rb → custom_storage_object_keys.rb} +4 -4
- data/lib/crimson-falcon/models/{custom_type3191042536.rb → custom_storage_response.rb} +4 -4
- data/lib/crimson-falcon/models/definitions_definition_entities_response.rb +2 -2
- data/lib/crimson-falcon/models/definitions_definition_ext.rb +203 -12
- data/lib/crimson-falcon/models/definitions_definition_external_response.rb +2 -2
- data/lib/crimson-falcon/models/definitions_definition_import_response.rb +2 -2
- data/lib/crimson-falcon/models/{changes_get_changes_response.rb → deployments_entity_response.rb} +6 -6
- data/lib/crimson-falcon/models/destination.rb +243 -0
- data/lib/crimson-falcon/models/{domain_vulnerability_related_threat.rb → destinations_migration_destination.rb} +20 -14
- data/lib/crimson-falcon/models/detections_api_assessment_detections.rb +21 -21
- data/lib/crimson-falcon/models/detections_api_combined_detections.rb +21 -21
- data/lib/crimson-falcon/models/detections_api_detections_by_severity.rb +2 -2
- data/lib/crimson-falcon/models/detections_api_detections_by_type.rb +2 -2
- data/lib/crimson-falcon/models/detections_api_detections_count.rb +21 -21
- data/lib/crimson-falcon/models/{detects_alert.rb → detects_external_alert.rb} +220 -68
- data/lib/crimson-falcon/models/detectsapi_aggregates_response.rb +2 -2
- data/lib/crimson-falcon/models/detectsapi_alert_query_response.rb +2 -2
- data/lib/crimson-falcon/models/{detectsapi_post_entities_alerts_v2_response.rb → detectsapi_post_entities_alerts_v1_response_swagger.rb} +6 -6
- data/lib/crimson-falcon/models/{detectsapi_post_entities_alerts_v1_response.rb → detectsapi_post_entities_alerts_v2_response_swagger.rb} +6 -6
- data/lib/crimson-falcon/models/detectsapi_response_fields.rb +2 -2
- data/lib/crimson-falcon/models/device_control_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/device_control_resp_v2.rb +2 -2
- data/lib/crimson-falcon/models/device_control_usb_class_exceptions_req_v1.rb +2 -2
- data/lib/crimson-falcon/models/device_control_usb_class_exceptions_response.rb +2 -2
- data/lib/crimson-falcon/models/device_device.rb +55 -1
- data/lib/crimson-falcon/models/device_mapped_device_policies.rb +37 -1
- data/lib/crimson-falcon/models/deviceapi_device_details_response_swagger.rb +2 -2
- data/lib/crimson-falcon/models/deviceapi_device_response.rb +1 -1
- data/lib/crimson-falcon/models/deviceapi_device_swagger.rb +37 -1
- data/lib/crimson-falcon/models/deviceapi_groups_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/deviceapi_login_history_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/deviceapi_network_address_history_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/deviceapi_update_device_tags_swagger_v1.rb +2 -2
- data/lib/crimson-falcon/models/domain_action_entities_response_v1.rb +1 -1
- data/lib/crimson-falcon/models/domain_actor_document.rb +11 -11
- data/lib/crimson-falcon/models/domain_actors_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_aggregate_cluster_assessments_response.rb +266 -0
- data/lib/crimson-falcon/models/domain_aggregate_failed_asset_count_by_severity_response.rb +266 -0
- data/lib/crimson-falcon/models/domain_aggregate_failed_assets_by_rules_response.rb +266 -0
- data/lib/crimson-falcon/models/domain_aggregate_failed_rules_by_clusters_response.rb +266 -0
- data/lib/crimson-falcon/models/domain_aggregate_failed_rules_by_images_response.rb +266 -0
- data/lib/crimson-falcon/models/domain_aggregate_failed_rules_count_by_severity_response.rb +266 -0
- data/lib/crimson-falcon/models/domain_aggregate_image_assessments_response.rb +264 -0
- data/lib/crimson-falcon/models/domain_aggregate_rules_assessments_response.rb +266 -0
- data/lib/crimson-falcon/models/domain_aggregate_rules_by_status_response.rb +266 -0
- data/lib/crimson-falcon/models/domain_aggregates_response.rb +1 -1
- data/lib/crimson-falcon/models/domain_api_combined_findings_response_v1.rb +1 -1
- data/lib/crimson-falcon/models/domain_api_compliance_control_v1.rb +253 -0
- data/lib/crimson-falcon/models/domain_api_compliance_mapping_v1.rb +264 -0
- data/lib/crimson-falcon/models/domain_api_error.rb +25 -27
- data/lib/crimson-falcon/models/domain_api_evaluation_logic_entities_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/domain_api_evaluation_logic_item_v1.rb +15 -10
- data/lib/crimson-falcon/models/domain_api_evaluation_logic_v1.rb +10 -36
- data/lib/crimson-falcon/models/domain_api_finding_rule_v1.rb +12 -1
- data/lib/crimson-falcon/models/domain_api_host_info_facet_v1.rb +10 -1
- data/lib/crimson-falcon/models/domain_api_remediation_info.rb +255 -0
- data/lib/crimson-falcon/models/domain_api_remediation_v2.rb +21 -1
- data/lib/crimson-falcon/models/domain_api_rule_details_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/domain_api_rule_details_v1.rb +12 -1
- data/lib/crimson-falcon/models/domain_api_vulnerability_app_v2.rb +19 -4
- data/lib/crimson-falcon/models/domain_api_vulnerability_cve_details_facet_v2.rb +13 -1
- data/lib/crimson-falcon/models/domain_api_vulnerability_extended_app_v2.rb +38 -4
- data/lib/crimson-falcon/models/domain_api_vulnerability_host_facet_v2.rb +33 -1
- data/lib/crimson-falcon/models/domain_api_vulnerability_service_v2.rb +255 -0
- data/lib/crimson-falcon/models/domain_api_vulnerability_v2.rb +23 -1
- data/lib/crimson-falcon/models/{msaspec_paging.rb → domain_assessment_paging.rb} +14 -10
- data/lib/crimson-falcon/models/domain_assessments_by_score_response.rb +1 -1
- data/lib/crimson-falcon/models/domain_assessments_response.rb +1 -1
- data/lib/crimson-falcon/models/domain_audit_response.rb +1 -1
- data/lib/crimson-falcon/models/domain_aws_account_resource_metadata.rb +293 -0
- data/lib/crimson-falcon/models/domain_aws_account_v2.rb +57 -1
- data/lib/crimson-falcon/models/domain_aws_inventory_filter_setting.rb +269 -0
- data/lib/crimson-falcon/models/domain_base_api_vulnerability_v2.rb +23 -1
- data/lib/crimson-falcon/models/domain_batch_get_cmd_status_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_batch_get_command_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_batch_init_session_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_batch_refresh_session_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_behavior.rb +12 -1
- data/lib/crimson-falcon/models/domain_case_creation_request_v2.rb +29 -1
- data/lib/crimson-falcon/models/domain_cid_group_members_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/domain_cid_groups_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/domain_cipher.rb +252 -0
- data/lib/crimson-falcon/models/domain_cisa_known_exploited_vulnerabilities_info.rb +253 -0
- data/lib/crimson-falcon/models/domain_cloud_aws_account_v1.rb +507 -0
- data/lib/crimson-falcon/models/domain_cloud_condition.rb +322 -0
- data/lib/crimson-falcon/models/domain_command_execute_response_wrapper.rb +2 -2
- data/lib/crimson-falcon/models/domain_compliance.rb +280 -0
- data/lib/crimson-falcon/models/domain_compliance_findings_grouped_by_images_with_scroll.rb +255 -0
- data/lib/crimson-falcon/models/domain_condition.rb +29 -1
- data/lib/crimson-falcon/models/{domain_pastebin_text_source.rb → domain_config_v1.rb} +55 -50
- data/lib/crimson-falcon/models/domain_configs_v1.rb +271 -0
- data/lib/crimson-falcon/models/domain_content_package.rb +239 -0
- data/lib/crimson-falcon/models/domain_control.rb +281 -0
- data/lib/crimson-falcon/models/domain_control_benchmark.rb +243 -0
- data/lib/crimson-falcon/models/domain_cps_rating.rb +301 -0
- data/lib/crimson-falcon/models/domain_cps_rating_history_entry.rb +253 -0
- data/lib/crimson-falcon/models/domain_cps_rating_indicator.rb +267 -0
- data/lib/crimson-falcon/models/domain_create_submission_v1_error_response.rb +315 -0
- data/lib/crimson-falcon/models/domain_credentials.rb +12 -31
- data/lib/crimson-falcon/models/domain_cve.rb +543 -0
- data/lib/crimson-falcon/models/domain_cve_exploit.rb +283 -0
- data/lib/crimson-falcon/models/domain_cve_exploit_reference.rb +267 -0
- data/lib/crimson-falcon/models/domain_cve_exploit_source.rb +283 -0
- data/lib/crimson-falcon/models/domain_cvssv2.rb +280 -0
- data/lib/crimson-falcon/models/domain_cvssv3.rb +352 -0
- data/lib/crimson-falcon/models/domain_denormalized_adversary_reference.rb +257 -0
- data/lib/crimson-falcon/models/{msaspec_error.rb → domain_denormalized_country.rb} +14 -23
- data/lib/crimson-falcon/models/domain_denormalized_customer_target.rb +239 -0
- data/lib/crimson-falcon/models/domain_denormalized_report_reference.rb +257 -0
- data/lib/crimson-falcon/models/domain_denormalized_sector.rb +253 -0
- data/lib/crimson-falcon/models/domain_denormalized_threat_reference.rb +248 -0
- data/lib/crimson-falcon/models/domain_denormalized_threat_used_mitre.rb +292 -0
- data/lib/crimson-falcon/models/domain_device.rb +10 -10
- data/lib/crimson-falcon/models/domain_discover_api_account.rb +2 -2
- data/lib/crimson-falcon/models/domain_discover_api_account_entities_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_discover_api_application.rb +20 -1
- data/lib/crimson-falcon/models/domain_discover_api_application_browser_extension.rb +320 -0
- data/lib/crimson-falcon/models/domain_discover_api_application_browser_extension_installation.rb +320 -0
- data/lib/crimson-falcon/models/domain_discover_api_application_entities_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_discover_api_combined_applications_response.rb +271 -0
- data/lib/crimson-falcon/models/domain_discover_api_combined_hosts_response.rb +271 -0
- data/lib/crimson-falcon/models/domain_discover_api_host.rb +270 -5
- data/lib/crimson-falcon/models/domain_discover_api_host_entities_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_discover_api_login.rb +1 -1
- data/lib/crimson-falcon/models/domain_discover_api_login_entities_response.rb +2 -2
- data/lib/crimson-falcon/models/{msaspec_meta_info.rb → domain_discover_api_meta_info.rb} +4 -4
- data/lib/crimson-falcon/models/domain_discover_api_paging.rb +267 -0
- data/lib/crimson-falcon/models/domain_discover_api_response.rb +271 -0
- data/lib/crimson-falcon/models/domain_discover_apiio_t_host.rb +587 -126
- data/lib/crimson-falcon/models/domain_discover_apiio_t_host_entities_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_discover_apiio_t_host_triage.rb +285 -0
- data/lib/crimson-falcon/models/domain_discover_params.rb +15 -1
- data/lib/crimson-falcon/models/domain_errors_only.rb +1 -1
- data/lib/crimson-falcon/models/domain_execute_command_request_v1.rb +242 -0
- data/lib/crimson-falcon/models/domain_execute_command_result_v1.rb +286 -0
- data/lib/crimson-falcon/models/domain_execute_command_results_v1.rb +271 -0
- data/lib/crimson-falcon/models/domain_execute_command_v1.rb +329 -0
- data/lib/crimson-falcon/models/domain_execution_metadata_summary.rb +15 -1
- data/lib/crimson-falcon/models/domain_execution_metadata_v1.rb +15 -1
- data/lib/crimson-falcon/models/domain_export_job_entities_response_v1.rb +1 -1
- data/lib/crimson-falcon/models/domain_export_job_id_response_v1.rb +1 -1
- data/lib/crimson-falcon/models/domain_external_asset_api_delete_request_v1.rb +235 -0
- data/lib/crimson-falcon/models/domain_external_asset_api_patch_request_v1.rb +243 -0
- data/lib/crimson-falcon/models/domain_external_asset_application.rb +270 -0
- data/lib/crimson-falcon/models/domain_external_asset_certificate.rb +317 -0
- data/lib/crimson-falcon/models/domain_external_asset_certificate_entity_identifiers.rb +369 -0
- data/lib/crimson-falcon/models/domain_external_asset_cloud_vm.rb +347 -0
- data/lib/crimson-falcon/models/domain_external_asset_discovery_attributes.rb +251 -0
- data/lib/crimson-falcon/models/domain_external_asset_discovery_path_attributes.rb +237 -0
- data/lib/crimson-falcon/models/domain_external_asset_discovery_step_attributes.rb +292 -0
- data/lib/crimson-falcon/models/domain_external_asset_geographical_location.rb +306 -0
- data/lib/crimson-falcon/models/domain_external_asset_http_attributes.rb +281 -0
- data/lib/crimson-falcon/models/domain_external_asset_redirect_step_attributes.rb +280 -0
- data/lib/crimson-falcon/models/domain_external_asset_service.rb +443 -0
- data/lib/crimson-falcon/models/domain_external_asset_service_blobs_links.rb +261 -0
- data/lib/crimson-falcon/models/domain_external_asset_ssl_record.rb +301 -0
- data/lib/crimson-falcon/models/domain_external_asset_subsidiary.rb +255 -0
- data/lib/crimson-falcon/models/domain_external_assets_api_patch.rb +280 -0
- data/lib/crimson-falcon/models/domain_external_assets_api_triage.rb +285 -0
- data/lib/crimson-falcon/models/domain_external_assets_api_triage_patch.rb +265 -0
- data/lib/crimson-falcon/models/domain_external_assets_api_type_v1.rb +266 -0
- data/lib/crimson-falcon/models/domain_external_assets_blob_api_type_v1.rb +266 -0
- data/lib/crimson-falcon/models/domain_external_export_job.rb +312 -0
- data/lib/crimson-falcon/models/domain_external_query_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_external_registry_list_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_external_registry_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_feature_permission.rb +255 -0
- data/lib/crimson-falcon/models/domain_feature_status.rb +253 -0
- data/lib/crimson-falcon/models/domain_fem_dns_domain.rb +301 -0
- data/lib/crimson-falcon/models/domain_fem_ecosystem_subsidiaries_entities_response.rb +256 -0
- data/lib/crimson-falcon/models/{domain_api_evaluation_logic_host_info_v1.rb → domain_fem_ecosystem_subsidiaries_meta.rb} +28 -16
- data/lib/crimson-falcon/models/domain_fem_ecosystem_subsidiaries_query_response.rb +256 -0
- data/lib/crimson-falcon/models/domain_fem_ecosystem_subsidiaries_response_fields.rb +251 -0
- data/lib/crimson-falcon/models/domain_fem_ecosystem_subsidiary.rb +344 -0
- data/lib/crimson-falcon/models/domain_fem_external_asset.rb +497 -0
- data/lib/crimson-falcon/models/domain_fem_external_ip.rb +327 -0
- data/lib/crimson-falcon/models/domain_gcp_account_v1.rb +23 -1
- data/lib/crimson-falcon/models/domain_geo_point.rb +243 -0
- data/lib/crimson-falcon/models/domain_incident.rb +12 -1
- data/lib/crimson-falcon/models/domain_init_response.rb +19 -1
- data/lib/crimson-falcon/models/domain_init_response_wrapper.rb +2 -2
- data/lib/crimson-falcon/models/domain_item_details_v1.rb +30 -20
- data/lib/crimson-falcon/models/domain_launch_export_job_response_v1.rb +1 -1
- data/lib/crimson-falcon/models/domain_list_files_response_wrapper.rb +2 -2
- data/lib/crimson-falcon/models/domain_list_files_v2_response_wrapper.rb +2 -2
- data/lib/crimson-falcon/models/domain_list_sessions_response_msa.rb +2 -2
- data/lib/crimson-falcon/models/domain_malware_document.rb +783 -0
- data/lib/crimson-falcon/models/domain_malware_environment_aggregates.rb +267 -0
- data/lib/crimson-falcon/models/domain_malware_response.rb +272 -0
- data/lib/crimson-falcon/models/domain_marketplace_credentials.rb +258 -0
- data/lib/crimson-falcon/models/domain_marketplace_product.rb +1 -1
- data/lib/crimson-falcon/models/domain_meta_info.rb +5 -23
- data/lib/crimson-falcon/models/domain_msa_detect_summaries_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_msa_environment_score_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_msa_external_behavior_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_msa_external_incident_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_msa_incident_perform_action_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_msa_incident_query_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_msa_meta_info.rb +248 -0
- data/lib/crimson-falcon/models/domain_msa_qf_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_mssp_role_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/domain_multi_command_execute_response_wrapper.rb +2 -2
- data/lib/crimson-falcon/models/domain_multi_pulse_sensor_response.rb +1 -1
- data/lib/crimson-falcon/models/domain_multi_status_sensor_response.rb +1 -1
- data/lib/crimson-falcon/models/domain_news_document.rb +19 -9
- data/lib/crimson-falcon/models/domain_news_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_notification_details_response_v1.rb +1 -1
- data/lib/crimson-falcon/models/domain_notification_entities_response_v1.rb +1 -1
- data/lib/crimson-falcon/models/domain_notification_id_response.rb +1 -1
- data/lib/crimson-falcon/models/domain_notification_v1.rb +31 -1
- data/lib/crimson-falcon/models/domain_platform.rb +11 -11
- data/lib/crimson-falcon/models/domain_policy_info.rb +57 -1
- data/lib/crimson-falcon/models/domain_product_features.rb +255 -0
- data/lib/crimson-falcon/models/domain_product_features_status.rb +255 -0
- data/lib/crimson-falcon/models/domain_product_permission.rb +255 -0
- data/lib/crimson-falcon/models/domain_public_indicators_v3_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_query_mitre_attacks_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_query_response.rb +2 -7
- data/lib/crimson-falcon/models/domain_queued_session_response_wrapper.rb +2 -2
- data/lib/crimson-falcon/models/domain_reference.rb +255 -0
- data/lib/crimson-falcon/models/domain_registry_credentials_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_report_execution_summary_v1.rb +15 -1
- data/lib/crimson-falcon/models/domain_report_execution_v1.rb +15 -1
- data/lib/crimson-falcon/models/domain_report_executions_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/domain_report_params.rb +29 -4
- data/lib/crimson-falcon/models/domain_request.rb +239 -0
- data/lib/crimson-falcon/models/domain_rule_meta_info.rb +1 -1
- data/lib/crimson-falcon/models/domain_rules_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_scan.rb +10 -10
- data/lib/crimson-falcon/models/domain_scan_metadata.rb +10 -1
- data/lib/crimson-falcon/models/domain_scan_v2.rb +1 -10
- data/lib/crimson-falcon/models/domain_schedule.rb +34 -19
- data/lib/crimson-falcon/models/domain_scheduled_report_v1.rb +10 -1
- data/lib/crimson-falcon/models/domain_scheduled_reports_result_v1.rb +2 -2
- data/lib/crimson-falcon/models/domain_sensor_installer_v2.rb +405 -0
- data/lib/crimson-falcon/models/domain_sensor_installers_v1.rb +2 -2
- data/lib/crimson-falcon/models/domain_sensor_installers_v2.rb +271 -0
- data/lib/crimson-falcon/models/domain_session_response_wrapper.rb +2 -2
- data/lib/crimson-falcon/models/domain_simple_actor.rb +1 -1
- data/lib/crimson-falcon/models/domain_spapi_combined_vulnerabilities_response.rb +1 -1
- data/lib/crimson-falcon/models/domain_spapi_evaluation_logic_combined_response_v1.rb +1 -1
- data/lib/crimson-falcon/models/domain_spapi_evaluation_logic_entities_response_v1.rb +1 -1
- data/lib/crimson-falcon/models/domain_spapi_query_response.rb +1 -1
- data/lib/crimson-falcon/models/domain_spapi_remediation_entities_response_v2.rb +2 -2
- data/lib/crimson-falcon/models/domain_spapi_vulnerabilities_entities_response_v2.rb +1 -1
- data/lib/crimson-falcon/models/domain_spotlight_params.rb +269 -0
- data/lib/crimson-falcon/models/domain_status_response_wrapper.rb +2 -2
- data/lib/crimson-falcon/models/domain_update_rule_request_v1.rb +16 -1
- data/lib/crimson-falcon/models/domain_user.rb +45 -9
- data/lib/crimson-falcon/models/domain_user_group_members_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/domain_user_groups_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/domain_user_metadata.rb +10 -1
- data/lib/crimson-falcon/models/domain_vuln.rb +240 -0
- data/lib/crimson-falcon/models/domain_vulnerability.rb +38 -137
- data/lib/crimson-falcon/models/domain_vulnerability_response.rb +2 -2
- data/lib/crimson-falcon/models/domain_xdr_params.rb +57 -1
- data/lib/crimson-falcon/models/driftindicators_drift_entity_response.rb +2 -2
- data/lib/crimson-falcon/models/driftindicators_drift_indicators_count_value.rb +21 -21
- data/lib/crimson-falcon/models/driftindicators_drift_indicators_field_value.rb +21 -21
- data/lib/crimson-falcon/models/empowerapi_msa_falcon_script_response.rb +2 -2
- data/lib/crimson-falcon/models/empowerapi_msa_id_list_response.rb +2 -2
- data/lib/crimson-falcon/models/empowerapi_msa_pf_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/empowerapi_msa_pf_response_v2.rb +2 -2
- data/lib/crimson-falcon/models/entities_ods_scan_host_response.rb +2 -2
- data/lib/crimson-falcon/models/entities_ods_scan_malicious_file_response.rb +2 -2
- data/lib/crimson-falcon/models/entities_ods_scan_request.rb +1 -15
- data/lib/crimson-falcon/models/entities_ods_scan_response.rb +2 -2
- data/lib/crimson-falcon/models/entities_ods_scan_response_v2.rb +2 -2
- data/lib/crimson-falcon/models/entities_ods_schedule_scan_response.rb +2 -2
- data/lib/crimson-falcon/models/entities_rolling_average.rb +365 -0
- data/lib/crimson-falcon/models/exclusions_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/executions_execution_result.rb +21 -1
- data/lib/crimson-falcon/models/executions_loop_result.rb +13 -1
- data/lib/crimson-falcon/models/executions_trigger_result.rb +1 -1
- data/lib/crimson-falcon/models/exports_exports_response.rb +266 -0
- data/lib/crimson-falcon/models/exports_launch_export_request.rb +280 -0
- data/lib/crimson-falcon/models/exports_launch_export_response.rb +267 -0
- data/lib/crimson-falcon/models/falconx_errors_only.rb +2 -2
- data/lib/crimson-falcon/models/falconx_meta_info.rb +1 -1
- data/lib/crimson-falcon/models/falconx_query_response.rb +1 -1
- data/lib/crimson-falcon/models/falconx_report_v1.rb +19 -1
- data/lib/crimson-falcon/models/falconx_report_v1_response.rb +1 -1
- data/lib/crimson-falcon/models/falconx_sandbox_parameters_v1.rb +10 -1
- data/lib/crimson-falcon/models/falconx_sandbox_report_v1.rb +10 -1
- data/lib/crimson-falcon/models/falconx_submission_v1_response.rb +1 -1
- data/lib/crimson-falcon/models/falconx_summary_report_v1.rb +10 -1
- data/lib/crimson-falcon/models/falconx_summary_report_v1_response.rb +1 -1
- data/lib/crimson-falcon/models/fielddata_field_source.rb +278 -0
- data/lib/crimson-falcon/models/fielddata_field_source_option.rb +248 -0
- data/lib/crimson-falcon/models/firewall_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/flightcontrolapi_get_roles_response.rb +2 -2
- data/lib/crimson-falcon/models/flightcontrolapi_user_grant_response.rb +2 -2
- data/lib/crimson-falcon/models/flightcontrolapi_user_response.rb +2 -2
- data/lib/crimson-falcon/models/fwmgr_msa_aggregate_query_request.rb +10 -1
- data/lib/crimson-falcon/models/fwmgr_msa_extended_bounds_spec.rb +253 -0
- data/lib/crimson-falcon/models/graph_condition.rb +11 -1
- data/lib/crimson-falcon/models/graph_configured_activity.rb +11 -1
- data/lib/crimson-falcon/models/graph_end.rb +26 -4
- data/lib/crimson-falcon/models/graph_multi.rb +38 -4
- data/lib/crimson-falcon/models/graph_sub_model.rb +5 -15
- data/lib/crimson-falcon/models/graph_validation_error.rb +24 -4
- data/lib/crimson-falcon/models/host_groups_members_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/host_groups_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/host_groups_update_group_req_v1.rb +1 -0
- data/lib/crimson-falcon/models/images_api_combined_image_export.rb +2 -2
- data/lib/crimson-falcon/models/images_api_customer_and_image.rb +2 -2
- data/lib/crimson-falcon/models/images_api_image_assessment_history.rb +2 -2
- data/lib/crimson-falcon/models/images_api_image_by_vulnerability_count.rb +2 -2
- data/lib/crimson-falcon/models/images_api_image_count.rb +2 -2
- data/lib/crimson-falcon/models/images_api_image_count_by_base_os.rb +2 -2
- data/lib/crimson-falcon/models/images_api_image_count_by_state.rb +2 -2
- data/lib/crimson-falcon/models/images_api_image_issues_summary.rb +2 -2
- data/lib/crimson-falcon/models/images_api_image_vulnerabilities_summary.rb +2 -2
- data/lib/crimson-falcon/models/images_ext_combined_images_response.rb +2 -2
- data/lib/crimson-falcon/models/internal_sensor_status.rb +10 -1
- data/lib/crimson-falcon/models/ioa_exclusions_ioa_exclusions_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/iocapi_msa_reply_devices_ran_on.rb +1 -1
- data/lib/crimson-falcon/models/iocapi_msa_reply_ioc_devices_count.rb +1 -1
- data/lib/crimson-falcon/models/iocapi_msa_reply_processes_ran_on.rb +1 -1
- data/lib/crimson-falcon/models/jsonschema_condition_group_fields.rb +10 -1
- data/lib/crimson-falcon/models/{domain_key_value_pair.rb → jsonschema_duration_option.rb} +3 -3
- data/lib/crimson-falcon/models/jsonschema_sub_schema.rb +19 -1
- data/lib/crimson-falcon/models/jsonschema_ui_extensions.rb +285 -0
- data/lib/crimson-falcon/models/jsonschema_workflow_extensions.rb +11 -1
- data/lib/crimson-falcon/models/k8sassets_cluster_enrichment_data.rb +15 -1
- data/lib/crimson-falcon/models/k8sassets_cluster_enrichment_response.rb +2 -2
- data/lib/crimson-falcon/models/k8sassets_container_enrichment_response.rb +2 -2
- data/lib/crimson-falcon/models/k8sassets_deployment_enrichment_response.rb +2 -2
- data/lib/crimson-falcon/models/k8sassets_node_enrichment_response.rb +2 -2
- data/lib/crimson-falcon/models/k8sassets_pod_enrichment_response.rb +2 -2
- data/lib/crimson-falcon/models/k8sioms_kubernetes_iom_count_value.rb +21 -21
- data/lib/crimson-falcon/models/k8sioms_kubernetes_iom_entity_response.rb +2 -2
- data/lib/crimson-falcon/models/k8sioms_kubernetes_iom_field_value.rb +21 -21
- data/lib/crimson-falcon/models/k8sreg_create_aws_acc_resp.rb +2 -2
- data/lib/crimson-falcon/models/k8sreg_get_aws_accounts_resp.rb +2 -2
- data/lib/crimson-falcon/models/k8sreg_get_azure_bash_script_resp.rb +2 -2
- data/lib/crimson-falcon/models/k8sreg_get_azure_subscriptions_resp.rb +2 -2
- data/lib/crimson-falcon/models/k8sreg_get_azure_tenant_config_resp.rb +2 -2
- data/lib/crimson-falcon/models/k8sreg_get_azure_tenant_info_resp.rb +2 -2
- data/lib/crimson-falcon/models/k8sreg_get_clusters_resp.rb +2 -2
- data/lib/crimson-falcon/models/k8sreg_get_locations_resp.rb +2 -2
- data/lib/crimson-falcon/models/k8sreg_get_scripts_resp.rb +2 -2
- data/lib/crimson-falcon/models/k8sreg_list_cluster_cloud_resp.rb +2 -2
- data/lib/crimson-falcon/models/k8sreg_regen_api_key_resp.rb +2 -2
- data/lib/crimson-falcon/models/main_discovery_response_v2.rb +2 -2
- data/lib/crimson-falcon/models/malquery_fuzzy_search_meta_info.rb +1 -1
- data/lib/crimson-falcon/models/malquery_query_meta_info.rb +1 -1
- data/lib/crimson-falcon/models/malquery_rate_limits_response.rb +1 -1
- data/lib/crimson-falcon/models/malquery_request_meta_info.rb +1 -1
- data/lib/crimson-falcon/models/malquery_samples_metadata_meta_info.rb +1 -1
- data/lib/crimson-falcon/models/messages_case.rb +43 -1
- data/lib/crimson-falcon/models/mlscannerapi_meta_info.rb +1 -1
- data/lib/crimson-falcon/models/mlscannerapi_query_response.rb +1 -1
- data/lib/crimson-falcon/models/mlscannerapi_scan_v1_response.rb +1 -1
- data/lib/crimson-falcon/models/model_user_input_read_response.rb +2 -2
- data/lib/crimson-falcon/models/models_account_status_response.rb +2 -2
- data/lib/crimson-falcon/models/models_aggregate_values_by_field_response.rb +2 -2
- data/lib/crimson-falcon/models/models_api_customer_and_image.rb +69 -4
- data/lib/crimson-falcon/models/models_api_image_combined_export.rb +43 -1
- data/lib/crimson-falcon/models/models_application_package_info_type.rb +1 -1
- data/lib/crimson-falcon/models/models_aws_accounts_v1.rb +2 -2
- data/lib/crimson-falcon/models/models_base_image_request.rb +270 -0
- data/lib/crimson-falcon/models/models_base_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/models_cluster.rb +43 -1
- data/lib/crimson-falcon/models/models_cluster_entity_response.rb +2 -2
- data/lib/crimson-falcon/models/models_cluster_info.rb +279 -0
- data/lib/crimson-falcon/models/models_cluster_with_failed_rules.rb +309 -0
- data/lib/crimson-falcon/models/models_compliance_by_rules.rb +269 -0
- data/lib/crimson-falcon/models/models_compliance_export_grouped_by_clusters_report.rb +435 -0
- data/lib/crimson-falcon/models/models_compliance_export_grouped_by_images_report.rb +379 -0
- data/lib/crimson-falcon/models/{domain_event.rb → models_compliance_export_grouped_by_rules_report.rb} +133 -126
- data/lib/crimson-falcon/models/models_container.rb +295 -221
- data/lib/crimson-falcon/models/models_container_coverage_response_entity.rb +2 -2
- data/lib/crimson-falcon/models/models_container_entity_response.rb +2 -2
- data/lib/crimson-falcon/models/models_container_image.rb +17 -1
- data/lib/crimson-falcon/models/models_container_runtime_pivot_response.rb +2 -2
- data/lib/crimson-falcon/models/models_create_base_images_request.rb +241 -0
- data/lib/crimson-falcon/models/{registration_gcp_account_patch_request.rb → models_create_deployment_input.rb} +4 -4
- data/lib/crimson-falcon/models/models_customer_configurations_v1.rb +2 -2
- data/lib/crimson-falcon/models/models_delivery_settings.rb +372 -0
- data/lib/crimson-falcon/models/models_delivery_settings_entity_response.rb +266 -0
- data/lib/crimson-falcon/models/models_delivery_settings_input.rb +253 -0
- data/lib/crimson-falcon/models/models_delivery_settings_request.rb +241 -0
- data/lib/crimson-falcon/models/models_deployment.rb +361 -81
- data/lib/crimson-falcon/models/models_deployment_entity_response.rb +2 -2
- data/lib/crimson-falcon/models/models_deployment_resource.rb +281 -0
- data/lib/crimson-falcon/models/models_detection.rb +365 -0
- data/lib/crimson-falcon/models/models_detection_engine_info_type.rb +267 -0
- data/lib/crimson-falcon/models/models_detection_info_type.rb +239 -0
- data/lib/crimson-falcon/models/models_elf_binary.rb +281 -0
- data/lib/crimson-falcon/models/models_ext_api_image_combined.rb +15 -1
- data/lib/crimson-falcon/models/models_image_details.rb +281 -0
- data/lib/crimson-falcon/models/models_image_with_rules_failed.rb +337 -0
- data/lib/crimson-falcon/models/models_images_with_rules_failed.rb +255 -0
- data/lib/crimson-falcon/models/models_job_meta_data.rb +337 -0
- data/lib/crimson-falcon/models/models_mock_execution_create_request_v1.rb +259 -0
- data/lib/crimson-falcon/models/models_node.rb +52 -1
- data/lib/crimson-falcon/models/models_node_entity_response.rb +2 -2
- data/lib/crimson-falcon/models/models_non_compliant_assets_by_severity.rb +295 -0
- data/lib/crimson-falcon/models/models_os_info_type.rb +253 -0
- data/lib/crimson-falcon/models/models_package_vulnerability_type.rb +239 -0
- data/lib/crimson-falcon/models/models_pod.rb +52 -1
- data/lib/crimson-falcon/models/models_pod_entity_response.rb +2 -2
- data/lib/crimson-falcon/models/models_policy_entity_response.rb +21 -21
- data/lib/crimson-falcon/models/models_policy_exclusion_entity_response.rb +21 -21
- data/lib/crimson-falcon/models/models_policy_group_entity_response.rb +21 -21
- data/lib/crimson-falcon/models/models_registry_credentials_response.rb +2 -2
- data/lib/crimson-falcon/models/models_rule_status.rb +267 -0
- data/lib/crimson-falcon/models/models_rule_with_non_compliant_assets.rb +281 -0
- data/lib/crimson-falcon/models/models_rules_failed_by_severity.rb +281 -0
- data/lib/crimson-falcon/models/models_rules_with_non_compliant_assets.rb +255 -0
- data/lib/crimson-falcon/models/models_scan_report_type.rb +333 -0
- data/lib/crimson-falcon/models/{domain_tweet_source.rb → models_scan_results.rb} +46 -53
- data/lib/crimson-falcon/models/models_snapshot_inventory_application.rb +351 -0
- data/lib/crimson-falcon/models/models_verify_access_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/models_vulnerabilities_type.rb +241 -0
- data/lib/crimson-falcon/models/models_vulnerability_product.rb +344 -0
- data/lib/crimson-falcon/models/models_vulnerability_type.rb +317 -0
- data/lib/crimson-falcon/models/msa_aggregate_query_request.rb +10 -1
- data/lib/crimson-falcon/models/msa_aggregates_response.rb +2 -2
- data/lib/crimson-falcon/models/msa_base_entities_response.rb +2 -2
- data/lib/crimson-falcon/models/msa_entities_response.rb +2 -2
- data/lib/crimson-falcon/models/msa_entity_action_request_v3.rb +266 -0
- data/lib/crimson-falcon/models/msa_errors_only.rb +2 -2
- data/lib/crimson-falcon/models/msa_extended_bounds_spec.rb +253 -0
- data/lib/crimson-falcon/models/msa_facets_response.rb +2 -2
- data/lib/crimson-falcon/models/msa_query_response.rb +2 -2
- data/lib/crimson-falcon/models/msa_reply_affected_entities.rb +2 -2
- data/lib/crimson-falcon/models/msaspec_query_response.rb +2 -2
- data/lib/crimson-falcon/models/msaspec_response_fields.rb +2 -2
- data/lib/crimson-falcon/models/packages_api_combined_package.rb +2 -2
- data/lib/crimson-falcon/models/packages_api_combined_package_export.rb +2 -2
- data/lib/crimson-falcon/models/packages_api_packages_by_vuln_count.rb +2 -2
- data/lib/crimson-falcon/models/parameter_activity_config_parameter_value.rb +11 -1
- data/lib/crimson-falcon/models/parameter_condition_field_parameter.rb +11 -1
- data/lib/crimson-falcon/models/parameter_condition_field_provision_parameter.rb +16 -1
- data/lib/crimson-falcon/models/patterndisposition_pattern_disposition.rb +85 -1
- data/lib/crimson-falcon/models/policies_delete_response.rb +2 -2
- data/lib/crimson-falcon/models/policies_policy.rb +15 -1
- data/lib/crimson-falcon/models/policies_precedence_response.rb +2 -2
- data/lib/crimson-falcon/models/policies_response.rb +2 -2
- data/lib/crimson-falcon/models/prevention_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/processesapi_msa_process_detail_response.rb +2 -2
- data/lib/crimson-falcon/models/public_get_changes_response.rb +266 -0
- data/lib/crimson-falcon/models/quickscanpro_delete_file_response.rb +266 -0
- data/lib/crimson-falcon/models/quickscanpro_file_result.rb +305 -0
- data/lib/crimson-falcon/models/{domain_vulnerability_affected_product.rb → quickscanpro_file_upload_resource.rb} +21 -18
- data/lib/crimson-falcon/models/quickscanpro_file_upload_response.rb +275 -0
- data/lib/crimson-falcon/models/quickscanpro_get_scan_result_resource.rb +267 -0
- data/lib/crimson-falcon/models/quickscanpro_get_scan_result_response.rb +266 -0
- data/lib/crimson-falcon/models/quickscanpro_launch_scan_request.rb +241 -0
- data/lib/crimson-falcon/models/quickscanpro_launch_scan_request_resource.rb +239 -0
- data/lib/crimson-falcon/models/quickscanpro_launch_scan_resource.rb +267 -0
- data/lib/crimson-falcon/models/quickscanpro_launch_scan_response.rb +275 -0
- data/lib/crimson-falcon/models/quickscanpro_mitre_attack.rb +288 -0
- data/lib/crimson-falcon/models/quickscanpro_mitre_attack_parent.rb +252 -0
- data/lib/crimson-falcon/models/quickscanpro_query_scan_results_response.rb +267 -0
- data/lib/crimson-falcon/models/quickscanpro_quota_resource.rb +262 -0
- data/lib/crimson-falcon/models/quickscanpro_scan_metadata.rb +281 -0
- data/lib/crimson-falcon/models/{domain_botnet_config_source.rb → quickscanpro_scan_result.rb} +94 -100
- data/lib/crimson-falcon/models/quickscanpro_url_result.rb +296 -0
- data/lib/crimson-falcon/models/registration_aws_account_ext_v2.rb +30 -1
- data/lib/crimson-falcon/models/registration_aws_account_patch.rb +33 -4
- data/lib/crimson-falcon/models/registration_aws_account_response_v2.rb +2 -2
- data/lib/crimson-falcon/models/registration_aws_console_url_response_v2.rb +266 -0
- data/lib/crimson-falcon/models/registration_aws_provision_get_account_script_response_v2.rb +2 -2
- data/lib/crimson-falcon/models/registration_azure_account_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/registration_azure_download_certificate_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/registration_azure_management_group_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/registration_azure_provision_get_user_script_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/registration_azure_tenant_configuration_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/registration_azure_tenant_default_subscription_id_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/registration_azure_tenant_ids_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/registration_external_ioa_event_response.rb +1 -1
- data/lib/crimson-falcon/models/registration_external_iom_event_response.rb +1 -1
- data/lib/crimson-falcon/models/registration_external_iom_event_response_v2.rb +2 -2
- data/lib/crimson-falcon/models/registration_gcp_account_patch_request_v1.rb +241 -0
- data/lib/crimson-falcon/models/registration_gcp_account_patch_v1.rb +262 -0
- data/lib/crimson-falcon/models/registration_gcp_account_req_obj_v2.rb +12 -1
- data/lib/crimson-falcon/models/registration_gcp_account_response_ext_v2.rb +2 -2
- data/lib/crimson-falcon/models/registration_gcp_account_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/registration_gcp_account_rsp_obj_v2.rb +12 -1
- data/lib/crimson-falcon/models/registration_gcp_account_validated_v1.rb +299 -0
- data/lib/crimson-falcon/models/{registration_gcp_account_patch.rb → registration_gcp_account_validation_req_obj_v1.rb} +4 -13
- data/lib/crimson-falcon/models/registration_gcp_account_validation_request_v1.rb +241 -0
- data/lib/crimson-falcon/models/registration_gcp_account_validation_response_v1.rb +266 -0
- data/lib/crimson-falcon/models/registration_gcp_provision_get_user_script_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/registration_gcp_service_account_ext_v1.rb +12 -1
- data/lib/crimson-falcon/models/registration_gcp_service_account_patch_request_v1.rb +241 -0
- data/lib/crimson-falcon/models/registration_gcp_service_account_patch_v1.rb +290 -0
- data/lib/crimson-falcon/models/registration_gcp_service_account_response_ext_v1.rb +2 -2
- data/lib/crimson-falcon/models/registration_gcp_service_account_validation_request_obj_v1.rb +290 -0
- data/lib/crimson-falcon/models/registration_gcp_service_account_validation_request_v1.rb +241 -0
- data/lib/crimson-falcon/models/registration_gcp_service_account_validation_response_v1.rb +266 -0
- data/lib/crimson-falcon/models/registration_iom_event_ids_response_v2.rb +1 -1
- data/lib/crimson-falcon/models/registration_msa_meta_info_extension.rb +1 -1
- data/lib/crimson-falcon/models/registration_msa_paging_extension.rb +1 -1
- data/lib/crimson-falcon/models/registration_policy_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/registration_policy_settings_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/registration_scan_schedule_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/registration_static_scripts_response.rb +2 -7
- data/lib/crimson-falcon/models/remote_response_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/rest_account_product_upsert_request_ext_v1.rb +255 -0
- data/lib/crimson-falcon/models/rest_aws_account_create_request_extv1.rb +241 -0
- data/lib/crimson-falcon/models/rest_aws_account_create_response_ext_v1.rb +266 -0
- data/lib/crimson-falcon/models/rest_aws_account_validated.rb +284 -0
- data/lib/crimson-falcon/models/rest_aws_account_validation_response.rb +266 -0
- data/lib/crimson-falcon/models/rest_cloud_aws_account_create_ext_v1.rb +286 -0
- data/lib/crimson-falcon/models/rulegroups_delete_response.rb +2 -2
- data/lib/crimson-falcon/models/rulegroups_response.rb +2 -2
- data/lib/crimson-falcon/models/rulegroups_rule.rb +19 -1
- data/lib/crimson-falcon/models/rulegroups_rules_response.rb +2 -2
- data/lib/crimson-falcon/models/runtimedetections_detections_entity_response.rb +2 -2
- data/lib/crimson-falcon/models/sadomain_create_rule_request_v1.rb +49 -2
- data/lib/crimson-falcon/models/sadomain_rule.rb +62 -1
- data/lib/crimson-falcon/models/sadomain_typosquatting_component.rb +10 -1
- data/lib/crimson-falcon/models/sadomain_typosquatting_subdomain.rb +299 -0
- data/lib/crimson-falcon/models/{domain_event_entities_response.rb → scanreports_entities_response.rb} +6 -6
- data/lib/crimson-falcon/models/scheduledexclusions_response.rb +2 -2
- data/lib/crimson-falcon/models/schema_sensor_event_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/schema_sensor_field_response_v1.rb +2 -2
- data/lib/crimson-falcon/models/sensor_update_builds_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/sensor_update_kernels_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/sensor_update_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/sensor_update_resp_v2.rb +2 -2
- data/lib/crimson-falcon/models/source_endpoint.rb +243 -0
- data/lib/crimson-falcon/models/source_user.rb +243 -0
- data/lib/crimson-falcon/models/state_online_state_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/sv_exclusions_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/threatgraph_meta.rb +271 -0
- data/lib/crimson-falcon/models/threatgraph_paging.rb +257 -0
- data/lib/crimson-falcon/models/threatgraph_vertex_details.rb +327 -0
- data/lib/crimson-falcon/models/threatgraph_vertex_details_response.rb +271 -0
- data/lib/crimson-falcon/models/triggers_trigger_ext.rb +322 -0
- data/lib/crimson-falcon/models/triggers_trigger_ext_field.rb +305 -0
- data/lib/crimson-falcon/models/triggers_trigger_external_response.rb +271 -0
- data/lib/crimson-falcon/models/types_action_run.rb +299 -0
- data/lib/crimson-falcon/models/types_action_run_event.rb +324 -0
- data/lib/crimson-falcon/models/types_action_run_event_data.rb +360 -0
- data/lib/crimson-falcon/models/types_action_run_metadata.rb +288 -0
- data/lib/crimson-falcon/models/types_artifact.rb +261 -0
- data/lib/crimson-falcon/models/types_aws_api_gateway_reason_tag.rb +261 -0
- data/lib/crimson-falcon/models/types_aws_elastic_ip_reason_tag.rb +252 -0
- data/lib/crimson-falcon/models/types_aws_lambda_api_gateway_reason_tag.rb +261 -0
- data/lib/crimson-falcon/models/types_aws_load_balancer_reason_tag.rb +243 -0
- data/lib/crimson-falcon/models/types_aws_metadata.rb +243 -0
- data/lib/crimson-falcon/models/types_azure_application_gateway_reason_tag.rb +272 -0
- data/lib/crimson-falcon/models/types_azure_load_balancer_reason_tag.rb +261 -0
- data/lib/crimson-falcon/models/types_azure_site_metadata.rb +279 -0
- data/lib/crimson-falcon/models/types_azure_vm_metadata.rb +270 -0
- data/lib/crimson-falcon/models/{domain_vulnerability_actor.rb → types_business_application.rb} +4 -6
- data/lib/crimson-falcon/models/types_cloud_function_metadata.rb +234 -0
- data/lib/crimson-falcon/models/types_composed_schedule.rb +299 -0
- data/lib/crimson-falcon/models/types_configuration.rb +279 -0
- data/lib/crimson-falcon/models/types_create_integration_request.rb +234 -0
- data/lib/crimson-falcon/models/types_create_integration_task_request.rb +234 -0
- data/lib/crimson-falcon/models/types_crowd_strike_cloud_security_metadata.rb +288 -0
- data/lib/crimson-falcon/models/{domain_api_entity_matched_v1.rb → types_data_type_db_reason_tag.rb} +26 -22
- data/lib/crimson-falcon/models/types_data_type_mq_reason_tag.rb +245 -0
- data/lib/crimson-falcon/models/types_dependency.rb +306 -0
- data/lib/crimson-falcon/models/types_deployment_unit_descriptor.rb +263 -0
- data/lib/crimson-falcon/models/types_deployment_unit_service.rb +252 -0
- data/lib/crimson-falcon/models/types_deployment_units_tuple_filters.rb +247 -0
- data/lib/crimson-falcon/models/types_ec2_metadata.rb +243 -0
- data/lib/crimson-falcon/models/types_ecs_metadata.rb +270 -0
- data/lib/crimson-falcon/models/types_edit_tag_request.rb +255 -0
- data/lib/crimson-falcon/models/types_edit_unique_tag_request.rb +241 -0
- data/lib/crimson-falcon/models/{domain_matched_rule.rb → types_error_message.rb} +26 -28
- data/lib/crimson-falcon/models/types_executor_node.rb +342 -0
- data/lib/crimson-falcon/models/types_framework.rb +272 -0
- data/lib/crimson-falcon/models/types_gcp_metadata.rb +243 -0
- data/lib/crimson-falcon/models/types_generic_user_facing_request.rb +252 -0
- data/lib/crimson-falcon/models/types_get_services_related_entity.rb +261 -0
- data/lib/crimson-falcon/models/types_get_services_related_entity_filters.rb +252 -0
- data/lib/crimson-falcon/models/types_get_services_related_entity_group_by_fields.rb +236 -0
- data/lib/crimson-falcon/models/types_get_services_request.rb +321 -0
- data/lib/crimson-falcon/models/types_get_violation_types_response.rb +247 -0
- data/lib/crimson-falcon/models/types_host_metadata.rb +234 -0
- data/lib/crimson-falcon/models/types_integration.rb +297 -0
- data/lib/crimson-falcon/models/types_integration_response.rb +243 -0
- data/lib/crimson-falcon/models/types_integration_task.rb +369 -0
- data/lib/crimson-falcon/models/types_integration_task_response.rb +243 -0
- data/lib/crimson-falcon/models/types_integration_task_test_connection_response.rb +234 -0
- data/lib/crimson-falcon/models/types_integration_task_type.rb +281 -0
- data/lib/crimson-falcon/models/types_integration_type.rb +270 -0
- data/lib/crimson-falcon/models/types_interface.rb +548 -0
- data/lib/crimson-falcon/models/types_interface_service.rb +263 -0
- data/lib/crimson-falcon/models/types_k8_s_load_balancer_reason_tag.rb +263 -0
- data/lib/crimson-falcon/models/types_k8_s_metadata.rb +252 -0
- data/lib/crimson-falcon/models/types_k8_s_pod_settings.rb +256 -0
- data/lib/crimson-falcon/models/types_key_value.rb +243 -0
- data/lib/crimson-falcon/models/types_lambda_metadata.rb +243 -0
- data/lib/crimson-falcon/models/types_library.rb +290 -0
- data/lib/crimson-falcon/models/types_list_executor_nodes_response.rb +236 -0
- data/lib/crimson-falcon/models/types_list_integration_tasks_response.rb +236 -0
- data/lib/crimson-falcon/models/types_list_integration_types_response.rb +236 -0
- data/lib/crimson-falcon/models/types_list_integrations_response.rb +236 -0
- data/lib/crimson-falcon/models/types_order_by.rb +243 -0
- data/lib/crimson-falcon/models/types_paginate.rb +263 -0
- data/lib/crimson-falcon/models/types_pagination.rb +263 -0
- data/lib/crimson-falcon/models/{domain_vulnerability_report.rb → types_policy_rules_condition.rb} +20 -18
- data/lib/crimson-falcon/models/types_policy_rules_create_body.rb +331 -0
- data/lib/crimson-falcon/models/types_query_request.rb +266 -0
- data/lib/crimson-falcon/models/types_query_request_select_fields.rb +256 -0
- data/lib/crimson-falcon/models/types_query_result.rb +243 -0
- data/lib/crimson-falcon/models/types_reason_tag.rb +315 -0
- data/lib/crimson-falcon/models/types_remediation.rb +243 -0
- data/lib/crimson-falcon/models/types_results_filter.rb +243 -0
- data/lib/crimson-falcon/models/types_run_integration_task_request.rb +279 -0
- data/lib/crimson-falcon/models/types_service_now_deployment.rb +253 -0
- data/lib/crimson-falcon/models/types_service_now_deployments_response.rb +269 -0
- data/lib/crimson-falcon/models/types_service_now_service.rb +549 -0
- data/lib/crimson-falcon/models/{domain_ddos_target_details.rb → types_service_now_service_data.rb} +88 -109
- data/lib/crimson-falcon/models/types_service_now_service_deployments.rb +255 -0
- data/lib/crimson-falcon/models/types_service_now_services_response.rb +269 -0
- data/lib/crimson-falcon/models/types_service_service_artifact.rb +245 -0
- data/lib/crimson-falcon/models/types_service_service_business_application.rb +245 -0
- data/lib/crimson-falcon/models/types_service_service_configuration.rb +245 -0
- data/lib/crimson-falcon/models/types_service_service_dependency.rb +245 -0
- data/lib/crimson-falcon/models/types_service_service_framework.rb +245 -0
- data/lib/crimson-falcon/models/types_service_service_interface.rb +245 -0
- data/lib/crimson-falcon/models/types_service_service_library.rb +245 -0
- data/lib/crimson-falcon/models/types_service_service_tag.rb +245 -0
- data/lib/crimson-falcon/models/types_service_service_traits.rb +245 -0
- data/lib/crimson-falcon/models/types_snyk_metadata.rb +252 -0
- data/lib/crimson-falcon/models/types_sonatype_metadata.rb +261 -0
- data/lib/crimson-falcon/models/{v2_condition_parameters.rb → types_struct.rb} +5 -5
- data/lib/crimson-falcon/models/types_tag.rb +310 -0
- data/lib/crimson-falcon/models/types_tag_data.rb +274 -0
- data/lib/crimson-falcon/models/types_tag_entry.rb +257 -0
- data/lib/crimson-falcon/models/types_tags_data_response.rb +245 -0
- data/lib/crimson-falcon/models/types_timestamp.rb +253 -0
- data/lib/crimson-falcon/models/types_trait.rb +252 -0
- data/lib/crimson-falcon/models/types_tuple_to_string.rb +243 -0
- data/lib/crimson-falcon/models/{domain_entity.rb → types_unique_tag_entry.rb} +16 -25
- data/lib/crimson-falcon/models/types_update_integration_request.rb +245 -0
- data/lib/crimson-falcon/models/types_update_integration_task_request.rb +234 -0
- data/lib/crimson-falcon/models/types_upsert_business_application_request.rb +255 -0
- data/lib/crimson-falcon/models/unidentifiedcontainers_unidentified_container_api_response.rb +2 -2
- data/lib/crimson-falcon/models/unidentifiedcontainers_unidentified_containers_count_value.rb +2 -2
- data/lib/crimson-falcon/models/uninstall_token_resp_v1.rb +2 -2
- data/lib/crimson-falcon/models/v2_activity.rb +10 -1
- data/lib/crimson-falcon/models/v2_condition.rb +10 -6
- data/lib/crimson-falcon/models/v2_condition_groups.rb +257 -0
- data/lib/crimson-falcon/models/v2_definition.rb +60 -4
- data/lib/crimson-falcon/models/v2_for_loop.rb +51 -4
- data/lib/crimson-falcon/models/v2_loop.rb +10 -1
- data/lib/crimson-falcon/models/v2_model.rb +338 -0
- data/lib/crimson-falcon/models/v2_parameters.rb +1 -1
- data/lib/crimson-falcon/models/vulncheck_epss.rb +253 -0
- data/lib/crimson-falcon/models/vulncheck_exploit_botnets.rb +269 -0
- data/lib/crimson-falcon/models/vulncheck_exploit_counts.rb +267 -0
- data/lib/crimson-falcon/models/vulncheck_exploit_cve_reference.rb +269 -0
- data/lib/crimson-falcon/models/vulncheck_exploit_details.rb +404 -0
- data/lib/crimson-falcon/models/vulncheck_exploit_ransomware.rb +257 -0
- data/lib/crimson-falcon/models/vulncheck_exploit_ransomware_data.rb +253 -0
- data/lib/crimson-falcon/models/vulncheck_exploit_record.rb +297 -0
- data/lib/crimson-falcon/models/vulncheck_exploit_threat_actor.rb +305 -0
- data/lib/crimson-falcon/models/vulncheck_exploit_timeline.rb +342 -0
- data/lib/crimson-falcon/models/vulncheck_exploit_trending.rb +239 -0
- data/lib/crimson-falcon/models/vulncheck_threat_actor_vendor_name.rb +252 -0
- data/lib/crimson-falcon/models/vulnerabilities_api_combined_vulnerability.rb +2 -2
- data/lib/crimson-falcon/models/vulnerabilities_api_combined_vulnerability_details.rb +2 -2
- data/lib/crimson-falcon/models/vulnerabilities_api_combined_vulnerability_info.rb +2 -2
- data/lib/crimson-falcon/models/vulnerabilities_api_vuln_by_image_count.rb +2 -2
- data/lib/crimson-falcon/models/vulnerabilities_api_vuln_by_publication.rb +2 -2
- data/lib/crimson-falcon/models/vulnerabilities_api_vuln_count.rb +2 -2
- data/lib/crimson-falcon/models/vulnerabilities_api_vuln_count_by_actively_exploited.rb +2 -2
- data/lib/crimson-falcon/models/vulnerabilities_api_vuln_count_by_csp_rating.rb +2 -2
- data/lib/crimson-falcon/models/vulnerabilities_api_vuln_count_by_cvss_score.rb +2 -2
- data/lib/crimson-falcon/models/vulnerabilities_api_vuln_count_by_severity.rb +2 -2
- data/lib/crimson-falcon/models/workflow_request.rb +241 -0
- data/lib/crimson-falcon/models/{domain_botnet_inject.rb → workflow_response.rb} +32 -26
- data/lib/crimson-falcon/version.rb +2 -2
- data/lib/crimson-falcon.rb +381 -32
- data/spec/api/alerts_api_spec.rb +13 -13
- data/spec/api/api_integrations_api_spec.rb +88 -0
- data/spec/api/aspm_api_spec.rb +321 -0
- data/spec/api/{tailored_intelligence_api_spec.rb → certificate_based_exclusions_api_spec.rb} +46 -39
- data/spec/api/cloud_snapshots_api_spec.rb +57 -0
- data/spec/api/compliance_assessments_api_spec.rb +175 -0
- data/spec/api/container_images_api_spec.rb +39 -4
- data/spec/api/container_vulnerabilities_api_spec.rb +7 -7
- data/spec/api/{provision_api_spec.rb → cspg_iacapi_api_spec.rb} +8 -8
- data/spec/api/cspm_registration_api_spec.rb +59 -2
- data/spec/api/custom_ioa_api_spec.rb +19 -8
- data/spec/api/custom_storage_api_spec.rb +91 -5
- data/spec/api/d4c_registration_api_spec.rb +48 -26
- data/spec/api/datascanner_api_spec.rb +85 -0
- data/spec/api/default_api_spec.rb +128 -0
- data/spec/api/delivery_settings_api_spec.rb +73 -0
- data/spec/api/discover_api_spec.rb +30 -0
- data/spec/api/discover_iot_api_spec.rb +15 -1
- data/spec/api/downloads_api_api_spec.rb +80 -0
- data/spec/api/exposure_management_api_spec.rb +178 -0
- data/spec/api/falcon_complete_dashboard_api_spec.rb +19 -8
- data/spec/api/falcon_container_image_api_spec.rb +44 -0
- data/spec/api/falconx_sandbox_api_spec.rb +4 -3
- data/spec/api/filevantage_api_spec.rb +75 -11
- data/spec/api/firewall_management_api_spec.rb +8 -8
- data/spec/api/foundry_logscale_api_spec.rb +41 -2
- data/spec/api/handle_api_spec.rb +62 -0
- data/spec/api/host_migration_api_spec.rb +180 -0
- data/spec/api/hosts_api_spec.rb +2 -2
- data/spec/api/humio_auth_proxy_api_spec.rb +137 -0
- data/spec/api/identity_protection_api_spec.rb +50 -0
- data/spec/api/intel_api_spec.rb +56 -5
- data/spec/api/ioa_exclusions_api_spec.rb +3 -1
- data/spec/api/kubernetes_protection_api_spec.rb +51 -30
- data/spec/api/mobile_enrollment_api_spec.rb +13 -0
- data/spec/api/oauth2_api_spec.rb +1 -1
- data/spec/api/quick_scan_api_spec.rb +2 -2
- data/spec/api/quick_scan_pro_api_spec.rb +122 -0
- data/spec/api/real_time_response_admin_api_spec.rb +2 -2
- data/spec/api/real_time_response_api_spec.rb +5 -5
- data/spec/api/recon_api_spec.rb +5 -2
- data/spec/api/report_executions_api_spec.rb +2 -2
- data/spec/api/sensor_download_api_spec.rb +51 -1
- data/spec/api/sensor_usage_api_api_spec.rb +63 -0
- data/spec/api/spotlight_vulnerabilities_api_spec.rb +4 -4
- data/spec/api/threatgraph_api_spec.rb +136 -0
- data/spec/api/workflows_api_spec.rb +60 -10
- data/spec/models/actions_action_response_spec.rb +63 -0
- data/spec/models/actions_action_spec.rb +99 -0
- data/spec/models/{domain_api_entity_matched_v1_spec.rb → actions_create_action_request_spec.rb} +9 -9
- data/spec/models/actions_get_action_response_spec.rb +63 -0
- data/spec/models/activities_activity_ext_field_spec.rb +93 -0
- data/spec/models/activities_activity_external_response_spec.rb +63 -0
- data/spec/models/activities_activity_spec.rb +165 -0
- data/spec/models/{domain_botnet_inject_spec.rb → activity_spec.rb} +8 -8
- data/spec/models/alerts_container_alerts_count_value_spec.rb +3 -3
- data/spec/models/api_cert_based_exclusion_create_req_v1_spec.rb +117 -0
- data/spec/models/api_cert_based_exclusion_resp_v1_spec.rb +63 -0
- data/spec/models/api_cert_based_exclusion_update_req_v1_spec.rb +123 -0
- data/spec/models/{domain_event_spec.rb → api_cert_based_exclusion_v1_spec.rb} +20 -20
- data/spec/models/api_cert_based_exclusions_create_req_v1_spec.rb +51 -0
- data/spec/models/api_cert_based_exclusions_update_req_v1_spec.rb +51 -0
- data/spec/models/api_certificate_req_v1_spec.rb +81 -0
- data/spec/models/api_certificate_v1_spec.rb +81 -0
- data/spec/models/api_certificates_response_v1_spec.rb +51 -0
- data/spec/models/api_create_migration_request_v1_spec.rb +69 -0
- data/spec/models/api_create_migration_response_v1_spec.rb +63 -0
- data/spec/models/{domain_tweet_source_spec.rb → api_event_spec.rb} +11 -11
- data/spec/models/api_get_host_migration_response_v1_spec.rb +63 -0
- data/spec/models/api_get_migration_destinations_request_body_v1_spec.rb +57 -0
- data/spec/models/api_get_migration_destinations_response_v1_spec.rb +63 -0
- data/spec/models/{domain_rule_entities_response_spec.rb → api_get_migrations_response_v1_spec.rb} +6 -6
- data/spec/models/api_host_migration_spec.rb +129 -0
- data/spec/models/api_hourly_average_response_spec.rb +63 -0
- data/spec/models/api_mfa_resource_ids_response_spec.rb +69 -0
- data/spec/models/api_migrate_hosts_info_spec.rb +63 -0
- data/spec/models/api_migration_spec.rb +117 -0
- data/spec/models/api_object_metadata_spec.rb +6 -0
- data/spec/models/api_post_enrollment_details_v4_spec.rb +63 -0
- data/spec/models/{custom_type3191042536_spec.rb → api_resp_certificates_v1_spec.rb} +6 -6
- data/spec/models/{domain_botnet_config_source_spec.rb → api_rule_update_v2_spec.rb} +14 -14
- data/spec/models/api_rule_updates_request_v2_spec.rb +69 -0
- data/spec/models/api_weekly_average_response_spec.rb +63 -0
- data/spec/models/apidomain_query_response_v1_spec.rb +6 -0
- data/spec/models/apidomain_saved_search_execute_request_v1_spec.rb +34 -4
- data/spec/models/changes_change_spec.rb +12 -0
- data/spec/models/changes_host_spec.rb +6 -0
- data/spec/models/changes_permissions_mac_spec.rb +81 -0
- data/spec/models/{domain_matched_rule_spec.rb → client_fql_statement_spec.rb} +9 -9
- data/spec/models/client_job_status_spec.rb +6 -0
- data/spec/models/common_count_as_resource_spec.rb +0 -6
- data/spec/models/common_count_response_spec.rb +3 -3
- data/spec/models/common_credentials_spec.rb +51 -0
- data/spec/models/common_entities_response_spec.rb +63 -0
- data/spec/models/common_registry_credentials_response_spec.rb +63 -0
- data/spec/models/contentchanges_change_contents_response_spec.rb +63 -0
- data/spec/models/contentchanges_content_diff_spec.rb +69 -0
- data/spec/models/contentchanges_content_spec.rb +57 -0
- data/spec/models/custom_storage_object_keys_spec.rb +63 -0
- data/spec/models/custom_storage_response_spec.rb +63 -0
- data/spec/models/definitions_definition_ext_spec.rb +103 -1
- data/spec/models/{changes_get_changes_response_spec.rb → deployments_entity_response_spec.rb} +6 -6
- data/spec/models/destination_spec.rb +57 -0
- data/spec/models/{domain_vulnerability_related_threat_spec.rb → destinations_migration_destination_spec.rb} +7 -7
- data/spec/models/detections_api_assessment_detections_spec.rb +3 -3
- data/spec/models/detections_api_combined_detections_spec.rb +3 -3
- data/spec/models/detections_api_detections_count_spec.rb +3 -3
- data/spec/models/{detects_alert_spec.rb → detects_external_alert_spec.rb} +18 -36
- data/spec/models/{detectsapi_post_entities_alerts_v1_response_spec.rb → detectsapi_post_entities_alerts_v1_response_swagger_spec.rb} +6 -6
- data/spec/models/{detectsapi_post_entities_alerts_v2_response_spec.rb → detectsapi_post_entities_alerts_v2_response_swagger_spec.rb} +6 -6
- 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/device_device_spec.rb +36 -0
- data/spec/models/device_mapped_device_policies_spec.rb +24 -0
- data/spec/models/deviceapi_device_swagger_spec.rb +24 -0
- data/spec/models/domain_aggregate_cluster_assessments_response_spec.rb +63 -0
- data/spec/models/domain_aggregate_failed_asset_count_by_severity_response_spec.rb +63 -0
- data/spec/models/domain_aggregate_failed_assets_by_rules_response_spec.rb +63 -0
- data/spec/models/domain_aggregate_failed_rules_by_clusters_response_spec.rb +63 -0
- data/spec/models/domain_aggregate_failed_rules_by_images_response_spec.rb +63 -0
- data/spec/models/domain_aggregate_failed_rules_count_by_severity_response_spec.rb +63 -0
- data/spec/models/domain_aggregate_image_assessments_response_spec.rb +63 -0
- data/spec/models/domain_aggregate_rules_assessments_response_spec.rb +63 -0
- data/spec/models/domain_aggregate_rules_by_status_response_spec.rb +63 -0
- data/spec/models/domain_api_compliance_control_v1_spec.rb +57 -0
- data/spec/models/domain_api_compliance_mapping_v1_spec.rb +63 -0
- data/spec/models/domain_api_error_spec.rb +3 -3
- data/spec/models/domain_api_evaluation_logic_item_v1_spec.rb +6 -6
- data/spec/models/domain_api_evaluation_logic_v1_spec.rb +2 -14
- data/spec/models/domain_api_finding_rule_v1_spec.rb +6 -0
- data/spec/models/domain_api_host_info_facet_v1_spec.rb +6 -0
- data/spec/models/domain_api_remediation_info_spec.rb +63 -0
- data/spec/models/domain_api_remediation_v2_spec.rb +12 -0
- data/spec/models/domain_api_rule_details_v1_spec.rb +6 -0
- data/spec/models/domain_api_vulnerability_app_v2_spec.rb +6 -0
- data/spec/models/domain_api_vulnerability_cve_details_facet_v2_spec.rb +6 -0
- data/spec/models/domain_api_vulnerability_extended_app_v2_spec.rb +18 -0
- data/spec/models/domain_api_vulnerability_host_facet_v2_spec.rb +18 -0
- data/spec/models/domain_api_vulnerability_service_v2_spec.rb +63 -0
- data/spec/models/domain_api_vulnerability_v2_spec.rb +12 -0
- data/spec/models/domain_assessment_paging_spec.rb +69 -0
- data/spec/models/domain_aws_account_resource_metadata_spec.rb +87 -0
- data/spec/models/domain_aws_account_v2_spec.rb +30 -0
- data/spec/models/domain_aws_inventory_filter_setting_spec.rb +63 -0
- data/spec/models/domain_base_api_vulnerability_v2_spec.rb +12 -0
- data/spec/models/domain_behavior_spec.rb +6 -0
- data/spec/models/domain_case_creation_request_v2_spec.rb +12 -0
- data/spec/models/domain_cipher_spec.rb +63 -0
- data/spec/models/domain_cisa_known_exploited_vulnerabilities_info_spec.rb +57 -0
- data/spec/models/domain_cloud_aws_account_v1_spec.rb +189 -0
- data/spec/models/domain_cloud_condition_spec.rb +93 -0
- data/spec/models/domain_compliance_findings_grouped_by_images_with_scroll_spec.rb +57 -0
- data/spec/models/domain_compliance_spec.rb +75 -0
- data/spec/models/domain_condition_spec.rb +12 -0
- data/spec/models/domain_config_v1_spec.rb +75 -0
- data/spec/models/{custom_type1255839303_spec.rb → domain_configs_v1_spec.rb} +6 -6
- data/spec/models/domain_content_package_spec.rb +51 -0
- data/spec/models/domain_control_benchmark_spec.rb +57 -0
- data/spec/models/domain_control_spec.rb +81 -0
- data/spec/models/domain_cps_rating_history_entry_spec.rb +57 -0
- data/spec/models/domain_cps_rating_indicator_spec.rb +63 -0
- data/spec/models/domain_cps_rating_spec.rb +75 -0
- data/spec/models/domain_create_submission_v1_error_response_spec.rb +71 -0
- data/spec/models/domain_credentials_spec.rb +1 -13
- data/spec/models/domain_cve_exploit_reference_spec.rb +63 -0
- data/spec/models/domain_cve_exploit_source_spec.rb +69 -0
- data/spec/models/domain_cve_exploit_spec.rb +69 -0
- data/spec/models/domain_cve_spec.rb +195 -0
- data/spec/models/domain_cvssv2_spec.rb +75 -0
- data/spec/models/{domain_ddos_attack_source_spec.rb → domain_cvssv3_spec.rb} +19 -19
- data/spec/models/domain_denormalized_adversary_reference_spec.rb +63 -0
- data/spec/models/domain_denormalized_country_spec.rb +57 -0
- data/spec/models/domain_denormalized_customer_target_spec.rb +51 -0
- data/spec/models/domain_denormalized_report_reference_spec.rb +63 -0
- data/spec/models/{domain_vulnerability_actor_spec.rb → domain_denormalized_sector_spec.rb} +6 -6
- data/spec/models/domain_denormalized_threat_reference_spec.rb +57 -0
- data/spec/models/domain_denormalized_threat_used_mitre_spec.rb +87 -0
- data/spec/models/domain_device_spec.rb +1 -1
- data/spec/models/domain_discover_api_application_browser_extension_installation_spec.rb +99 -0
- data/spec/models/domain_discover_api_application_browser_extension_spec.rb +93 -0
- data/spec/models/domain_discover_api_application_spec.rb +12 -0
- data/spec/models/domain_discover_api_combined_applications_response_spec.rb +63 -0
- data/spec/models/domain_discover_api_combined_hosts_response_spec.rb +63 -0
- data/spec/models/domain_discover_api_host_spec.rb +150 -0
- data/spec/models/{msaspec_meta_info_spec.rb → domain_discover_api_meta_info_spec.rb} +6 -6
- data/spec/models/domain_discover_api_paging_spec.rb +63 -0
- data/spec/models/domain_discover_api_response_spec.rb +63 -0
- data/spec/models/domain_discover_apiio_t_host_spec.rb +290 -20
- data/spec/models/domain_discover_apiio_t_host_triage_spec.rb +81 -0
- data/spec/models/domain_discover_params_spec.rb +6 -0
- data/spec/models/{domain_api_evaluation_logic_host_info_v1_spec.rb → domain_execute_command_request_v1_spec.rb} +7 -7
- data/spec/models/domain_execute_command_result_v1_spec.rb +75 -0
- data/spec/models/domain_execute_command_results_v1_spec.rb +63 -0
- data/spec/models/domain_execute_command_v1_spec.rb +87 -0
- data/spec/models/domain_execution_metadata_summary_spec.rb +6 -0
- data/spec/models/domain_execution_metadata_v1_spec.rb +6 -0
- data/spec/models/domain_external_asset_api_delete_request_v1_spec.rb +51 -0
- data/spec/models/domain_external_asset_api_patch_request_v1_spec.rb +51 -0
- data/spec/models/domain_external_asset_application_spec.rb +75 -0
- data/spec/models/domain_external_asset_certificate_entity_identifiers_spec.rb +141 -0
- data/spec/models/domain_external_asset_certificate_spec.rb +105 -0
- data/spec/models/domain_external_asset_cloud_vm_spec.rb +117 -0
- data/spec/models/domain_external_asset_discovery_attributes_spec.rb +57 -0
- data/spec/models/domain_external_asset_discovery_path_attributes_spec.rb +51 -0
- data/spec/models/domain_external_asset_discovery_step_attributes_spec.rb +75 -0
- data/spec/models/domain_external_asset_geographical_location_spec.rb +99 -0
- data/spec/models/{domain_pastebin_text_source_spec.rb → domain_external_asset_http_attributes_spec.rb} +10 -10
- data/spec/models/domain_external_asset_redirect_step_attributes_spec.rb +69 -0
- data/spec/models/domain_external_asset_service_blobs_links_spec.rb +69 -0
- data/spec/models/domain_external_asset_service_spec.rb +153 -0
- data/spec/models/domain_external_asset_ssl_record_spec.rb +93 -0
- data/spec/models/domain_external_asset_subsidiary_spec.rb +57 -0
- data/spec/models/domain_external_assets_api_patch_spec.rb +75 -0
- data/spec/models/domain_external_assets_api_triage_patch_spec.rb +69 -0
- data/spec/models/domain_external_assets_api_triage_spec.rb +81 -0
- data/spec/models/domain_external_assets_api_type_v1_spec.rb +63 -0
- data/spec/models/domain_external_assets_blob_api_type_v1_spec.rb +63 -0
- data/spec/models/domain_external_export_job_spec.rb +81 -0
- data/spec/models/domain_feature_permission_spec.rb +57 -0
- data/spec/models/domain_feature_status_spec.rb +57 -0
- data/spec/models/domain_fem_dns_domain_spec.rb +81 -0
- data/spec/models/domain_fem_ecosystem_subsidiaries_entities_response_spec.rb +57 -0
- data/spec/models/domain_fem_ecosystem_subsidiaries_meta_spec.rb +57 -0
- data/spec/models/domain_fem_ecosystem_subsidiaries_query_response_spec.rb +57 -0
- data/spec/models/domain_fem_ecosystem_subsidiaries_response_fields_spec.rb +57 -0
- data/spec/models/domain_fem_ecosystem_subsidiary_spec.rb +99 -0
- data/spec/models/domain_fem_external_asset_spec.rb +183 -0
- data/spec/models/{domain_ddos_target_details_spec.rb → domain_fem_external_ip_spec.rb} +16 -16
- data/spec/models/domain_gcp_account_v1_spec.rb +12 -0
- data/spec/models/domain_geo_point_spec.rb +57 -0
- data/spec/models/domain_incident_spec.rb +6 -0
- data/spec/models/domain_init_response_spec.rb +12 -0
- data/spec/models/domain_item_details_v1_spec.rb +6 -0
- data/spec/models/domain_malware_document_spec.rb +351 -0
- data/spec/models/domain_malware_environment_aggregates_spec.rb +63 -0
- data/spec/models/domain_malware_response_spec.rb +63 -0
- data/spec/models/domain_marketplace_credentials_spec.rb +63 -0
- data/spec/models/domain_meta_info_spec.rb +0 -12
- data/spec/models/domain_msa_meta_info_spec.rb +57 -0
- data/spec/models/domain_news_document_spec.rb +6 -0
- data/spec/models/domain_notification_v1_spec.rb +18 -0
- data/spec/models/domain_platform_spec.rb +1 -1
- data/spec/models/domain_policy_info_spec.rb +36 -0
- data/spec/models/domain_product_features_spec.rb +57 -0
- data/spec/models/{domain_vulnerability_affected_product_spec.rb → domain_product_features_status_spec.rb} +8 -8
- data/spec/models/domain_product_permission_spec.rb +57 -0
- data/spec/models/domain_reference_spec.rb +57 -0
- data/spec/models/domain_report_execution_summary_v1_spec.rb +6 -0
- data/spec/models/domain_report_execution_v1_spec.rb +6 -0
- data/spec/models/domain_report_params_spec.rb +12 -0
- data/spec/models/domain_request_spec.rb +51 -0
- data/spec/models/domain_scan_metadata_spec.rb +6 -0
- data/spec/models/domain_scan_spec.rb +6 -6
- data/spec/models/domain_scan_v2_spec.rb +0 -6
- data/spec/models/domain_schedule_spec.rb +3 -3
- data/spec/models/domain_scheduled_report_v1_spec.rb +6 -0
- data/spec/models/domain_sensor_installer_v2_spec.rb +123 -0
- data/spec/models/domain_sensor_installers_v2_spec.rb +63 -0
- data/spec/models/domain_spotlight_params_spec.rb +63 -0
- data/spec/models/domain_update_rule_request_v1_spec.rb +6 -0
- data/spec/models/domain_user_metadata_spec.rb +6 -0
- data/spec/models/domain_user_spec.rb +25 -1
- data/spec/models/domain_vuln_spec.rb +51 -0
- data/spec/models/domain_vulnerability_spec.rb +3 -63
- data/spec/models/domain_xdr_params_spec.rb +24 -0
- data/spec/models/driftindicators_drift_indicators_count_value_spec.rb +3 -3
- data/spec/models/driftindicators_drift_indicators_field_value_spec.rb +3 -3
- data/spec/models/entities_ods_scan_request_spec.rb +0 -6
- data/spec/models/entities_rolling_average_spec.rb +105 -0
- data/spec/models/executions_execution_result_spec.rb +12 -0
- data/spec/models/executions_loop_result_spec.rb +6 -0
- data/spec/models/exports_exports_response_spec.rb +63 -0
- data/spec/models/exports_launch_export_request_spec.rb +69 -0
- data/spec/models/exports_launch_export_response_spec.rb +63 -0
- data/spec/models/falconx_report_v1_spec.rb +12 -0
- data/spec/models/falconx_sandbox_parameters_v1_spec.rb +6 -0
- data/spec/models/falconx_sandbox_report_v1_spec.rb +6 -0
- data/spec/models/falconx_summary_report_v1_spec.rb +6 -0
- data/spec/models/fielddata_field_source_option_spec.rb +57 -0
- data/spec/models/fielddata_field_source_spec.rb +75 -0
- data/spec/models/fwmgr_msa_aggregate_query_request_spec.rb +6 -0
- data/spec/models/fwmgr_msa_extended_bounds_spec_spec.rb +57 -0
- data/spec/models/graph_condition_spec.rb +6 -0
- data/spec/models/graph_configured_activity_spec.rb +6 -0
- data/spec/models/graph_end_spec.rb +12 -0
- data/spec/models/graph_multi_spec.rb +18 -0
- data/spec/models/graph_sub_model_spec.rb +0 -6
- data/spec/models/graph_validation_error_spec.rb +12 -0
- data/spec/models/internal_sensor_status_spec.rb +6 -0
- data/spec/models/jsonschema_condition_group_fields_spec.rb +6 -0
- data/spec/models/{domain_key_value_pair_spec.rb → jsonschema_duration_option_spec.rb} +6 -6
- data/spec/models/jsonschema_sub_schema_spec.rb +12 -0
- data/spec/models/jsonschema_ui_extensions_spec.rb +81 -0
- data/spec/models/jsonschema_workflow_extensions_spec.rb +6 -0
- data/spec/models/k8sassets_cluster_enrichment_data_spec.rb +6 -0
- data/spec/models/k8sioms_kubernetes_iom_count_value_spec.rb +3 -3
- data/spec/models/k8sioms_kubernetes_iom_field_value_spec.rb +3 -3
- data/spec/models/messages_case_spec.rb +18 -0
- data/spec/models/models_api_customer_and_image_spec.rb +30 -0
- data/spec/models/models_api_image_combined_export_spec.rb +18 -0
- data/spec/models/models_base_image_request_spec.rb +75 -0
- data/spec/models/models_cluster_info_spec.rb +81 -0
- data/spec/models/models_cluster_spec.rb +18 -0
- data/spec/models/models_cluster_with_failed_rules_spec.rb +81 -0
- data/spec/models/models_compliance_by_rules_spec.rb +63 -0
- data/spec/models/models_compliance_export_grouped_by_clusters_report_spec.rb +135 -0
- data/spec/models/models_compliance_export_grouped_by_images_report_spec.rb +111 -0
- data/spec/models/models_compliance_export_grouped_by_rules_report_spec.rb +123 -0
- data/spec/models/models_container_image_spec.rb +6 -0
- data/spec/models/models_container_spec.rb +14 -110
- data/spec/models/models_create_base_images_request_spec.rb +51 -0
- data/spec/models/models_create_deployment_input_spec.rb +51 -0
- data/spec/models/models_delivery_settings_entity_response_spec.rb +63 -0
- data/spec/models/models_delivery_settings_input_spec.rb +57 -0
- data/spec/models/models_delivery_settings_request_spec.rb +51 -0
- data/spec/models/models_delivery_settings_spec.rb +123 -0
- data/spec/models/models_deployment_resource_spec.rb +69 -0
- data/spec/models/models_deployment_spec.rb +129 -9
- data/spec/models/models_detection_engine_info_type_spec.rb +63 -0
- data/spec/models/models_detection_info_type_spec.rb +51 -0
- data/spec/models/models_detection_spec.rb +105 -0
- data/spec/models/models_elf_binary_spec.rb +69 -0
- data/spec/models/models_ext_api_image_combined_spec.rb +6 -0
- data/spec/models/models_image_details_spec.rb +69 -0
- data/spec/models/models_image_with_rules_failed_spec.rb +93 -0
- data/spec/models/models_images_with_rules_failed_spec.rb +57 -0
- data/spec/models/models_job_meta_data_spec.rb +93 -0
- data/spec/models/models_mock_execution_create_request_v1_spec.rb +63 -0
- data/spec/models/models_node_spec.rb +24 -0
- data/spec/models/models_non_compliant_assets_by_severity_spec.rb +75 -0
- data/spec/models/models_os_info_type_spec.rb +57 -0
- data/spec/models/models_package_vulnerability_type_spec.rb +51 -0
- data/spec/models/models_pod_spec.rb +24 -0
- data/spec/models/models_policy_entity_response_spec.rb +3 -3
- data/spec/models/models_policy_exclusion_entity_response_spec.rb +3 -3
- data/spec/models/models_policy_group_entity_response_spec.rb +3 -3
- data/spec/models/models_rule_status_spec.rb +63 -0
- data/spec/models/models_rule_with_non_compliant_assets_spec.rb +69 -0
- data/spec/models/models_rules_failed_by_severity_spec.rb +69 -0
- data/spec/models/models_rules_with_non_compliant_assets_spec.rb +57 -0
- data/spec/models/models_scan_report_type_spec.rb +93 -0
- data/spec/models/models_scan_results_spec.rb +69 -0
- data/spec/models/models_snapshot_inventory_application_spec.rb +99 -0
- data/spec/models/models_vulnerabilities_type_spec.rb +51 -0
- data/spec/models/models_vulnerability_product_spec.rb +111 -0
- data/spec/models/models_vulnerability_type_spec.rb +87 -0
- data/spec/models/msa_aggregate_query_request_spec.rb +6 -0
- data/spec/models/msa_entity_action_request_v3_spec.rb +63 -0
- data/spec/models/msa_extended_bounds_spec_spec.rb +57 -0
- data/spec/models/parameter_activity_config_parameter_value_spec.rb +6 -0
- data/spec/models/parameter_condition_field_parameter_spec.rb +6 -0
- data/spec/models/parameter_condition_field_provision_parameter_spec.rb +6 -0
- data/spec/models/patterndisposition_pattern_disposition_spec.rb +36 -0
- data/spec/models/policies_policy_spec.rb +6 -0
- data/spec/models/public_get_changes_response_spec.rb +63 -0
- data/spec/models/quickscanpro_delete_file_response_spec.rb +63 -0
- data/spec/models/quickscanpro_file_result_spec.rb +73 -0
- data/spec/models/quickscanpro_file_upload_resource_spec.rb +57 -0
- data/spec/models/quickscanpro_file_upload_response_spec.rb +69 -0
- data/spec/models/quickscanpro_get_scan_result_resource_spec.rb +63 -0
- data/spec/models/quickscanpro_get_scan_result_response_spec.rb +63 -0
- data/spec/models/quickscanpro_launch_scan_request_resource_spec.rb +51 -0
- data/spec/models/quickscanpro_launch_scan_request_spec.rb +51 -0
- data/spec/models/quickscanpro_launch_scan_resource_spec.rb +63 -0
- data/spec/models/quickscanpro_launch_scan_response_spec.rb +69 -0
- data/spec/models/quickscanpro_mitre_attack_parent_spec.rb +63 -0
- data/spec/models/quickscanpro_mitre_attack_spec.rb +87 -0
- data/spec/models/quickscanpro_query_scan_results_response_spec.rb +63 -0
- data/spec/models/quickscanpro_quota_resource_spec.rb +63 -0
- data/spec/models/quickscanpro_scan_metadata_spec.rb +69 -0
- data/spec/models/quickscanpro_scan_result_spec.rb +91 -0
- data/spec/models/quickscanpro_url_result_spec.rb +67 -0
- data/spec/models/registration_aws_account_ext_v2_spec.rb +18 -0
- data/spec/models/registration_aws_account_patch_spec.rb +18 -0
- data/spec/models/registration_aws_console_url_response_v2_spec.rb +63 -0
- data/spec/models/{registration_gcp_account_patch_request_spec.rb → registration_gcp_account_patch_request_v1_spec.rb} +6 -6
- data/spec/models/{registration_gcp_account_patch_spec.rb → registration_gcp_account_patch_v1_spec.rb} +12 -6
- data/spec/models/registration_gcp_account_req_obj_v2_spec.rb +6 -0
- data/spec/models/registration_gcp_account_rsp_obj_v2_spec.rb +6 -0
- data/spec/models/registration_gcp_account_validated_v1_spec.rb +81 -0
- data/spec/models/registration_gcp_account_validation_req_obj_v1_spec.rb +51 -0
- data/spec/models/registration_gcp_account_validation_request_v1_spec.rb +51 -0
- data/spec/models/registration_gcp_account_validation_response_v1_spec.rb +63 -0
- data/spec/models/registration_gcp_service_account_ext_v1_spec.rb +6 -0
- data/spec/models/registration_gcp_service_account_patch_request_v1_spec.rb +51 -0
- data/spec/models/registration_gcp_service_account_patch_v1_spec.rb +87 -0
- data/spec/models/registration_gcp_service_account_validation_request_obj_v1_spec.rb +87 -0
- data/spec/models/registration_gcp_service_account_validation_request_v1_spec.rb +51 -0
- data/spec/models/registration_gcp_service_account_validation_response_v1_spec.rb +63 -0
- data/spec/models/rest_account_product_upsert_request_ext_v1_spec.rb +57 -0
- data/spec/models/rest_aws_account_create_request_extv1_spec.rb +51 -0
- data/spec/models/rest_aws_account_create_response_ext_v1_spec.rb +63 -0
- data/spec/models/rest_aws_account_validated_spec.rb +69 -0
- data/spec/models/rest_aws_account_validation_response_spec.rb +63 -0
- data/spec/models/rest_cloud_aws_account_create_ext_v1_spec.rb +81 -0
- data/spec/models/rulegroups_rule_spec.rb +12 -0
- data/spec/models/sadomain_create_rule_request_v1_spec.rb +18 -0
- data/spec/models/sadomain_rule_spec.rb +30 -0
- data/spec/models/sadomain_typosquatting_component_spec.rb +6 -0
- data/spec/models/sadomain_typosquatting_subdomain_spec.rb +81 -0
- data/spec/models/{domain_event_entities_response_spec.rb → scanreports_entities_response_spec.rb} +6 -6
- data/spec/models/source_endpoint_spec.rb +57 -0
- data/spec/models/source_user_spec.rb +57 -0
- data/spec/models/threatgraph_meta_spec.rb +69 -0
- data/spec/models/{msaspec_paging_spec.rb → threatgraph_paging_spec.rb} +8 -8
- data/spec/models/threatgraph_vertex_details_response_spec.rb +63 -0
- data/spec/models/threatgraph_vertex_details_spec.rb +93 -0
- data/spec/models/triggers_trigger_ext_field_spec.rb +87 -0
- data/spec/models/triggers_trigger_ext_spec.rb +87 -0
- data/spec/models/triggers_trigger_external_response_spec.rb +63 -0
- data/spec/models/types_action_run_event_data_spec.rb +135 -0
- data/spec/models/types_action_run_event_spec.rb +105 -0
- data/spec/models/types_action_run_metadata_spec.rb +87 -0
- data/spec/models/types_action_run_spec.rb +93 -0
- data/spec/models/{domain_entity_spec.rb → types_artifact_spec.rb} +10 -10
- data/spec/models/types_aws_api_gateway_reason_tag_spec.rb +69 -0
- data/spec/models/types_aws_elastic_ip_reason_tag_spec.rb +63 -0
- data/spec/models/types_aws_lambda_api_gateway_reason_tag_spec.rb +69 -0
- data/spec/models/types_aws_load_balancer_reason_tag_spec.rb +57 -0
- data/spec/models/types_aws_metadata_spec.rb +57 -0
- data/spec/models/types_azure_application_gateway_reason_tag_spec.rb +75 -0
- data/spec/models/types_azure_load_balancer_reason_tag_spec.rb +69 -0
- data/spec/models/types_azure_site_metadata_spec.rb +81 -0
- data/spec/models/types_azure_vm_metadata_spec.rb +75 -0
- data/spec/models/types_business_application_spec.rb +57 -0
- data/spec/models/types_cloud_function_metadata_spec.rb +51 -0
- data/spec/models/types_composed_schedule_spec.rb +93 -0
- data/spec/models/types_configuration_spec.rb +81 -0
- data/spec/models/types_create_integration_request_spec.rb +51 -0
- data/spec/models/types_create_integration_task_request_spec.rb +51 -0
- data/spec/models/types_crowd_strike_cloud_security_metadata_spec.rb +87 -0
- data/spec/models/types_data_type_db_reason_tag_spec.rb +63 -0
- data/spec/models/types_data_type_mq_reason_tag_spec.rb +57 -0
- data/spec/models/types_dependency_spec.rb +99 -0
- data/spec/models/types_deployment_unit_descriptor_spec.rb +69 -0
- data/spec/models/types_deployment_unit_service_spec.rb +63 -0
- data/spec/models/types_deployment_units_tuple_filters_spec.rb +57 -0
- data/spec/models/types_ec2_metadata_spec.rb +57 -0
- data/spec/models/types_ecs_metadata_spec.rb +75 -0
- data/spec/models/types_edit_tag_request_spec.rb +57 -0
- data/spec/models/types_edit_unique_tag_request_spec.rb +51 -0
- data/spec/models/types_error_message_spec.rb +57 -0
- data/spec/models/types_executor_node_spec.rb +123 -0
- data/spec/models/types_framework_spec.rb +75 -0
- data/spec/models/types_gcp_metadata_spec.rb +57 -0
- data/spec/models/types_generic_user_facing_request_spec.rb +63 -0
- data/spec/models/types_get_services_related_entity_filters_spec.rb +63 -0
- data/spec/models/types_get_services_related_entity_group_by_fields_spec.rb +51 -0
- data/spec/models/types_get_services_related_entity_spec.rb +69 -0
- data/spec/models/types_get_services_request_spec.rb +105 -0
- data/spec/models/types_get_violation_types_response_spec.rb +57 -0
- data/spec/models/types_host_metadata_spec.rb +51 -0
- data/spec/models/types_integration_response_spec.rb +57 -0
- data/spec/models/types_integration_spec.rb +93 -0
- data/spec/models/types_integration_task_response_spec.rb +57 -0
- data/spec/models/types_integration_task_spec.rb +141 -0
- data/spec/models/types_integration_task_test_connection_response_spec.rb +51 -0
- data/spec/models/types_integration_task_type_spec.rb +81 -0
- data/spec/models/types_integration_type_spec.rb +75 -0
- data/spec/models/types_interface_service_spec.rb +69 -0
- data/spec/models/types_interface_spec.rb +249 -0
- data/spec/models/types_k8_s_load_balancer_reason_tag_spec.rb +69 -0
- data/spec/models/types_k8_s_metadata_spec.rb +63 -0
- data/spec/models/types_k8_s_pod_settings_spec.rb +63 -0
- data/spec/models/types_key_value_spec.rb +57 -0
- data/spec/models/types_lambda_metadata_spec.rb +57 -0
- data/spec/models/types_library_spec.rb +87 -0
- data/spec/models/types_list_executor_nodes_response_spec.rb +51 -0
- data/spec/models/types_list_integration_tasks_response_spec.rb +51 -0
- data/spec/models/types_list_integration_types_response_spec.rb +51 -0
- data/spec/models/types_list_integrations_response_spec.rb +51 -0
- data/spec/models/types_order_by_spec.rb +57 -0
- data/spec/models/types_paginate_spec.rb +69 -0
- data/spec/models/types_pagination_spec.rb +69 -0
- data/spec/models/{domain_vulnerability_report_spec.rb → types_policy_rules_condition_spec.rb} +8 -8
- data/spec/models/types_policy_rules_create_body_spec.rb +99 -0
- data/spec/models/types_query_request_select_fields_spec.rb +63 -0
- data/spec/models/types_query_request_spec.rb +69 -0
- data/spec/models/types_query_result_spec.rb +57 -0
- data/spec/models/types_reason_tag_spec.rb +105 -0
- data/spec/models/types_remediation_spec.rb +57 -0
- data/spec/models/types_results_filter_spec.rb +57 -0
- data/spec/models/types_run_integration_task_request_spec.rb +81 -0
- data/spec/models/types_service_now_deployment_spec.rb +57 -0
- data/spec/models/types_service_now_deployments_response_spec.rb +63 -0
- data/spec/models/types_service_now_service_data_spec.rb +99 -0
- data/spec/models/types_service_now_service_deployments_spec.rb +57 -0
- data/spec/models/types_service_now_service_spec.rb +183 -0
- data/spec/models/types_service_now_services_response_spec.rb +63 -0
- data/spec/models/types_service_service_artifact_spec.rb +57 -0
- data/spec/models/types_service_service_business_application_spec.rb +57 -0
- data/spec/models/types_service_service_configuration_spec.rb +57 -0
- data/spec/models/types_service_service_dependency_spec.rb +57 -0
- data/spec/models/types_service_service_framework_spec.rb +57 -0
- data/spec/models/types_service_service_interface_spec.rb +57 -0
- data/spec/models/types_service_service_library_spec.rb +57 -0
- data/spec/models/types_service_service_tag_spec.rb +57 -0
- data/spec/models/types_service_service_traits_spec.rb +57 -0
- data/spec/models/types_snyk_metadata_spec.rb +63 -0
- data/spec/models/types_sonatype_metadata_spec.rb +69 -0
- data/spec/models/{v2_condition_parameters_spec.rb → types_struct_spec.rb} +6 -6
- data/spec/models/types_tag_data_spec.rb +75 -0
- data/spec/models/types_tag_entry_spec.rb +63 -0
- data/spec/models/types_tag_spec.rb +99 -0
- data/spec/models/types_tags_data_response_spec.rb +57 -0
- data/spec/models/types_timestamp_spec.rb +57 -0
- data/spec/models/{msaspec_error_spec.rb → types_trait_spec.rb} +9 -9
- data/spec/models/types_tuple_to_string_spec.rb +57 -0
- data/spec/models/types_unique_tag_entry_spec.rb +69 -0
- data/spec/models/types_update_integration_request_spec.rb +57 -0
- data/spec/models/types_update_integration_task_request_spec.rb +51 -0
- data/spec/models/types_upsert_business_application_request_spec.rb +57 -0
- data/spec/models/v2_activity_spec.rb +6 -0
- data/spec/models/v2_condition_groups_spec.rb +57 -0
- data/spec/models/v2_condition_spec.rb +6 -0
- data/spec/models/v2_definition_spec.rb +30 -0
- data/spec/models/v2_for_loop_spec.rb +30 -0
- data/spec/models/v2_loop_spec.rb +6 -0
- data/spec/models/v2_model_spec.rb +99 -0
- data/spec/models/vulncheck_epss_spec.rb +57 -0
- data/spec/models/vulncheck_exploit_botnets_spec.rb +63 -0
- data/spec/models/vulncheck_exploit_counts_spec.rb +63 -0
- data/spec/models/vulncheck_exploit_cve_reference_spec.rb +63 -0
- data/spec/models/vulncheck_exploit_details_spec.rb +129 -0
- data/spec/models/vulncheck_exploit_ransomware_data_spec.rb +57 -0
- data/spec/models/vulncheck_exploit_ransomware_spec.rb +57 -0
- data/spec/models/vulncheck_exploit_record_spec.rb +93 -0
- data/spec/models/vulncheck_exploit_threat_actor_spec.rb +93 -0
- data/spec/models/vulncheck_exploit_timeline_spec.rb +123 -0
- data/spec/models/vulncheck_exploit_trending_spec.rb +51 -0
- data/spec/models/vulncheck_threat_actor_vendor_name_spec.rb +63 -0
- data/spec/models/workflow_request_spec.rb +51 -0
- data/spec/models/workflow_response_spec.rb +63 -0
- metadata +2290 -1247
- data/lib/crimson-falcon/api/tailored_intelligence_api.rb +0 -373
- data/spec/api_client_spec.rb +0 -245
- data/spec/configuration_spec.rb +0 -59
@@ -41,8 +41,8 @@ module Falcon
|
|
41
41
|
# @param body [PoliciesCreateRequest] Create a new policy. * `name` must be between 1 and 100 characters. * `description` can be between 0 and 500 characters. * `platform` must be one of `Windows`, `Linux`, or `Mac` Rule and host group assignment and policy precedence setting is performed via their respective patch end-points.
|
42
42
|
# @param [Hash] opts the optional parameters
|
43
43
|
# @return [PoliciesResponse]
|
44
|
-
def
|
45
|
-
data, _status_code, _headers =
|
44
|
+
def create_policies_0(body, opts = {})
|
45
|
+
data, _status_code, _headers = create_policies_0_with_http_info(body, opts)
|
46
46
|
data
|
47
47
|
end
|
48
48
|
|
@@ -51,13 +51,13 @@ module Falcon
|
|
51
51
|
# @param body [PoliciesCreateRequest] Create a new policy. * `name` must be between 1 and 100 characters. * `description` can be between 0 and 500 characters. * `platform` must be one of `Windows`, `Linux`, or `Mac` Rule and host group assignment and policy precedence setting is performed via their respective patch end-points.
|
52
52
|
# @param [Hash] opts the optional parameters
|
53
53
|
# @return [Array<(PoliciesResponse, Integer, Hash)>] PoliciesResponse data, response status code and response headers
|
54
|
-
def
|
54
|
+
def create_policies_0_with_http_info(body, opts = {})
|
55
55
|
if @api_client.config.debugging
|
56
|
-
@api_client.config.logger.debug 'Calling API: FilevantageApi.
|
56
|
+
@api_client.config.logger.debug 'Calling API: FilevantageApi.create_policies_0 ...'
|
57
57
|
end
|
58
58
|
# verify the required parameter 'body' is set
|
59
59
|
if @api_client.config.client_side_validation && body.nil?
|
60
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling FilevantageApi.
|
60
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FilevantageApi.create_policies_0"
|
61
61
|
end
|
62
62
|
# resource path
|
63
63
|
local_var_path = '/filevantage/entities/policies/v1'
|
@@ -88,7 +88,7 @@ module Falcon
|
|
88
88
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
89
89
|
|
90
90
|
new_options = opts.merge(
|
91
|
-
:operation => :"FilevantageApi.
|
91
|
+
:operation => :"FilevantageApi.create_policies_0",
|
92
92
|
:header_params => header_params,
|
93
93
|
:query_params => query_params,
|
94
94
|
:form_params => form_params,
|
@@ -99,7 +99,7 @@ module Falcon
|
|
99
99
|
|
100
100
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
101
101
|
if @api_client.config.debugging
|
102
|
-
@api_client.config.logger.debug "API called: FilevantageApi#
|
102
|
+
@api_client.config.logger.debug "API called: FilevantageApi#create_policies_0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
103
103
|
end
|
104
104
|
return data, status_code, headers
|
105
105
|
end
|
@@ -174,7 +174,7 @@ module Falcon
|
|
174
174
|
|
175
175
|
# Creates a new rule configuration within the specified rule group.
|
176
176
|
# Creates a new rule configuration within the specified rule group.
|
177
|
-
# @param body [RulegroupsRule] Create a new rule configuration for the specified rule group. * `id` is not supported for creation of a rule, the new id of the created rule will be included in the response. * `rule_group_id` to add the new rule configuration. * `description` can be between 0 and 500 characters. * `path` representing the file system or registry path to monitor. * must be between 1 and 250 characters. * All paths must end with the path separator, e.g. c:\\windows\\ /usr/bin/ * `severity` to categorize change events produced by this rule; must be one of: `Low`, `Medium`, `High` or `Critical` * `depth` below the base path to monitor; must be one of: `1`, `2`, `3`, `4`, `5` or `ANY` * `precedence` - is not supported for creation of a rule, new rules will be added last in precedence order. Falcon GLOB syntax is supported for the following 6 properties. Allowed rule group configuration is based on the type of rule group the rule group is added to. * `include` represents the files, directories, registry keys, or registry values that will be monitored. * `exclude` represents the files, directories, registry keys, or registry values that will `NOT` be monitored. * `include_users` represents the changes performed by specific users that will be monitored. * `exclude_users` represents the changes performed by specific users that will `NOT` be monitored. * `include_processes` represents the changes performed by specific processes that will be monitored. * `exclude_processes` represents the changes performed by specific processes that will be `NOT` monitored. * `content_files` represents the files whose content will be monitored. Listed files must match the file include pattern and not match the file exclude pattern * `content_registry_values` represents the registry values whose content will be monitored. Listed registry values must match the registry include pattern and not match the registry exclude pattern * `enable_content_capture` File system directory monitoring: * `watch_delete_directory_changes` * `watch_create_directory_changes` * `watch_rename_directory_changes` * `watch_attributes_directory_changes` (`macOS` is not supported at this time) * `watch_permissions_directory_changes` (`macOS` is not supported at this time) File system file monitoring: * `watch_rename_file_changes` * `watch_write_file_changes` * `watch_create_file_changes` * `watch_delete_file_changes` * `watch_attributes_file_changes` (`macOS` is not supported at this time) * `watch_permissions_file_changes` (`macOS` is not supported at this time) Windows registry key and value monitoring: * `watch_create_key_changes` * `watch_delete_key_changes` * `watch_rename_key_changes` * `watch_set_value_changes` * `watch_delete_value_changes` * `watch_create_file_changes`
|
177
|
+
# @param body [RulegroupsRule] Create a new rule configuration for the specified rule group. * `id` is not supported for creation of a rule, the new id of the created rule will be included in the response. * `rule_group_id` to add the new rule configuration. * `description` can be between 0 and 500 characters. * `path` representing the file system or registry path to monitor. * must be between 1 and 250 characters. * All paths must end with the path separator, e.g. c:\\windows\\ /usr/bin/ * `severity` to categorize change events produced by this rule; must be one of: `Low`, `Medium`, `High` or `Critical` * `depth` below the base path to monitor; must be one of: `1`, `2`, `3`, `4`, `5` or `ANY` * `precedence` - is not supported for creation of a rule, new rules will be added last in precedence order. Falcon GLOB syntax is supported for the following 6 properties. Allowed rule group configuration is based on the type of rule group the rule group is added to. * `include` represents the files, directories, registry keys, or registry values that will be monitored. * `exclude` represents the files, directories, registry keys, or registry values that will `NOT` be monitored. * `include_users` represents the changes performed by specific users that will be monitored. * `exclude_users` represents the changes performed by specific users that will `NOT` be monitored. * `include_processes` represents the changes performed by specific processes that will be monitored. * `exclude_processes` represents the changes performed by specific processes that will be `NOT` monitored. * `content_files` represents the files whose content will be monitored. Listed files must match the file include pattern and not match the file exclude pattern * `content_registry_values` represents the registry values whose content will be monitored. Listed registry values must match the registry include pattern and not match the registry exclude pattern * `enable_content_capture` * `enable_hash_capture` File system directory monitoring: * `watch_delete_directory_changes` * `watch_create_directory_changes` * `watch_rename_directory_changes` * `watch_attributes_directory_changes` (`macOS` is not supported at this time) * `watch_permissions_directory_changes` (`macOS` is not supported at this time) File system file monitoring: * `watch_rename_file_changes` * `watch_write_file_changes` * `watch_create_file_changes` * `watch_delete_file_changes` * `watch_attributes_file_changes` (`macOS` is not supported at this time) * `watch_permissions_file_changes` (`macOS` is not supported at this time) Windows registry key and value monitoring: * `watch_create_key_changes` * `watch_delete_key_changes` * `watch_rename_key_changes` * `watch_set_value_changes` * `watch_permissions_key_changes` * `watch_delete_value_changes` * `watch_create_file_changes`
|
178
178
|
# @param [Hash] opts the optional parameters
|
179
179
|
# @return [RulegroupsRulesResponse]
|
180
180
|
def create_rules(body, opts = {})
|
@@ -184,7 +184,7 @@ module Falcon
|
|
184
184
|
|
185
185
|
# Creates a new rule configuration within the specified rule group.
|
186
186
|
# Creates a new rule configuration within the specified rule group.
|
187
|
-
# @param body [RulegroupsRule] Create a new rule configuration for the specified rule group. * `id` is not supported for creation of a rule, the new id of the created rule will be included in the response. * `rule_group_id` to add the new rule configuration. * `description` can be between 0 and 500 characters. * `path` representing the file system or registry path to monitor. * must be between 1 and 250 characters. * All paths must end with the path separator, e.g. c:\\windows\\ /usr/bin/ * `severity` to categorize change events produced by this rule; must be one of: `Low`, `Medium`, `High` or `Critical` * `depth` below the base path to monitor; must be one of: `1`, `2`, `3`, `4`, `5` or `ANY` * `precedence` - is not supported for creation of a rule, new rules will be added last in precedence order. Falcon GLOB syntax is supported for the following 6 properties. Allowed rule group configuration is based on the type of rule group the rule group is added to. * `include` represents the files, directories, registry keys, or registry values that will be monitored. * `exclude` represents the files, directories, registry keys, or registry values that will `NOT` be monitored. * `include_users` represents the changes performed by specific users that will be monitored. * `exclude_users` represents the changes performed by specific users that will `NOT` be monitored. * `include_processes` represents the changes performed by specific processes that will be monitored. * `exclude_processes` represents the changes performed by specific processes that will be `NOT` monitored. * `content_files` represents the files whose content will be monitored. Listed files must match the file include pattern and not match the file exclude pattern * `content_registry_values` represents the registry values whose content will be monitored. Listed registry values must match the registry include pattern and not match the registry exclude pattern * `enable_content_capture` File system directory monitoring: * `watch_delete_directory_changes` * `watch_create_directory_changes` * `watch_rename_directory_changes` * `watch_attributes_directory_changes` (`macOS` is not supported at this time) * `watch_permissions_directory_changes` (`macOS` is not supported at this time) File system file monitoring: * `watch_rename_file_changes` * `watch_write_file_changes` * `watch_create_file_changes` * `watch_delete_file_changes` * `watch_attributes_file_changes` (`macOS` is not supported at this time) * `watch_permissions_file_changes` (`macOS` is not supported at this time) Windows registry key and value monitoring: * `watch_create_key_changes` * `watch_delete_key_changes` * `watch_rename_key_changes` * `watch_set_value_changes` * `watch_delete_value_changes` * `watch_create_file_changes`
|
187
|
+
# @param body [RulegroupsRule] Create a new rule configuration for the specified rule group. * `id` is not supported for creation of a rule, the new id of the created rule will be included in the response. * `rule_group_id` to add the new rule configuration. * `description` can be between 0 and 500 characters. * `path` representing the file system or registry path to monitor. * must be between 1 and 250 characters. * All paths must end with the path separator, e.g. c:\\windows\\ /usr/bin/ * `severity` to categorize change events produced by this rule; must be one of: `Low`, `Medium`, `High` or `Critical` * `depth` below the base path to monitor; must be one of: `1`, `2`, `3`, `4`, `5` or `ANY` * `precedence` - is not supported for creation of a rule, new rules will be added last in precedence order. Falcon GLOB syntax is supported for the following 6 properties. Allowed rule group configuration is based on the type of rule group the rule group is added to. * `include` represents the files, directories, registry keys, or registry values that will be monitored. * `exclude` represents the files, directories, registry keys, or registry values that will `NOT` be monitored. * `include_users` represents the changes performed by specific users that will be monitored. * `exclude_users` represents the changes performed by specific users that will `NOT` be monitored. * `include_processes` represents the changes performed by specific processes that will be monitored. * `exclude_processes` represents the changes performed by specific processes that will be `NOT` monitored. * `content_files` represents the files whose content will be monitored. Listed files must match the file include pattern and not match the file exclude pattern * `content_registry_values` represents the registry values whose content will be monitored. Listed registry values must match the registry include pattern and not match the registry exclude pattern * `enable_content_capture` * `enable_hash_capture` File system directory monitoring: * `watch_delete_directory_changes` * `watch_create_directory_changes` * `watch_rename_directory_changes` * `watch_attributes_directory_changes` (`macOS` is not supported at this time) * `watch_permissions_directory_changes` (`macOS` is not supported at this time) File system file monitoring: * `watch_rename_file_changes` * `watch_write_file_changes` * `watch_create_file_changes` * `watch_delete_file_changes` * `watch_attributes_file_changes` (`macOS` is not supported at this time) * `watch_permissions_file_changes` (`macOS` is not supported at this time) Windows registry key and value monitoring: * `watch_create_key_changes` * `watch_delete_key_changes` * `watch_rename_key_changes` * `watch_set_value_changes` * `watch_permissions_key_changes` * `watch_delete_value_changes` * `watch_create_file_changes`
|
188
188
|
# @param [Hash] opts the optional parameters
|
189
189
|
# @return [Array<(RulegroupsRulesResponse, Integer, Hash)>] RulegroupsRulesResponse data, response status code and response headers
|
190
190
|
def create_rules_with_http_info(body, opts = {})
|
@@ -578,11 +578,75 @@ module Falcon
|
|
578
578
|
return data, status_code, headers
|
579
579
|
end
|
580
580
|
|
581
|
+
# Retrieves the processing results for 1 or more actions.
|
582
|
+
# The processing results of each action that match the provided ids will be returned.
|
583
|
+
# @param ids [Array<String>] One or more actions ids in the form of `ids=ID1&ids=ID2`
|
584
|
+
# @param [Hash] opts the optional parameters
|
585
|
+
# @return [ActionsGetActionResponse]
|
586
|
+
def get_actions_mixin0(ids, opts = {})
|
587
|
+
data, _status_code, _headers = get_actions_mixin0_with_http_info(ids, opts)
|
588
|
+
data
|
589
|
+
end
|
590
|
+
|
591
|
+
# Retrieves the processing results for 1 or more actions.
|
592
|
+
# The processing results of each action that match the provided ids will be returned.
|
593
|
+
# @param ids [Array<String>] One or more actions ids in the form of `ids=ID1&ids=ID2`
|
594
|
+
# @param [Hash] opts the optional parameters
|
595
|
+
# @return [Array<(ActionsGetActionResponse, Integer, Hash)>] ActionsGetActionResponse data, response status code and response headers
|
596
|
+
def get_actions_mixin0_with_http_info(ids, opts = {})
|
597
|
+
if @api_client.config.debugging
|
598
|
+
@api_client.config.logger.debug 'Calling API: FilevantageApi.get_actions_mixin0 ...'
|
599
|
+
end
|
600
|
+
# verify the required parameter 'ids' is set
|
601
|
+
if @api_client.config.client_side_validation && ids.nil?
|
602
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling FilevantageApi.get_actions_mixin0"
|
603
|
+
end
|
604
|
+
# resource path
|
605
|
+
local_var_path = '/filevantage/entities/actions/v1'
|
606
|
+
|
607
|
+
# query parameters
|
608
|
+
query_params = opts[:query_params] || {}
|
609
|
+
query_params[:'ids'] = @api_client.build_collection_param(ids, :multi)
|
610
|
+
|
611
|
+
# header parameters
|
612
|
+
header_params = opts[:header_params] || {}
|
613
|
+
# HTTP header 'Accept' (if needed)
|
614
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
615
|
+
|
616
|
+
# form parameters
|
617
|
+
form_params = opts[:form_params] || {}
|
618
|
+
|
619
|
+
# http body (model)
|
620
|
+
post_body = opts[:debug_body]
|
621
|
+
|
622
|
+
# return_type
|
623
|
+
return_type = opts[:debug_return_type] || 'ActionsGetActionResponse'
|
624
|
+
|
625
|
+
# auth_names
|
626
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
627
|
+
|
628
|
+
new_options = opts.merge(
|
629
|
+
:operation => :"FilevantageApi.get_actions_mixin0",
|
630
|
+
:header_params => header_params,
|
631
|
+
:query_params => query_params,
|
632
|
+
:form_params => form_params,
|
633
|
+
:body => post_body,
|
634
|
+
:auth_names => auth_names,
|
635
|
+
:return_type => return_type
|
636
|
+
)
|
637
|
+
|
638
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
639
|
+
if @api_client.config.debugging
|
640
|
+
@api_client.config.logger.debug "API called: FilevantageApi#get_actions_mixin0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
641
|
+
end
|
642
|
+
return data, status_code, headers
|
643
|
+
end
|
644
|
+
|
581
645
|
# Retrieve information on changes
|
582
646
|
# Retrieve key attributes of Falcon FileVantage changes for the specified ids.
|
583
647
|
# @param ids [Array<String>] One or more change ids in the form of `ids=ID1&ids=ID2`. The maximum number of ids that can be requested at once is `500`.
|
584
648
|
# @param [Hash] opts the optional parameters
|
585
|
-
# @return [
|
649
|
+
# @return [PublicGetChangesResponse]
|
586
650
|
def get_changes(ids, opts = {})
|
587
651
|
data, _status_code, _headers = get_changes_with_http_info(ids, opts)
|
588
652
|
data
|
@@ -592,7 +656,7 @@ module Falcon
|
|
592
656
|
# Retrieve key attributes of Falcon FileVantage changes for the specified ids.
|
593
657
|
# @param ids [Array<String>] One or more change ids in the form of `ids=ID1&ids=ID2`. The maximum number of ids that can be requested at once is `500`.
|
594
658
|
# @param [Hash] opts the optional parameters
|
595
|
-
# @return [Array<(
|
659
|
+
# @return [Array<(PublicGetChangesResponse, Integer, Hash)>] PublicGetChangesResponse data, response status code and response headers
|
596
660
|
def get_changes_with_http_info(ids, opts = {})
|
597
661
|
if @api_client.config.debugging
|
598
662
|
@api_client.config.logger.debug 'Calling API: FilevantageApi.get_changes ...'
|
@@ -628,7 +692,7 @@ module Falcon
|
|
628
692
|
post_body = opts[:debug_body]
|
629
693
|
|
630
694
|
# return_type
|
631
|
-
return_type = opts[:debug_return_type] || '
|
695
|
+
return_type = opts[:debug_return_type] || 'PublicGetChangesResponse'
|
632
696
|
|
633
697
|
# auth_names
|
634
698
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
@@ -650,6 +714,73 @@ module Falcon
|
|
650
714
|
return data, status_code, headers
|
651
715
|
end
|
652
716
|
|
717
|
+
# Retrieves the content captured for the provided change id
|
718
|
+
# Retrieves the before and after change content for the provided change id.
|
719
|
+
# @param id [String] ID of the change in the form of id=ID1
|
720
|
+
# @param [Hash] opts the optional parameters
|
721
|
+
# @option opts [String] :accept_encoding Providing the value of `gzip` compresses the response, otherwise the content is returned uncompressed.
|
722
|
+
# @return [ContentchangesChangeContentsResponse]
|
723
|
+
def get_contents(id, opts = {})
|
724
|
+
data, _status_code, _headers = get_contents_with_http_info(id, opts)
|
725
|
+
data
|
726
|
+
end
|
727
|
+
|
728
|
+
# Retrieves the content captured for the provided change id
|
729
|
+
# Retrieves the before and after change content for the provided change id.
|
730
|
+
# @param id [String] ID of the change in the form of id=ID1
|
731
|
+
# @param [Hash] opts the optional parameters
|
732
|
+
# @option opts [String] :accept_encoding Providing the value of `gzip` compresses the response, otherwise the content is returned uncompressed.
|
733
|
+
# @return [Array<(ContentchangesChangeContentsResponse, Integer, Hash)>] ContentchangesChangeContentsResponse data, response status code and response headers
|
734
|
+
def get_contents_with_http_info(id, opts = {})
|
735
|
+
if @api_client.config.debugging
|
736
|
+
@api_client.config.logger.debug 'Calling API: FilevantageApi.get_contents ...'
|
737
|
+
end
|
738
|
+
# verify the required parameter 'id' is set
|
739
|
+
if @api_client.config.client_side_validation && id.nil?
|
740
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling FilevantageApi.get_contents"
|
741
|
+
end
|
742
|
+
# resource path
|
743
|
+
local_var_path = '/filevantage/entities/change-content/v1'
|
744
|
+
|
745
|
+
# query parameters
|
746
|
+
query_params = opts[:query_params] || {}
|
747
|
+
query_params[:'id'] = id
|
748
|
+
|
749
|
+
# header parameters
|
750
|
+
header_params = opts[:header_params] || {}
|
751
|
+
# HTTP header 'Accept' (if needed)
|
752
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
753
|
+
header_params[:'Accept-Encoding'] = opts[:'accept_encoding'] if !opts[:'accept_encoding'].nil?
|
754
|
+
|
755
|
+
# form parameters
|
756
|
+
form_params = opts[:form_params] || {}
|
757
|
+
|
758
|
+
# http body (model)
|
759
|
+
post_body = opts[:debug_body]
|
760
|
+
|
761
|
+
# return_type
|
762
|
+
return_type = opts[:debug_return_type] || 'ContentchangesChangeContentsResponse'
|
763
|
+
|
764
|
+
# auth_names
|
765
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
766
|
+
|
767
|
+
new_options = opts.merge(
|
768
|
+
:operation => :"FilevantageApi.get_contents",
|
769
|
+
:header_params => header_params,
|
770
|
+
:query_params => query_params,
|
771
|
+
:form_params => form_params,
|
772
|
+
:body => post_body,
|
773
|
+
:auth_names => auth_names,
|
774
|
+
:return_type => return_type
|
775
|
+
)
|
776
|
+
|
777
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
778
|
+
if @api_client.config.debugging
|
779
|
+
@api_client.config.logger.debug "API called: FilevantageApi#get_contents\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
780
|
+
end
|
781
|
+
return data, status_code, headers
|
782
|
+
end
|
783
|
+
|
653
784
|
# Retrieves the configuration for 1 or more policies.
|
654
785
|
# The configuration of each policy that match the provided id will be returned.
|
655
786
|
# @param ids [Array<String>] One or more (up to 500) policy ids in the form of `ids=ID1&ids=ID2`
|
@@ -921,7 +1052,7 @@ module Falcon
|
|
921
1052
|
end
|
922
1053
|
|
923
1054
|
# Returns 1 or more change ids
|
924
|
-
# Returns a list of Falcon FileVantage change
|
1055
|
+
# Returns a list of Falcon FileVantage change ids filtered, sorted and limited by the query parameters provided. It can retrieve an unlimited number of results using multiple requests.
|
925
1056
|
# @param [Hash] opts the optional parameters
|
926
1057
|
# @option opts [String] :after A pagination token used with the `limit` parameter to manage pagination of results. On your first request don't provide a value for the `after` token. On subsequent requests provide the `after` token value from the previous response to continue pagination from where you left. If the response returns an empty `after` token it means there are no more results to return.
|
927
1058
|
# @option opts [Integer] :limit The maximum number of ids to return. Defaults to `100` if not specified. The maximum number of results that can be returned in a single call is `5000`. (default to 100)
|
@@ -934,7 +1065,7 @@ module Falcon
|
|
934
1065
|
end
|
935
1066
|
|
936
1067
|
# Returns 1 or more change ids
|
937
|
-
# Returns a list of Falcon FileVantage change
|
1068
|
+
# Returns a list of Falcon FileVantage change ids filtered, sorted and limited by the query parameters provided. It can retrieve an unlimited number of results using multiple requests.
|
938
1069
|
# @param [Hash] opts the optional parameters
|
939
1070
|
# @option opts [String] :after A pagination token used with the `limit` parameter to manage pagination of results. On your first request don't provide a value for the `after` token. On subsequent requests provide the `after` token value from the previous response to continue pagination from where you left. If the response returns an empty `after` token it means there are no more results to return.
|
940
1071
|
# @option opts [Integer] :limit The maximum number of ids to return. Defaults to `100` if not specified. The maximum number of results that can be returned in a single call is `5000`. (default to 100)
|
@@ -993,8 +1124,81 @@ module Falcon
|
|
993
1124
|
return data, status_code, headers
|
994
1125
|
end
|
995
1126
|
|
1127
|
+
# Returns one or more action ids
|
1128
|
+
# Returns the list of action ids filtered, sorted, and limited to the query parameters provided.
|
1129
|
+
# @param [Hash] opts the optional parameters
|
1130
|
+
# @option opts [Integer] :offset The first action index to return in the response. If not provided it will default to '0'. Use with the `limit` parameter to manage pagination of results.
|
1131
|
+
# @option opts [Integer] :limit The maximum number of actions to return in the response (default: 100; max: 500). Use with the `offset` parameter to manage pagination of results
|
1132
|
+
# @option opts [String] :sort The sort expression that should be used to sort the results (e.g. created_date|desc)
|
1133
|
+
# @option opts [String] :filter Filter changes using a query in Falcon Query Language (FQL). Common filter options include: - `status` - `operation_type` The full list of allowed filter parameters can be reviewed in our API documentation.
|
1134
|
+
# @return [MsaspecQueryResponse]
|
1135
|
+
def query_actions_mixin0(opts = {})
|
1136
|
+
data, _status_code, _headers = query_actions_mixin0_with_http_info(opts)
|
1137
|
+
data
|
1138
|
+
end
|
1139
|
+
|
1140
|
+
# Returns one or more action ids
|
1141
|
+
# Returns the list of action ids filtered, sorted, and limited to the query parameters provided.
|
1142
|
+
# @param [Hash] opts the optional parameters
|
1143
|
+
# @option opts [Integer] :offset The first action index to return in the response. If not provided it will default to '0'. Use with the `limit` parameter to manage pagination of results.
|
1144
|
+
# @option opts [Integer] :limit The maximum number of actions to return in the response (default: 100; max: 500). Use with the `offset` parameter to manage pagination of results
|
1145
|
+
# @option opts [String] :sort The sort expression that should be used to sort the results (e.g. created_date|desc)
|
1146
|
+
# @option opts [String] :filter Filter changes using a query in Falcon Query Language (FQL). Common filter options include: - `status` - `operation_type` The full list of allowed filter parameters can be reviewed in our API documentation.
|
1147
|
+
# @return [Array<(MsaspecQueryResponse, Integer, Hash)>] MsaspecQueryResponse data, response status code and response headers
|
1148
|
+
def query_actions_mixin0_with_http_info(opts = {})
|
1149
|
+
if @api_client.config.debugging
|
1150
|
+
@api_client.config.logger.debug 'Calling API: FilevantageApi.query_actions_mixin0 ...'
|
1151
|
+
end
|
1152
|
+
if @api_client.config.client_side_validation && !opts[:'offset'].nil? && opts[:'offset'] < 0
|
1153
|
+
fail ArgumentError, 'invalid value for "opts[:"offset"]" when calling FilevantageApi.query_actions_mixin0, must be greater than or equal to 0.'
|
1154
|
+
end
|
1155
|
+
|
1156
|
+
# resource path
|
1157
|
+
local_var_path = '/filevantage/queries/actions/v1'
|
1158
|
+
|
1159
|
+
# query parameters
|
1160
|
+
query_params = opts[:query_params] || {}
|
1161
|
+
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
1162
|
+
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
1163
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
1164
|
+
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
1165
|
+
|
1166
|
+
# header parameters
|
1167
|
+
header_params = opts[:header_params] || {}
|
1168
|
+
# HTTP header 'Accept' (if needed)
|
1169
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1170
|
+
|
1171
|
+
# form parameters
|
1172
|
+
form_params = opts[:form_params] || {}
|
1173
|
+
|
1174
|
+
# http body (model)
|
1175
|
+
post_body = opts[:debug_body]
|
1176
|
+
|
1177
|
+
# return_type
|
1178
|
+
return_type = opts[:debug_return_type] || 'MsaspecQueryResponse'
|
1179
|
+
|
1180
|
+
# auth_names
|
1181
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1182
|
+
|
1183
|
+
new_options = opts.merge(
|
1184
|
+
:operation => :"FilevantageApi.query_actions_mixin0",
|
1185
|
+
:header_params => header_params,
|
1186
|
+
:query_params => query_params,
|
1187
|
+
:form_params => form_params,
|
1188
|
+
:body => post_body,
|
1189
|
+
:auth_names => auth_names,
|
1190
|
+
:return_type => return_type
|
1191
|
+
)
|
1192
|
+
|
1193
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
1194
|
+
if @api_client.config.debugging
|
1195
|
+
@api_client.config.logger.debug "API called: FilevantageApi#query_actions_mixin0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1196
|
+
end
|
1197
|
+
return data, status_code, headers
|
1198
|
+
end
|
1199
|
+
|
996
1200
|
# Returns 1 or more change ids
|
997
|
-
# Returns a list of Falcon FileVantage change
|
1201
|
+
# Returns a list of Falcon FileVantage change ids filtered, sorted and limited by the query parameters provided. Using this endpoint you can retrieve up to `10000` results by using pagination with multiple requests. If you need to retrieve more than `10000` results consider using the `/queries/changes/v3` endpoint
|
998
1202
|
# @param [Hash] opts the optional parameters
|
999
1203
|
# @option opts [Integer] :offset The offset to start retrieving records from. Defaults to `0` if not specified. (default to 0)
|
1000
1204
|
# @option opts [Integer] :limit The maximum number of ids to return. Defaults to `100` if not specified. The maximum number of results that can be returned in a single call is `500`. (default to 100)
|
@@ -1007,7 +1211,7 @@ module Falcon
|
|
1007
1211
|
end
|
1008
1212
|
|
1009
1213
|
# Returns 1 or more change ids
|
1010
|
-
# Returns a list of Falcon FileVantage change
|
1214
|
+
# Returns a list of Falcon FileVantage change ids filtered, sorted and limited by the query parameters provided. Using this endpoint you can retrieve up to `10000` results by using pagination with multiple requests. If you need to retrieve more than `10000` results consider using the `/queries/changes/v3` endpoint
|
1011
1215
|
# @param [Hash] opts the optional parameters
|
1012
1216
|
# @option opts [Integer] :offset The offset to start retrieving records from. Defaults to `0` if not specified. (default to 0)
|
1013
1217
|
# @option opts [Integer] :limit The maximum number of ids to return. Defaults to `100` if not specified. The maximum number of results that can be returned in a single call is `500`. (default to 100)
|
@@ -1288,13 +1492,149 @@ module Falcon
|
|
1288
1492
|
return data, status_code, headers
|
1289
1493
|
end
|
1290
1494
|
|
1495
|
+
# Initiates workflows for the provided change ids
|
1496
|
+
# Provides the ability to initiate workflows for the specified change ids. Only 100 change ids can be provided per workflow request.
|
1497
|
+
# @param body [WorkflowRequest] Change ids to initiate the workflows; limited to 100 per request.
|
1498
|
+
# @param [Hash] opts the optional parameters
|
1499
|
+
# @return [WorkflowResponse]
|
1500
|
+
def signal_changes_external(body, opts = {})
|
1501
|
+
data, _status_code, _headers = signal_changes_external_with_http_info(body, opts)
|
1502
|
+
data
|
1503
|
+
end
|
1504
|
+
|
1505
|
+
# Initiates workflows for the provided change ids
|
1506
|
+
# Provides the ability to initiate workflows for the specified change ids. Only 100 change ids can be provided per workflow request.
|
1507
|
+
# @param body [WorkflowRequest] Change ids to initiate the workflows; limited to 100 per request.
|
1508
|
+
# @param [Hash] opts the optional parameters
|
1509
|
+
# @return [Array<(WorkflowResponse, Integer, Hash)>] WorkflowResponse data, response status code and response headers
|
1510
|
+
def signal_changes_external_with_http_info(body, opts = {})
|
1511
|
+
if @api_client.config.debugging
|
1512
|
+
@api_client.config.logger.debug 'Calling API: FilevantageApi.signal_changes_external ...'
|
1513
|
+
end
|
1514
|
+
# verify the required parameter 'body' is set
|
1515
|
+
if @api_client.config.client_side_validation && body.nil?
|
1516
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FilevantageApi.signal_changes_external"
|
1517
|
+
end
|
1518
|
+
# resource path
|
1519
|
+
local_var_path = '/filevantage/entities/workflow/v1'
|
1520
|
+
|
1521
|
+
# query parameters
|
1522
|
+
query_params = opts[:query_params] || {}
|
1523
|
+
|
1524
|
+
# header parameters
|
1525
|
+
header_params = opts[:header_params] || {}
|
1526
|
+
# HTTP header 'Accept' (if needed)
|
1527
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1528
|
+
# HTTP header 'Content-Type'
|
1529
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1530
|
+
if !content_type.nil?
|
1531
|
+
header_params['Content-Type'] = content_type
|
1532
|
+
end
|
1533
|
+
|
1534
|
+
# form parameters
|
1535
|
+
form_params = opts[:form_params] || {}
|
1536
|
+
|
1537
|
+
# http body (model)
|
1538
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
1539
|
+
|
1540
|
+
# return_type
|
1541
|
+
return_type = opts[:debug_return_type] || 'WorkflowResponse'
|
1542
|
+
|
1543
|
+
# auth_names
|
1544
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1545
|
+
|
1546
|
+
new_options = opts.merge(
|
1547
|
+
:operation => :"FilevantageApi.signal_changes_external",
|
1548
|
+
:header_params => header_params,
|
1549
|
+
:query_params => query_params,
|
1550
|
+
:form_params => form_params,
|
1551
|
+
:body => post_body,
|
1552
|
+
:auth_names => auth_names,
|
1553
|
+
:return_type => return_type
|
1554
|
+
)
|
1555
|
+
|
1556
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1557
|
+
if @api_client.config.debugging
|
1558
|
+
@api_client.config.logger.debug "API called: FilevantageApi#signal_changes_external\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1559
|
+
end
|
1560
|
+
return data, status_code, headers
|
1561
|
+
end
|
1562
|
+
|
1563
|
+
# Initiates the specified action on the provided change ids
|
1564
|
+
# Initiates the suppression, unsuppression, or purging of the provided change ids. Note that only 1 action may be initiated and active at a time.
|
1565
|
+
# @param body [ActionsCreateActionRequest] Create a new action. * `operation` must be one of the `suppress`, `unsuppress`, or `purge` * `change_ids` represent the ids of the changes the operation will perform; limited to 100 ids per action * `comment` optional comment to describe the reason for the action
|
1566
|
+
# @param [Hash] opts the optional parameters
|
1567
|
+
# @return [ActionsActionResponse]
|
1568
|
+
def start_actions(body, opts = {})
|
1569
|
+
data, _status_code, _headers = start_actions_with_http_info(body, opts)
|
1570
|
+
data
|
1571
|
+
end
|
1572
|
+
|
1573
|
+
# Initiates the specified action on the provided change ids
|
1574
|
+
# Initiates the suppression, unsuppression, or purging of the provided change ids. Note that only 1 action may be initiated and active at a time.
|
1575
|
+
# @param body [ActionsCreateActionRequest] Create a new action. * `operation` must be one of the `suppress`, `unsuppress`, or `purge` * `change_ids` represent the ids of the changes the operation will perform; limited to 100 ids per action * `comment` optional comment to describe the reason for the action
|
1576
|
+
# @param [Hash] opts the optional parameters
|
1577
|
+
# @return [Array<(ActionsActionResponse, Integer, Hash)>] ActionsActionResponse data, response status code and response headers
|
1578
|
+
def start_actions_with_http_info(body, opts = {})
|
1579
|
+
if @api_client.config.debugging
|
1580
|
+
@api_client.config.logger.debug 'Calling API: FilevantageApi.start_actions ...'
|
1581
|
+
end
|
1582
|
+
# verify the required parameter 'body' is set
|
1583
|
+
if @api_client.config.client_side_validation && body.nil?
|
1584
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FilevantageApi.start_actions"
|
1585
|
+
end
|
1586
|
+
# resource path
|
1587
|
+
local_var_path = '/filevantage/entities/actions/v1'
|
1588
|
+
|
1589
|
+
# query parameters
|
1590
|
+
query_params = opts[:query_params] || {}
|
1591
|
+
|
1592
|
+
# header parameters
|
1593
|
+
header_params = opts[:header_params] || {}
|
1594
|
+
# HTTP header 'Accept' (if needed)
|
1595
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1596
|
+
# HTTP header 'Content-Type'
|
1597
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1598
|
+
if !content_type.nil?
|
1599
|
+
header_params['Content-Type'] = content_type
|
1600
|
+
end
|
1601
|
+
|
1602
|
+
# form parameters
|
1603
|
+
form_params = opts[:form_params] || {}
|
1604
|
+
|
1605
|
+
# http body (model)
|
1606
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
1607
|
+
|
1608
|
+
# return_type
|
1609
|
+
return_type = opts[:debug_return_type] || 'ActionsActionResponse'
|
1610
|
+
|
1611
|
+
# auth_names
|
1612
|
+
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1613
|
+
|
1614
|
+
new_options = opts.merge(
|
1615
|
+
:operation => :"FilevantageApi.start_actions",
|
1616
|
+
:header_params => header_params,
|
1617
|
+
:query_params => query_params,
|
1618
|
+
:form_params => form_params,
|
1619
|
+
:body => post_body,
|
1620
|
+
:auth_names => auth_names,
|
1621
|
+
:return_type => return_type
|
1622
|
+
)
|
1623
|
+
|
1624
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1625
|
+
if @api_client.config.debugging
|
1626
|
+
@api_client.config.logger.debug "API called: FilevantageApi#start_actions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1627
|
+
end
|
1628
|
+
return data, status_code, headers
|
1629
|
+
end
|
1630
|
+
|
1291
1631
|
# Updates the general information of the provided policy.
|
1292
1632
|
# Only name, description, and enabled status of the policy is allowed to be update. Rule and host group assignment is performed via their respective patch end points.
|
1293
1633
|
# @param body [PoliciesUpdateRequest] Enables updates to the following fields for an existing policy. * `id` of the policy to update. * `name` must be between 1 and 100 characters. * `description` can be between 0 and 500 characters. * `platform` may not be modified after the policy is created. * `enabled` must be one of `true` or `false`. Rule and host group assignment and policy precedence setting is performed via their respective patch end-points.
|
1294
1634
|
# @param [Hash] opts the optional parameters
|
1295
1635
|
# @return [PoliciesResponse]
|
1296
|
-
def
|
1297
|
-
data, _status_code, _headers =
|
1636
|
+
def update_policies_0(body, opts = {})
|
1637
|
+
data, _status_code, _headers = update_policies_0_with_http_info(body, opts)
|
1298
1638
|
data
|
1299
1639
|
end
|
1300
1640
|
|
@@ -1303,13 +1643,13 @@ module Falcon
|
|
1303
1643
|
# @param body [PoliciesUpdateRequest] Enables updates to the following fields for an existing policy. * `id` of the policy to update. * `name` must be between 1 and 100 characters. * `description` can be between 0 and 500 characters. * `platform` may not be modified after the policy is created. * `enabled` must be one of `true` or `false`. Rule and host group assignment and policy precedence setting is performed via their respective patch end-points.
|
1304
1644
|
# @param [Hash] opts the optional parameters
|
1305
1645
|
# @return [Array<(PoliciesResponse, Integer, Hash)>] PoliciesResponse data, response status code and response headers
|
1306
|
-
def
|
1646
|
+
def update_policies_0_with_http_info(body, opts = {})
|
1307
1647
|
if @api_client.config.debugging
|
1308
|
-
@api_client.config.logger.debug 'Calling API: FilevantageApi.
|
1648
|
+
@api_client.config.logger.debug 'Calling API: FilevantageApi.update_policies_0 ...'
|
1309
1649
|
end
|
1310
1650
|
# verify the required parameter 'body' is set
|
1311
1651
|
if @api_client.config.client_side_validation && body.nil?
|
1312
|
-
fail ArgumentError, "Missing the required parameter 'body' when calling FilevantageApi.
|
1652
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling FilevantageApi.update_policies_0"
|
1313
1653
|
end
|
1314
1654
|
# resource path
|
1315
1655
|
local_var_path = '/filevantage/entities/policies/v1'
|
@@ -1340,7 +1680,7 @@ module Falcon
|
|
1340
1680
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1341
1681
|
|
1342
1682
|
new_options = opts.merge(
|
1343
|
-
:operation => :"FilevantageApi.
|
1683
|
+
:operation => :"FilevantageApi.update_policies_0",
|
1344
1684
|
:header_params => header_params,
|
1345
1685
|
:query_params => query_params,
|
1346
1686
|
:form_params => form_params,
|
@@ -1351,7 +1691,7 @@ module Falcon
|
|
1351
1691
|
|
1352
1692
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1353
1693
|
if @api_client.config.debugging
|
1354
|
-
@api_client.config.logger.debug "API called: FilevantageApi#
|
1694
|
+
@api_client.config.logger.debug "API called: FilevantageApi#update_policies_0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1355
1695
|
end
|
1356
1696
|
return data, status_code, headers
|
1357
1697
|
end
|
@@ -1440,8 +1780,8 @@ module Falcon
|
|
1440
1780
|
# @param type [String] The policy type for which to set the precedence order, must be one of `Windows`, `Linux` or `Mac`.
|
1441
1781
|
# @param [Hash] opts the optional parameters
|
1442
1782
|
# @return [PoliciesPrecedenceResponse]
|
1443
|
-
def
|
1444
|
-
data, _status_code, _headers =
|
1783
|
+
def update_policy_precedence_0(ids, type, opts = {})
|
1784
|
+
data, _status_code, _headers = update_policy_precedence_0_with_http_info(ids, type, opts)
|
1445
1785
|
data
|
1446
1786
|
end
|
1447
1787
|
|
@@ -1451,17 +1791,17 @@ module Falcon
|
|
1451
1791
|
# @param type [String] The policy type for which to set the precedence order, must be one of `Windows`, `Linux` or `Mac`.
|
1452
1792
|
# @param [Hash] opts the optional parameters
|
1453
1793
|
# @return [Array<(PoliciesPrecedenceResponse, Integer, Hash)>] PoliciesPrecedenceResponse data, response status code and response headers
|
1454
|
-
def
|
1794
|
+
def update_policy_precedence_0_with_http_info(ids, type, opts = {})
|
1455
1795
|
if @api_client.config.debugging
|
1456
|
-
@api_client.config.logger.debug 'Calling API: FilevantageApi.
|
1796
|
+
@api_client.config.logger.debug 'Calling API: FilevantageApi.update_policy_precedence_0 ...'
|
1457
1797
|
end
|
1458
1798
|
# verify the required parameter 'ids' is set
|
1459
1799
|
if @api_client.config.client_side_validation && ids.nil?
|
1460
|
-
fail ArgumentError, "Missing the required parameter 'ids' when calling FilevantageApi.
|
1800
|
+
fail ArgumentError, "Missing the required parameter 'ids' when calling FilevantageApi.update_policy_precedence_0"
|
1461
1801
|
end
|
1462
1802
|
# verify the required parameter 'type' is set
|
1463
1803
|
if @api_client.config.client_side_validation && type.nil?
|
1464
|
-
fail ArgumentError, "Missing the required parameter 'type' when calling FilevantageApi.
|
1804
|
+
fail ArgumentError, "Missing the required parameter 'type' when calling FilevantageApi.update_policy_precedence_0"
|
1465
1805
|
end
|
1466
1806
|
# resource path
|
1467
1807
|
local_var_path = '/filevantage/entities/policies-precedence/v1'
|
@@ -1489,7 +1829,7 @@ module Falcon
|
|
1489
1829
|
auth_names = opts[:debug_auth_names] || ['oauth2']
|
1490
1830
|
|
1491
1831
|
new_options = opts.merge(
|
1492
|
-
:operation => :"FilevantageApi.
|
1832
|
+
:operation => :"FilevantageApi.update_policy_precedence_0",
|
1493
1833
|
:header_params => header_params,
|
1494
1834
|
:query_params => query_params,
|
1495
1835
|
:form_params => form_params,
|
@@ -1500,7 +1840,7 @@ module Falcon
|
|
1500
1840
|
|
1501
1841
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path, new_options)
|
1502
1842
|
if @api_client.config.debugging
|
1503
|
-
@api_client.config.logger.debug "API called: FilevantageApi#
|
1843
|
+
@api_client.config.logger.debug "API called: FilevantageApi#update_policy_precedence_0\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1504
1844
|
end
|
1505
1845
|
return data, status_code, headers
|
1506
1846
|
end
|
@@ -1724,7 +2064,7 @@ module Falcon
|
|
1724
2064
|
|
1725
2065
|
# Updates the provided rule configuration within the specified rule group.
|
1726
2066
|
# The rule must currently exist within the specified rule group.
|
1727
|
-
# @param body [RulegroupsRule] Update the rule configuration for the specified rule ID and group. * `id` of the rule to update. * `rule_group_id` that contains the rule configuration. * `description` can be between 0 and 500 characters. * `path` representing the file system or registry path to monitor. * must be between 1 and 250 characters. * All paths must end with the path separator, e.g. c:\\windows\\ /usr/bin/ * `severity` to categorize change events produced by this rule; must be one of: `Low`, `Medium`, `High` or `Critical` * `depth` below the base path to monitor; must be one of: `1`, `2`, `3`, `4`, `5` or `ANY` * `precedence` is the order in which rules will be evaluated starting with 1. Specifying a precedence value that is already set for another rule in the group will result this rule being placed before that existing rule. Falcon GLOB syntax is supported for the following 6 properties. Allowed rule group configuration is based on the type of rule group the rule group is added to. * `include` represents the files, directories, registry keys, or registry values that will be monitored. * `exclude` represents the files, directories, registry keys, or registry values that will `NOT` be monitored. * `include_users` represents the changes performed by specific users that will be monitored. * `exclude_users` represents the changes performed by specific users that will `NOT` be monitored. * `include_processes` represents the changes performed by specific processes that will be monitored. * `exclude_processes` represents the changes performed by specific processes that will be `NOT` monitored. * `content_files` represents the files that will be monitored. Listed files must match the file include pattern and not match the file exclude pattern * `content_registry_values` represents the registry values whose content will be monitored. Listed registry values must match the registry include pattern and not match the registry exclude pattern * `enable_content_capture` File system directory monitoring: * `watch_delete_directory_changes` * `watch_create_directory_changes` * `watch_rename_directory_changes` * `watch_attributes_directory_changes` (`macOS` is not supported at this time) * `watch_permissions_directory_changes` (`macOS` is not supported at this time) File system file monitoring: * `watch_rename_file_changes` * `watch_write_file_changes` * `watch_create_file_changes` * `watch_delete_file_changes` * `watch_attributes_file_changes` (`macOS` is not supported at this time) * `watch_permissions_file_changes` (`macOS` is not supported at this time) Windows registry key and value monitoring: * `watch_create_key_changes` * `watch_delete_key_changes` * `watch_rename_key_changes` * `watch_set_value_changes` * `watch_delete_value_changes` * `watch_create_file_changes`
|
2067
|
+
# @param body [RulegroupsRule] Update the rule configuration for the specified rule ID and group. * `id` of the rule to update. * `rule_group_id` that contains the rule configuration. * `description` can be between 0 and 500 characters. * `path` representing the file system or registry path to monitor. * must be between 1 and 250 characters. * All paths must end with the path separator, e.g. c:\\windows\\ /usr/bin/ * `severity` to categorize change events produced by this rule; must be one of: `Low`, `Medium`, `High` or `Critical` * `depth` below the base path to monitor; must be one of: `1`, `2`, `3`, `4`, `5` or `ANY` * `precedence` is the order in which rules will be evaluated starting with 1. Specifying a precedence value that is already set for another rule in the group will result this rule being placed before that existing rule. Falcon GLOB syntax is supported for the following 6 properties. Allowed rule group configuration is based on the type of rule group the rule group is added to. * `include` represents the files, directories, registry keys, or registry values that will be monitored. * `exclude` represents the files, directories, registry keys, or registry values that will `NOT` be monitored. * `include_users` represents the changes performed by specific users that will be monitored. * `exclude_users` represents the changes performed by specific users that will `NOT` be monitored. * `include_processes` represents the changes performed by specific processes that will be monitored. * `exclude_processes` represents the changes performed by specific processes that will be `NOT` monitored. * `content_files` represents the files that will be monitored. Listed files must match the file include pattern and not match the file exclude pattern * `content_registry_values` represents the registry values whose content will be monitored. Listed registry values must match the registry include pattern and not match the registry exclude pattern * `enable_content_capture` * `enable_hash_capture` File system directory monitoring: * `watch_delete_directory_changes` * `watch_create_directory_changes` * `watch_rename_directory_changes` * `watch_attributes_directory_changes` (`macOS` is not supported at this time) * `watch_permissions_directory_changes` (`macOS` is not supported at this time) File system file monitoring: * `watch_rename_file_changes` * `watch_write_file_changes` * `watch_create_file_changes` * `watch_delete_file_changes` * `watch_attributes_file_changes` (`macOS` is not supported at this time) * `watch_permissions_file_changes` (`macOS` is not supported at this time) Windows registry key and value monitoring: * `watch_create_key_changes` * `watch_delete_key_changes` * `watch_rename_key_changes` * `watch_set_value_changes` * `watch_delete_value_changes` * `watch_create_file_changes`
|
1728
2068
|
# @param [Hash] opts the optional parameters
|
1729
2069
|
# @return [RulegroupsRulesResponse]
|
1730
2070
|
def update_rules(body, opts = {})
|
@@ -1734,7 +2074,7 @@ module Falcon
|
|
1734
2074
|
|
1735
2075
|
# Updates the provided rule configuration within the specified rule group.
|
1736
2076
|
# The rule must currently exist within the specified rule group.
|
1737
|
-
# @param body [RulegroupsRule] Update the rule configuration for the specified rule ID and group. * `id` of the rule to update. * `rule_group_id` that contains the rule configuration. * `description` can be between 0 and 500 characters. * `path` representing the file system or registry path to monitor. * must be between 1 and 250 characters. * All paths must end with the path separator, e.g. c:\\windows\\ /usr/bin/ * `severity` to categorize change events produced by this rule; must be one of: `Low`, `Medium`, `High` or `Critical` * `depth` below the base path to monitor; must be one of: `1`, `2`, `3`, `4`, `5` or `ANY` * `precedence` is the order in which rules will be evaluated starting with 1. Specifying a precedence value that is already set for another rule in the group will result this rule being placed before that existing rule. Falcon GLOB syntax is supported for the following 6 properties. Allowed rule group configuration is based on the type of rule group the rule group is added to. * `include` represents the files, directories, registry keys, or registry values that will be monitored. * `exclude` represents the files, directories, registry keys, or registry values that will `NOT` be monitored. * `include_users` represents the changes performed by specific users that will be monitored. * `exclude_users` represents the changes performed by specific users that will `NOT` be monitored. * `include_processes` represents the changes performed by specific processes that will be monitored. * `exclude_processes` represents the changes performed by specific processes that will be `NOT` monitored. * `content_files` represents the files that will be monitored. Listed files must match the file include pattern and not match the file exclude pattern * `content_registry_values` represents the registry values whose content will be monitored. Listed registry values must match the registry include pattern and not match the registry exclude pattern * `enable_content_capture` File system directory monitoring: * `watch_delete_directory_changes` * `watch_create_directory_changes` * `watch_rename_directory_changes` * `watch_attributes_directory_changes` (`macOS` is not supported at this time) * `watch_permissions_directory_changes` (`macOS` is not supported at this time) File system file monitoring: * `watch_rename_file_changes` * `watch_write_file_changes` * `watch_create_file_changes` * `watch_delete_file_changes` * `watch_attributes_file_changes` (`macOS` is not supported at this time) * `watch_permissions_file_changes` (`macOS` is not supported at this time) Windows registry key and value monitoring: * `watch_create_key_changes` * `watch_delete_key_changes` * `watch_rename_key_changes` * `watch_set_value_changes` * `watch_delete_value_changes` * `watch_create_file_changes`
|
2077
|
+
# @param body [RulegroupsRule] Update the rule configuration for the specified rule ID and group. * `id` of the rule to update. * `rule_group_id` that contains the rule configuration. * `description` can be between 0 and 500 characters. * `path` representing the file system or registry path to monitor. * must be between 1 and 250 characters. * All paths must end with the path separator, e.g. c:\\windows\\ /usr/bin/ * `severity` to categorize change events produced by this rule; must be one of: `Low`, `Medium`, `High` or `Critical` * `depth` below the base path to monitor; must be one of: `1`, `2`, `3`, `4`, `5` or `ANY` * `precedence` is the order in which rules will be evaluated starting with 1. Specifying a precedence value that is already set for another rule in the group will result this rule being placed before that existing rule. Falcon GLOB syntax is supported for the following 6 properties. Allowed rule group configuration is based on the type of rule group the rule group is added to. * `include` represents the files, directories, registry keys, or registry values that will be monitored. * `exclude` represents the files, directories, registry keys, or registry values that will `NOT` be monitored. * `include_users` represents the changes performed by specific users that will be monitored. * `exclude_users` represents the changes performed by specific users that will `NOT` be monitored. * `include_processes` represents the changes performed by specific processes that will be monitored. * `exclude_processes` represents the changes performed by specific processes that will be `NOT` monitored. * `content_files` represents the files that will be monitored. Listed files must match the file include pattern and not match the file exclude pattern * `content_registry_values` represents the registry values whose content will be monitored. Listed registry values must match the registry include pattern and not match the registry exclude pattern * `enable_content_capture` * `enable_hash_capture` File system directory monitoring: * `watch_delete_directory_changes` * `watch_create_directory_changes` * `watch_rename_directory_changes` * `watch_attributes_directory_changes` (`macOS` is not supported at this time) * `watch_permissions_directory_changes` (`macOS` is not supported at this time) File system file monitoring: * `watch_rename_file_changes` * `watch_write_file_changes` * `watch_create_file_changes` * `watch_delete_file_changes` * `watch_attributes_file_changes` (`macOS` is not supported at this time) * `watch_permissions_file_changes` (`macOS` is not supported at this time) Windows registry key and value monitoring: * `watch_create_key_changes` * `watch_delete_key_changes` * `watch_rename_key_changes` * `watch_set_value_changes` * `watch_delete_value_changes` * `watch_create_file_changes`
|
1738
2078
|
# @param [Hash] opts the optional parameters
|
1739
2079
|
# @return [Array<(RulegroupsRulesResponse, Integer, Hash)>] RulegroupsRulesResponse data, response status code and response headers
|
1740
2080
|
def update_rules_with_http_info(body, opts = {})
|