enum TeamAccessType (v202411)

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

  • Three access types are available: NONE, READ_ONLY, and READ_WRITE, controlling view and edit permissions.

  • The NONE type restricts members from viewing or editing, READ_ONLY permits viewing only, and READ_WRITE allows both viewing and editing of team orders.

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.