AdminRole
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
表示管理员拥有的访问权限级别。如需了解详情,请参阅这篇帮助中心文章
枚举 |
ADMIN_ROLE_UNSPECIFIED |
未指定。 |
OWNER |
管理员是所有者级别的所有者,并且是主要所有者。(在界面中显示为“主要所有者”。 |
CO_OWNER |
管理员拥有所有者级别的访问权限。(在界面中显示为“所有者”)。 |
MANAGER |
管理员拥有管理权限。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eAdmin roles determine the level of access a user has, ranging from unspecified to full ownership.\u003c/p\u003e\n"],["\u003cp\u003eOwners and co-owners have the highest access level, with primary ownership distinguished from co-ownership.\u003c/p\u003e\n"],["\u003cp\u003eManagers have administrative privileges while community managers primarily focus on social media management.\u003c/p\u003e\n"],["\u003cp\u003eThese roles are represented by specific enums, which may display differently in the user interface.\u003c/p\u003e\n"]]],[],null,["# AdminRole\n\nIndicates the access level that an admin has. For more information, see the [help center article](https://support.google.com/business/answer/3403100)\n\n| Enums ||\n|--------------------------|-------------------------------------------------------------------------------------------------|\n| `ADMIN_ROLE_UNSPECIFIED` | Not specified. |\n| `OWNER` | The admin has owner-level access and is the primary owner. (Displays as 'Primary Owner' in UI). |\n| `CO_OWNER` | The admin has owner-level access. (Displays as 'Owner' in UI). |\n| `MANAGER` | The admin has managerial access. |\n| `COMMUNITY_MANAGER` | The admin can manage social (Google+) pages. (Displays as 'Site Manager' in UI). |"]]