REST Resource: domainAliases
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: DomainAlias
JSON 表現 |
{
"kind": string,
"parentDomainName": string,
"verified": boolean,
"creationTime": string,
"etag": string,
"domainAliasName": string
} |
フィールド |
kind |
string
リソースの種類。
|
parentDomainName |
string
ドメイン エイリアスが関連付けられている親ドメイン名。これは、お客様内のプライマリ ドメイン名またはセカンダリ ドメイン名のいずれかです。
|
verified |
boolean
ドメイン エイリアスの所有権証明のステータスを示します。(読み取り専用)
|
creationTime |
string (int64 format)
ドメイン エイリアスの作成日時。(読み取り専用)。
|
etag |
string
リソースの ETag。
|
domainAliasName |
string
ドメイン エイリアス名。
|
メソッド |
|
お客様のドメイン エイリアスを削除します。 |
|
お客様のドメイン エイリアスを取得します。 |
|
お客様のドメイン エイリアスを挿入します。 |
|
お客様のドメイン エイリアスを一覧表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-24 UTC。
[null,null,["最終更新日 2025-07-24 UTC。"],[],[],null,["# REST Resource: domainAliases\n\nResource: DomainAlias\n---------------------\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"parentDomainName\": string, \"verified\": boolean, \"creationTime\": string, \"etag\": string, \"domainAliasName\": string } ``` |\n\n| Fields ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` Kind of resource this is. |\n| `parentDomainName` | `string` The parent domain name that the domain alias is associated with. This can either be a primary or secondary domain name within a customer. |\n| `verified` | `boolean` Indicates the verification state of a domain alias. (Read-only) |\n| `creationTime` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The creation time of the domain alias. (Read-only). |\n| `etag` | `string` ETag of the resource. |\n| `domainAliasName` | `string` The domain alias name. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------|-------------------------------------------|\n| ### [delete](/workspace/admin/directory/reference/rest/v1/domainAliases/delete) | Deletes a domain Alias of the customer. |\n| ### [get](/workspace/admin/directory/reference/rest/v1/domainAliases/get) | Retrieves a domain alias of the customer. |\n| ### [insert](/workspace/admin/directory/reference/rest/v1/domainAliases/insert) | Inserts a domain alias of the customer. |\n| ### [list](/workspace/admin/directory/reference/rest/v1/domainAliases/list) | Lists the domain aliases of the customer. |"]]