Идентифицирует пользователя в запросе API. Значением может быть основной адрес электронной почты пользователя, псевдоним адреса электронной почты или уникальный идентификатор пользователя.
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа содержит данные следующей структуры:
[[["Прост для понимания","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-11 UTC."],[[["Retrieves a list of Application Specific Passwords (ASPs) associated with a specified user."],["Requires authorization with the `https://www.googleapis.com/auth/admin.directory.user.security` scope."],["The request is made to the `https://admin.googleapis.com/admin/directory/v1/users/{userKey}/asps` endpoint, replacing `{userKey}` with the user's identifier."],["The response includes an array of ASP objects, each containing details about an ASP issued to the user."]]],[]]