enum TeamAccessType (v202502)

  • TeamAccessType represents the supported types of team access for orders within the UserTeamAssociationService.

  • The three types of TeamAccessType are NONE, READ_ONLY, and READ_WRITE, each defining a different level of access to a team's orders.

  • NONE prevents viewing or editing orders, READ_ONLY allows viewing only, and READ_WRITE allows both viewing and editing orders.

Represents the types of team access supported for orders.


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