[[["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 orders.\u003c/p\u003e\n"],["\u003cp\u003eThree access types are available: \u003ccode\u003eNONE\u003c/code\u003e, \u003ccode\u003eREAD_ONLY\u003c/code\u003e, and \u003ccode\u003eREAD_WRITE\u003c/code\u003e, controlling view and edit permissions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNONE\u003c/code\u003e type restricts members from viewing or editing, \u003ccode\u003eREAD_ONLY\u003c/code\u003e permits viewing only, and \u003ccode\u003eREAD_WRITE\u003c/code\u003e allows both viewing and editing of team orders.\u003c/p\u003e\n"]]],["The `TeamService` and `UserTeamAssociationService` manage team access. `TeamAccessType` defines the access levels for orders, with options: `NONE` (no view/edit), `READ_ONLY` (view only), and `READ_WRITE` (view and edit). The `UserRecordTeamAssociation` depends on these services. This information is within the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# enum TeamAccessType (v202411)\n\n**Service** \n[TeamService](/ad-manager/api/reference/v202411/TeamService.TeamAccessType) **UserTeamAssociationService** **Dependencies** \n[UserRecordTeamAssociation](/ad-manager/api/reference/v202411/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/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. |"]]