sql AirWatch配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql AirWatch配置相关的知识,希望对你有一定的参考价值。

begin;
 
set local creativesystems.logged_user to 'system';
set search_path to master;
 
update config 
set config_value='https://c001.air.whitecloud.jp' 
where config_name = 'Device:AirWatchURL';


update config 
set config_value='YXBpYWRtaW46ZnIyMDE4' 
where config_name = 'Device:AirWatchAuthorization';

update config 
set config_value='Bk7XqZVERRwAn6gBbDSE1/Xkj89Kl40SANEIBDU99Wg=' 
where config_name = 'Device:AirWatchTenantCode';


update config 
set config_value='http://34.246.70.214/airwatchpatterns' 
where config_name = 'Device:AirWatchPatternsURL';


update config 
set config_value='6d86dd539e624041b07d55e6acf3fb81' 
where config_name = 'Device:AirWatchPatternsAPIKey';



commit;

以上是关于sql AirWatch配置的主要内容,如果未能解决你的问题,请参考以下文章

了解配置文件和 Airwatch MDM

Airwatch 和 Office365 集成

如何使用 Airwatch 将凭证推送到 APP

Airwatch ad-hoc 分发,无需生成新的 IPA

Airwatch 目录和 Airwatch Tunnen URL 方案?

Airwatch 目录和 Airwatch Tunnen URL 方案