AccessRole
Possible access role of a user.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
ADMIN
|
Owns its account and can control the addition of other users. |
STANDARD
|
Can modify campaigns, but can't affect other users. |
READ_ONLY
|
Can view campaigns and account changes, but cannot make edits. |
EMAIL_ONLY
|
Role for "email only" access. Represents an email recipient rather than a true User entity. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["Access roles define a user's permissions within the system, ranging from full control as an admin to limited view-only access."],["There are five distinct roles: `ADMIN`, `STANDARD`, `READ_ONLY`, `EMAIL_ONLY`, and two system-reserved roles (`UNSPECIFIED`, `UNKNOWN`)."],["Admins have the highest level of access, controlling user management and account-wide settings."],["Standard users can manage campaigns but lack user management privileges."],["Read-only and email-only roles are for observation and notification purposes, respectively, without editing capabilities."]]],[]]