[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eTeamAccessType defines the levels of access team members have to a team's orders.\u003c/p\u003e\n"],["\u003cp\u003eThree access levels exist: \u003ccode\u003eNONE\u003c/code\u003e, \u003ccode\u003eREAD_ONLY\u003c/code\u003e, and \u003ccode\u003eREAD_WRITE\u003c/code\u003e, representing no access, view-only access, and view and edit access, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration is part of the UserTeamAssociationService, related to managing team access for orders in Google Ad Manager.\u003c/p\u003e\n"]]],["Team access types determine what team members can do with orders. `NONE` access means members cannot view or edit orders. `READ_ONLY` access allows members to only view orders. `READ_WRITE` access permits members to both view and edit orders. This information is part of the `UserTeamAssociationService` and is related to `Team`. The namespace for this is `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# enum TeamAccessType (v202411)\n\n**Service** \n**TeamService** [UserTeamAssociationService](/ad-manager/api/reference/v202411/UserTeamAssociationService.TeamAccessType) **Dependencies** \n[Team](/ad-manager/api/reference/v202411/TeamService.Team) \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/v202411`\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. |"]]