Skip to content

Commit 31a1561

Browse files
Merge origin 'main' into 'main'
2 parents df0aff6 + 50cc2c8 commit 31a1561

File tree

250 files changed

+1333
-1474
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+1333
-1474
lines changed

docs/.vuepress/sidebar.js

Lines changed: 44 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,11 @@ const zhCnNavBar = {
594594
title: "ASA 表单代填",
595595
path: "/guides/asa/",
596596
},
597+
{
598+
title: "ASAD 表单代填",
599+
path: "/guides/asad/",
600+
},
601+
597602
],
598603
},
599604
],
@@ -854,6 +859,10 @@ const zhCnNavBar = {
854859
title: "飞书企业自建应用",
855860
path: "/guides/connections/enterprise/lark-internal/",
856861
},
862+
{
863+
title: "飞书企业小组件",
864+
path: "/guides/connections/enterprise/lark-block/",
865+
},
857866
{
858867
title: "Windows AD",
859868
path: "/guides/connections/enterprise/windows-ad/",
@@ -1015,6 +1024,10 @@ const zhCnNavBar = {
10151024
title: "管理成员生命周期",
10161025
path: "/guides/org/staff-life-cycle-management/",
10171026
},
1027+
{
1028+
title: "管理终端设备",
1029+
path: "/guides/org/device-management/",
1030+
},
10181031
],
10191032
},
10201033
{
@@ -1742,6 +1755,8 @@ const zhCnNavBar = {
17421755
"/reference/sdk-for-android/apis/protocol/",
17431756
"/reference/sdk-for-android/apis/mfa/",
17441757
"/reference/sdk-for-android/apis/scan/",
1758+
"/reference/sdk-for-android/apis/device/",
1759+
"/reference/sdk-for-android/apis/event/",
17451760
],
17461761
},
17471762
{
@@ -1787,6 +1802,7 @@ const zhCnNavBar = {
17871802
"/reference/sdk-for-android/scenario/overseas",
17881803
"/reference/sdk-for-android/scenario/biometric",
17891804
"/reference/sdk-for-android/scenario/otp",
1805+
"/reference/sdk-for-android/scenario/device",
17901806
],
17911807
},
17921808
{
@@ -1933,6 +1949,7 @@ const zhCnNavBar = {
19331949
"/reference/sdk-for-ios/apis/scan/",
19341950
"/reference/sdk-for-ios/apis/user/",
19351951
"/reference/sdk-for-ios/apis/util/",
1952+
"/reference/sdk-for-ios/apis/device/",
19361953
],
19371954
},
19381955
{
@@ -5371,11 +5388,11 @@ const zhCnNavBar = {
53715388
},
53725389
{
53735390
title: "编写第一个 Workflow",
5374-
path: "/workflow/快速开始/编写第一个 Workflow",
5391+
path: "/workflow/快速开始/编写第一个 workflow",
53755392
},
53765393
{
53775394
title: "使用模版创建 Workflow",
5378-
path: "/workflow/快速开始/使用模版创建 Workflow",
5395+
path: "/workflow/快速开始/使用模版创建 workflow",
53795396
},
53805397
],
53815398
},
@@ -5905,15 +5922,15 @@ const zhCnNavBar = {
59055922
// },
59065923
],
59075924
},
5908-
// {
5909-
// title: "事件中心",
5910-
// children: [
5911-
// {
5912-
// title: "事件中心概述",
5913-
// path: "/workflow/事件中心/事件中心概述",
5914-
// },
5915-
// ],
5916-
// },
5925+
{
5926+
title: "使用事件驱动 SDK 构建实时应用",
5927+
children: [
5928+
{
5929+
title: "事件中心概述",
5930+
path: "/workflow/事件中心/",
5931+
},
5932+
],
5933+
},
59175934
{
59185935
title: "工作流自定义能力",
59195936
children: [
@@ -7059,6 +7076,10 @@ const translatedZhCnNavBar = {
70597076
title: "Manage member life cycle",
70607077
path: "/guides/org/staff-life-cycle-management/",
70617078
},
7079+
{
7080+
title: "Manage devices",
7081+
path: "/guides/org/device-management/",
7082+
},
70627083
],
70637084
},
70647085
{
@@ -7694,6 +7715,14 @@ const translatedZhCnNavBar = {
76947715
title: "Scan to login",
76957716
path: "/reference/sdk-for-android/apis/scan/",
76967717
},
7718+
{
7719+
title: "Device management",
7720+
path: "/reference/sdk-for-android/apis/device/",
7721+
},
7722+
{
7723+
title: "Event subscription",
7724+
path: "/reference/sdk-for-android/apis/event/",
7725+
},
76977726
],
76987727
},
76997728
{
@@ -7810,6 +7839,10 @@ const translatedZhCnNavBar = {
78107839
title: "Authing OTP",
78117840
path: "/reference/sdk-for-android/scenario/otp",
78127841
},
7842+
{
7843+
title: "Device management",
7844+
path: "/reference/sdk-for-android/scenario/device",
7845+
},
78137846
],
78147847
},
78157848
{

docs/en/guides/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ After that, you can read the guidelines in accordance with the subject:
7878
- [Create or import organization](/guides/org/create-or-import-org/README.md)
7979
- [Management organization](/guides/org/manage-org/README.md)
8080
- [Management member life cycle](/guides/org/staff-life-cycle-management/README.md)
81+
- [Management devices](/guides/org/device-management/README.md)
8182

8283
6. [View audit log](/guides/audit/)
8384
7. Configuring Security Information
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Manage devices
2+
3+
<LastUpdated/>
4+
5+
### Devices Management
6+
7+
The Devices Management function is designed to manage all web, mobile and PC devices that log in to the user pool application; by logging in to the user pool application, the device actively reports
8+
the device information to the user pool, and removes, suspends, and deactivates the device. And other operations to achieve the ultimate management capability of the device.
9+
10+
### Administrator Side Devices Management
11+
12+
1. Click on the "Organization" - "Devices Management" module to enter the device list, where you can see the basic and usage information of all devices, and you can remove/suspend/deactivate the
13+
device. Enabled actions;
14+
15+
<img src="~@imagesEnUs/guides/org/device-list.png" alt="drawing" style="display: block; margin: 0 auto;" />
16+
17+
2. In the Devices Management list, click on a certain device information to enter the information details page of the device, and you can see all the account information, device security information
18+
and active information of the device;
19+
20+
<img src="~@imagesEnUs/guides/org/device-detail.png" alt="drawing" style="display: block; margin: 0 auto;" />
21+
22+
3. Click on the "Organization" - "Member Management" - "Member Details" page, the user can see all devices information logged in with the account, and can remove, suspend, and deactivate operations;
23+
24+
<img src="~@imagesEnUs/guides/org/user-device-list.png" alt="drawing" style="display: block; margin: 0 auto;" />
25+
26+
### User Side Devices Management
27+
28+
1. Web-side application personal center: In the personal center of the Web-side application, you can see all devices logged in to the application under the user;
29+
30+
<img src="~@imagesEnUs/guides/org/web-profile-device.png" alt="drawing" style="display: block; margin: 0 auto;" />
31+
32+
2. Authing Token mobile end App: Open the Authing Token APP, enter the corresponding mobile end application of the user pool, and log in. After logging in, you can see the "Facility Management" module
33+
in the personal center. After clicking to enter, you can The device logged in under the application performs management operations:
34+
35+
<img src="~@imagesEnUs/guides/org/mobile-profile-device.png" alt="drawing" style="display: block; margin: 0 auto;" />
36+
37+
### Manage devices through "Manage Data Objects"
38+
39+
1. First, in a user pool with the "Manage Data Objects" function enabled, open the "Settings" - "Manage Data Objects" page, click the "Device Management" module, and enter the Device Management
40+
module:
41+
42+
<img src="~@imagesEnUs/guides/org/model-list.png" alt="drawing" style="display: block; margin: 0 auto;" />
43+
44+
2. In the basic information of the "Device Management" function, the defined function name, function identifier, function description and parent menu are displayed, and cannot be modified:
45+
46+
<img src="~@imagesEnUs/guides/org/model-device-basic-setting.png" alt="drawing" style="display: block; margin: 0 auto;" />
47+
48+
3. Field management: Display all fields related to the Devices Management function, you can choose whether to display or edit:
49+
50+
<img src="~@imagesEnUs/guides/org/model-device-fields-setting.png" alt="drawing" style="display: block; margin: 0 auto;" />
51+
52+
4. Operation Management: It shows the general form operation capabilities for Devices Management, including the capabilities of "Create", "Edit", "Delete", "Import", and "Export";
53+
54+
<img src="~@imagesEnUs/guides/org/model-device-operation-setting.png" alt="drawing" style="display: block; margin: 0 auto;" />
55+
56+
5. Details page configuration: It shows the configuration of a certain device details page, and can configure the Tab and corresponding fields of the details page;
57+
58+
<img src="~@imagesEnUs/guides/org/model-device-detail-setting.png" alt="drawing" style="display: block; margin: 0 auto;" />
59+
60+
### Devices Management API calls
61+
62+
Devices Management API call, you need to use the API provided by the business side. The specific API location
63+
is: [Management Devices API](https://console.authing.cn/openapi/v3/management/#tag/%E7%AE%A1%E7%90%86%E7%BB%88%E7%AB%AF%E8%AE%BE%E5%A4%87/API%20%E5%88%97%E8%A1%A8)

docs/en/images/guides/org/Lark20210302-193510.png

100755100644
-532 Bytes
Loading
-59.9 KB
Loading
-44 KB
Loading
-34.9 KB
Loading
-56.8 KB
Loading
-54.3 KB
Loading
-49.4 KB
Loading

0 commit comments

Comments
 (0)