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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-28 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-28 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. |"]]