AdminRole
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
列挙型 |
ADMIN_ROLE_UNSPECIFIED |
指定されていません。 |
OWNER |
管理者はオーナー レベルのアクセス権を持ち、プライマリ オーナーです。(UI では「メインのオーナー」と表示されます)。 |
CO_OWNER |
オーナー アクセス権限を持っています。(UI では「オーナー」と表示されます)。 |
MANAGER |
管理者アクセス権限を持っています。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\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). |"]]