漏洞
漏洞 ID 编号 | BUG-000172452 |
---|---|
已提交 | November 20, 2024 |
上次修改时间 | April 18, 2025 |
适用范围 | ArcGIS API for Python |
找到的版本 | 2.3.0 |
操作系统 | Windows OS |
操作系统版本 | 11.0 64 bit |
修正版本 | 2.4.1 |
状态 | Fixed |
Use the 'license.check' method to return all extensions and add-on licenses both manually granted and inherited by the user type. This can be done by looping through each user and passing 'user.username' into the 'check' method.
users = gis.users.search()
for user in users:
print(lic.check(user.username))
Output example:
['locateXTN', '3DAnalystN', 'workflowMgrN', 'desktopAdvN', 'geostatAnalystN', 'dataReviewerN', 'spatialAnalystN', 'networkAnalystN', 'imageAnalystN', 'publisherN']
漏洞 ID: BUG-000172452
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序