enum TeamAccessType (v202411)

  • TeamAccessType defines the levels of access team members have to a team's orders.

  • Three access levels exist: NONE, READ_ONLY, and READ_WRITE, representing no access, view-only access, and view and edit access, respectively.

  • This enumeration is part of the UserTeamAssociationService, related to managing team access for orders in Google Ad Manager.

Represents the types of team access supported for orders.


Namespace
https://www.google.com/apis/ads/publisher/v202411
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.