Running the RoleManager get_role(None) method returns the following error message, "TypeError: must be str: not NoneType."
上次发布: September 23, 2021ArcGIS API for Python
漏洞 ID 编号
BUG-000115112
已提交
July 2, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS API for Python
找到的版本
1.4.2
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The expected usage is:
```
RoleManager.get_role(role_id)
# or
RoleManager.all() # will return all roles.
```
The three standard accounts are not displayed anywhere in REST calls: org_user, org_publisher, and org_administrator. These standard accounts cannot be changed.