REST Resource: admin.contacts.v1.users.delegates
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-29。
[null,null,["最后更新时间 (UTC):2024-08-29。"],[[["A delegate resource represents a user with delegated access, identified by their email address."],["You can manage delegates using methods to create, delete, and list them for a specific user."],["Delegate management allows designated users access to another user's Google Contacts."]]],["The core content defines a \"Delegate\" resource, which includes an `email` field (string). Methods allow managing delegates for a user. These methods include: `create`, which adds one or more delegates; `delete`, which removes a delegate; and `list`, which retrieves a user's current delegates. The delegate resource can be represented in JSON using the format `{\"email\": string}`.\n"]]