enum TeamAccessType (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Represents the types of team access supported for orders.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
NONE
|
The level of access in which team members cannot view or edit a team's
orders.
|
READ_ONLY
|
The level of access in which team members can only view a team's orders.
|
READ_WRITE
|
The level of access in which team members can view and edit a team's
orders.
|
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eTeamAccessType defines the level of access team members have to a team's orders.\u003c/p\u003e\n"],["\u003cp\u003eThree access levels exist: NONE, READ_ONLY, and READ_WRITE, dictating view and edit permissions.\u003c/p\u003e\n"],["\u003cp\u003eTeamAccessType is part of the Google Ad Manager API and uses the specified namespace.\u003c/p\u003e\n"]]],["The `TeamService` uses `TeamAccessType` to define access levels for orders. `UserTeamAssociationService` manages the associations between users and teams. `TeamAccessType` has three enumeration values: `NONE`, where team members cannot view or edit orders; `READ_ONLY`, allowing team members to only view orders; and `READ_WRITE`, permitting team members to both view and edit orders. The namespace for these services is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum TeamAccessType (v202408)\n\n**Service** \n[TeamService](/ad-manager/api/reference/v202408/TeamService.TeamAccessType) **UserTeamAssociationService** **Dependencies** \n[UserRecordTeamAssociation](/ad-manager/api/reference/v202408/UserTeamAssociationService.UserRecordTeamAssociation) \n▼\n**TeamAccessType**\n\nRepresents the types of team access supported for orders.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|--------------|--------------------------------------------------------------------------------|\n| `NONE` | The level of access in which team members cannot view or edit a team's orders. |\n| `READ_ONLY` | The level of access in which team members can only view a team's orders. |\n| `READ_WRITE` | The level of access in which team members can view and edit a team's orders. |"]]