REST Resource: groups.aliases
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:GroupAlias
Directory API 用于管理别名,即备用电子邮件地址。
JSON 表示法 |
{
"id": string,
"primaryEmail": string,
"alias": string,
"kind": string,
"etag": string
} |
字段 |
id |
string
群组的唯一 ID。
|
primaryEmail |
string
群组的主要电子邮件地址。
|
alias |
string
别名电子邮件地址。
|
kind |
string
API 资源的类型。对于别名资源,值为 admin#directory#alias 。
|
etag |
string
资源的 ETag。
|
方法 |
|
移除别名。 |
|
为群组添加别名。 |
|
列出群组的所有别名。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-24。
[null,null,["最后更新时间 (UTC):2025-07-24。"],[],[],null,["# REST Resource: groups.aliases\n\nResource: GroupAlias\n--------------------\n\nThe Directory API manages aliases, which are alternative email addresses.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"primaryEmail\": string, \"alias\": string, \"kind\": string, \"etag\": string } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------|\n| `id` | `string` The unique ID of the group. |\n| `primaryEmail` | `string` The primary email address of the group. |\n| `alias` | `string` The alias email address. |\n| `kind` | `string` The type of the API resource. For Alias resources, the value is `admin#directory#alias`. |\n| `etag` | `string` ETag of the resource. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------|--------------------------------|\n| ### [delete](/workspace/admin/directory/reference/rest/v1/groups.aliases/delete) | Removes an alias. |\n| ### [insert](/workspace/admin/directory/reference/rest/v1/groups.aliases/insert) | Adds an alias for the group. |\n| ### [list](/workspace/admin/directory/reference/rest/v1/groups.aliases/list) | Lists all aliases for a group. |"]]