Уникальный идентификатор аккаунта Google Workspace клиента. В случае многодоменной учетной записи, чтобы получить все группы для клиента, используйте это поле вместо domain . Вы также можете использовать псевдоним my_customer для представления customerId вашей учетной записи. customerId также возвращается как часть ресурса Users . Необходимо указать параметр customer или domain .
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа содержит данные следующей структуры:
Список детских привилегий. Привилегии сервиса образуют дерево. Каждая привилегия может иметь список дочерних привилегий; этот список пуст для листовой привилегии.
privilegeName
string
Название привилегии.
serviceName
string
Имя службы, для которой предназначена эта привилегия.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2024-11-12 UTC."],[[["Retrieves a paginated list of all privileges for a customer's Google Workspace account, allowing retrieval for all groups in a multi-domain account or a specific domain."],["The API request uses the `GET` method with the URL `https://admin.googleapis.com/admin/directory/v1/customer/{customer}/roles/ALL/privileges`, requiring either the `customer` or `domain` parameter."],["The response provides data on privileges including a unique identifier, type, associated service, and whether it's applicable at the organizational unit level, with child privileges if any."],["Authorization for this request necessitates specific OAuth scopes related to role management, either with full access or read-only permissions."]]],[]]