Add apple_bm_enabled_and_configured to app config responses (#11255)
This commit is contained in:
+158
-157
@@ -1,159 +1,160 @@
|
||||
{
|
||||
"kind": "config",
|
||||
"apiVersion": "v1",
|
||||
"spec": {
|
||||
"org_info": {
|
||||
"org_name": "",
|
||||
"org_logo_url": ""
|
||||
},
|
||||
"server_settings": {
|
||||
"server_url": "",
|
||||
"live_query_disabled": false,
|
||||
"enable_analytics": false,
|
||||
"deferred_save_host": false
|
||||
},
|
||||
"smtp_settings": {
|
||||
"enable_smtp": false,
|
||||
"configured": false,
|
||||
"sender_address": "",
|
||||
"server": "",
|
||||
"port": 0,
|
||||
"authentication_type": "",
|
||||
"user_name": "",
|
||||
"password": "",
|
||||
"enable_ssl_tls": false,
|
||||
"authentication_method": "",
|
||||
"domain": "",
|
||||
"verify_ssl_certs": false,
|
||||
"enable_start_tls": false
|
||||
},
|
||||
"host_expiry_settings": {
|
||||
"host_expiry_enabled": false,
|
||||
"host_expiry_window": 0
|
||||
},
|
||||
"features": {
|
||||
"enable_host_users": true,
|
||||
"enable_software_inventory": false
|
||||
},
|
||||
"mdm": {
|
||||
"apple_bm_default_team": "",
|
||||
"apple_bm_terms_expired": false,
|
||||
"enabled_and_configured": false,
|
||||
"macos_updates": {
|
||||
"minimum_version": "",
|
||||
"deadline": ""
|
||||
},
|
||||
"macos_settings": {
|
||||
"custom_settings": null,
|
||||
"enable_disk_encryption": false
|
||||
},
|
||||
"macos_setup": {
|
||||
"bootstrap_package": ""
|
||||
}
|
||||
},
|
||||
"sso_settings": {
|
||||
"enable_jit_provisioning": false,
|
||||
"enable_jit_role_sync": false,
|
||||
"entity_id": "",
|
||||
"issuer_uri": "",
|
||||
"idp_image_url": "",
|
||||
"metadata": "",
|
||||
"metadata_url": "",
|
||||
"idp_name": "",
|
||||
"enable_sso": false,
|
||||
"enable_sso_idp_login": false
|
||||
},
|
||||
"fleet_desktop": {
|
||||
"transparency_url": "https://fleetdm.com/transparency"
|
||||
},
|
||||
"vulnerability_settings": {
|
||||
"databases_path": "/some/path"
|
||||
},
|
||||
"webhook_settings": {
|
||||
"host_status_webhook": {
|
||||
"enable_host_status_webhook": false,
|
||||
"destination_url": "",
|
||||
"host_percentage": 0,
|
||||
"days_count": 0
|
||||
},
|
||||
"failing_policies_webhook": {
|
||||
"enable_failing_policies_webhook": false,
|
||||
"destination_url": "",
|
||||
"policy_ids": null,
|
||||
"host_batch_size": 0
|
||||
},
|
||||
"vulnerabilities_webhook": {
|
||||
"enable_vulnerabilities_webhook": false,
|
||||
"destination_url": "",
|
||||
"host_batch_size": 0
|
||||
},
|
||||
"interval": "0s"
|
||||
},
|
||||
"integrations": {
|
||||
"jira": null,
|
||||
"zendesk": null
|
||||
},
|
||||
"update_interval": {
|
||||
"osquery_detail": "1h0m0s",
|
||||
"osquery_policy": "1h0m0s"
|
||||
},
|
||||
"vulnerabilities": {
|
||||
"databases_path": "",
|
||||
"periodicity": "0s",
|
||||
"cpe_database_url": "",
|
||||
"cpe_translations_url": "",
|
||||
"cve_feed_prefix_url": "",
|
||||
"current_instance_checks": "",
|
||||
"disable_data_sync": false,
|
||||
"recent_vulnerability_max_age": "0s",
|
||||
"disable_win_os_vulnerabilities": false
|
||||
},
|
||||
"license": {
|
||||
"tier": "free",
|
||||
"expiration": "0001-01-01T00:00:00Z"
|
||||
},
|
||||
"logging": {
|
||||
"debug": true,
|
||||
"json": false,
|
||||
"result": {
|
||||
"plugin": "filesystem",
|
||||
"config": {
|
||||
"enable_log_compression": false,
|
||||
"enable_log_rotation": false,
|
||||
"result_log_file": "/dev/null",
|
||||
"status_log_file": "/dev/null",
|
||||
"audit_log_file": "/dev/null",
|
||||
"max_size": 500,
|
||||
"max_age": 0,
|
||||
"max_backups": 0
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"plugin": "filesystem",
|
||||
"config": {
|
||||
"enable_log_compression": false,
|
||||
"enable_log_rotation": false,
|
||||
"result_log_file": "/dev/null",
|
||||
"status_log_file": "/dev/null",
|
||||
"audit_log_file": "/dev/null",
|
||||
"max_size": 500,
|
||||
"max_age": 0,
|
||||
"max_backups": 0
|
||||
}
|
||||
},
|
||||
"audit": {
|
||||
"plugin": "filesystem",
|
||||
"config": {
|
||||
"enable_log_compression": false,
|
||||
"enable_log_rotation": false,
|
||||
"result_log_file": "/dev/null",
|
||||
"status_log_file": "/dev/null",
|
||||
"audit_log_file": "/dev/null",
|
||||
"max_size": 500,
|
||||
"max_age": 0,
|
||||
"max_backups": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
"kind": "config",
|
||||
"apiVersion": "v1",
|
||||
"spec": {
|
||||
"org_info": {
|
||||
"org_name": "",
|
||||
"org_logo_url": ""
|
||||
},
|
||||
"server_settings": {
|
||||
"server_url": "",
|
||||
"live_query_disabled": false,
|
||||
"enable_analytics": false,
|
||||
"deferred_save_host": false
|
||||
},
|
||||
"smtp_settings": {
|
||||
"enable_smtp": false,
|
||||
"configured": false,
|
||||
"sender_address": "",
|
||||
"server": "",
|
||||
"port": 0,
|
||||
"authentication_type": "",
|
||||
"user_name": "",
|
||||
"password": "",
|
||||
"enable_ssl_tls": false,
|
||||
"authentication_method": "",
|
||||
"domain": "",
|
||||
"verify_ssl_certs": false,
|
||||
"enable_start_tls": false
|
||||
},
|
||||
"host_expiry_settings": {
|
||||
"host_expiry_enabled": false,
|
||||
"host_expiry_window": 0
|
||||
},
|
||||
"features": {
|
||||
"enable_host_users": true,
|
||||
"enable_software_inventory": false
|
||||
},
|
||||
"mdm": {
|
||||
"apple_bm_default_team": "",
|
||||
"apple_bm_terms_expired": false,
|
||||
"apple_bm_enabled_and_configured": false,
|
||||
"enabled_and_configured": false,
|
||||
"macos_updates": {
|
||||
"minimum_version": "",
|
||||
"deadline": ""
|
||||
},
|
||||
"macos_settings": {
|
||||
"custom_settings": null,
|
||||
"enable_disk_encryption": false
|
||||
},
|
||||
"macos_setup": {
|
||||
"bootstrap_package": ""
|
||||
}
|
||||
},
|
||||
"sso_settings": {
|
||||
"enable_jit_provisioning": false,
|
||||
"enable_jit_role_sync": false,
|
||||
"entity_id": "",
|
||||
"issuer_uri": "",
|
||||
"idp_image_url": "",
|
||||
"metadata": "",
|
||||
"metadata_url": "",
|
||||
"idp_name": "",
|
||||
"enable_sso": false,
|
||||
"enable_sso_idp_login": false
|
||||
},
|
||||
"fleet_desktop": {
|
||||
"transparency_url": "https://fleetdm.com/transparency"
|
||||
},
|
||||
"vulnerability_settings": {
|
||||
"databases_path": "/some/path"
|
||||
},
|
||||
"webhook_settings": {
|
||||
"host_status_webhook": {
|
||||
"enable_host_status_webhook": false,
|
||||
"destination_url": "",
|
||||
"host_percentage": 0,
|
||||
"days_count": 0
|
||||
},
|
||||
"failing_policies_webhook": {
|
||||
"enable_failing_policies_webhook": false,
|
||||
"destination_url": "",
|
||||
"policy_ids": null,
|
||||
"host_batch_size": 0
|
||||
},
|
||||
"vulnerabilities_webhook": {
|
||||
"enable_vulnerabilities_webhook": false,
|
||||
"destination_url": "",
|
||||
"host_batch_size": 0
|
||||
},
|
||||
"interval": "0s"
|
||||
},
|
||||
"integrations": {
|
||||
"jira": null,
|
||||
"zendesk": null
|
||||
},
|
||||
"update_interval": {
|
||||
"osquery_detail": "1h0m0s",
|
||||
"osquery_policy": "1h0m0s"
|
||||
},
|
||||
"vulnerabilities": {
|
||||
"databases_path": "",
|
||||
"periodicity": "0s",
|
||||
"cpe_database_url": "",
|
||||
"cpe_translations_url": "",
|
||||
"cve_feed_prefix_url": "",
|
||||
"current_instance_checks": "",
|
||||
"disable_data_sync": false,
|
||||
"recent_vulnerability_max_age": "0s",
|
||||
"disable_win_os_vulnerabilities": false
|
||||
},
|
||||
"license": {
|
||||
"tier": "free",
|
||||
"expiration": "0001-01-01T00:00:00Z"
|
||||
},
|
||||
"logging": {
|
||||
"debug": true,
|
||||
"json": false,
|
||||
"result": {
|
||||
"plugin": "filesystem",
|
||||
"config": {
|
||||
"enable_log_compression": false,
|
||||
"enable_log_rotation": false,
|
||||
"result_log_file": "/dev/null",
|
||||
"status_log_file": "/dev/null",
|
||||
"audit_log_file": "/dev/null",
|
||||
"max_size": 500,
|
||||
"max_age": 0,
|
||||
"max_backups": 0
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"plugin": "filesystem",
|
||||
"config": {
|
||||
"enable_log_compression": false,
|
||||
"enable_log_rotation": false,
|
||||
"result_log_file": "/dev/null",
|
||||
"status_log_file": "/dev/null",
|
||||
"audit_log_file": "/dev/null",
|
||||
"max_size": 500,
|
||||
"max_age": 0,
|
||||
"max_backups": 0
|
||||
}
|
||||
},
|
||||
"audit": {
|
||||
"plugin": "filesystem",
|
||||
"config": {
|
||||
"enable_log_compression": false,
|
||||
"enable_log_rotation": false,
|
||||
"result_log_file": "/dev/null",
|
||||
"status_log_file": "/dev/null",
|
||||
"audit_log_file": "/dev/null",
|
||||
"max_size": 500,
|
||||
"max_age": 0,
|
||||
"max_backups": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user