Method: domainAliases.insert
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
HTTP リクエスト
POST https://admin.googleapis.com/admin/directory/v1/customer/{customer}/domainaliases
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
customer |
string
Google Workspace アカウントの不変 ID。
|
リクエストの本文
リクエストの本文には DomainAlias
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には、新しく作成された DomainAlias
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/admin.directory.domain
詳しくは、認可ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# Method: domainAliases.insert\n\nInserts a domain alias of the customer.\n\n### HTTP request\n\n`POST https://admin.googleapis.com/admin/directory/v1/customer/{customer}/domainaliases`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------|--------------------------------------------------------|\n| `customer` | `string` Immutable ID of the Google Workspace account. |\n\n### Request body\n\nThe request body contains an instance of [DomainAlias](/workspace/admin/directory/reference/rest/v1/domainAliases#DomainAlias).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [DomainAlias](/workspace/admin/directory/reference/rest/v1/domainAliases#DomainAlias).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/admin.directory.domain`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]