本文简要介绍 python 语言中 arcgis.gis.User.reassign_to
的用法。
用法:
reassign_to(target_username)
返回:
指示成功 (True) 或失败 (False) 的布尔值。
reassign_to
方法将此用户的所有项目和组重新分配给另一个用户。项目被转移到一个名为 <user>_<folder> 的文件夹中,其中用户对应于其项目被移动的用户,文件夹对应于被移动的文件夹。
注意:
此方法必须以管理员身份执行。此方法也无法撤消。更改会立即进行并且是永久性的。
Parameter
Description
target_username
必需的字符串。将成为从中重新分配项目和组的新所有者的用户。
例子:
# Usage Example >>> user.reassign_to(target_username="User1234")
相关用法
- Python ArcGIS User.reset用法及代码示例
- Python ArcGIS User.report用法及代码示例
- Python ArcGIS User.delete用法及代码示例
- Python ArcGIS User.generate_direct_access_url用法及代码示例
- Python ArcGIS User.user_settings用法及代码示例
- Python ArcGIS User.unlink_account用法及代码示例
- Python ArcGIS User.link_account用法及代码示例
- Python ArcGIS User.update_level用法及代码示例
- Python ArcGIS User.items用法及代码示例
- Python ArcGIS User.landing_page用法及代码示例
- Python ArcGIS User.get_thumbnail用法及代码示例
- Python ArcGIS User.folders用法及代码示例
- Python ArcGIS User.update用法及代码示例
- Python ArcGIS UserManager.signup用法及代码示例
- Python ArcGIS UserManager.advanced_search用法及代码示例
- Python ArcGIS UserManager.search用法及代码示例
- Python ArcGIS UserManager.get用法及代码示例
- Python ArcGIS UserManager.invite用法及代码示例
- Python ArcGIS UserManager.categories用法及代码示例
- Python ArcGIS UserManager.enable_users用法及代码示例
- Python ArcGIS UserManager.disable_users用法及代码示例
- Python ArcGIS UserManager.create用法及代码示例
- Python ArcGIS UserManager.send_notification用法及代码示例
- Python ArcGIS UserManager.counts用法及代码示例
- Python ArcGIS UX.featured_content用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.gis.User.reassign_to。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。