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
डोमेन का अन्य नाम.
|
तरीके |
|
ग्राहक के डोमेन का उपनाम मिटाता है. |
|
ग्राहक के डोमेन का उपनाम दिखाता है. |
|
ग्राहक के डोमेन का दूसरा नाम डालता है. |
|
ग्राहक के डोमेन के उपनाम दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]