REST Resource: users.settings.delegates
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: প্রতিনিধি
একজন প্রতিনিধির জন্য সেটিংস। প্রতিনিধিরা প্রতিনিধিদের অ্যাকাউন্টের জন্য বার্তাগুলি পড়তে, পাঠাতে এবং মুছতে, সেইসাথে পরিচিতিগুলি দেখতে এবং যোগ করতে পারে৷ প্রতিনিধিদের সম্পর্কে আরও তথ্যের জন্য "মেল প্রতিনিধিত্ব সেট আপ করুন" দেখুন৷
JSON প্রতিনিধিত্ব |
---|
{
"delegateEmail": string,
"verificationStatus": enum (VerificationStatus )
} |
ক্ষেত্র |
---|
delegateEmail | string প্রতিনিধির ইমেল ঠিকানা। |
verificationStatus | enum ( VerificationStatus ) এই ঠিকানাটি যাচাই করা হয়েছে এবং অ্যাকাউন্টের প্রতিনিধি হিসাবে কাজ করতে পারে কিনা তা নির্দেশ করে৷ শুধুমাত্র পঠনযোগ্য। |
যাচাই অবস্থা
প্রতিনিধি ব্যবহারের জন্য একটি ইমেল ঠিকানার মালিকানা যাচাই করা হয়েছে কিনা তা নির্দেশ করে৷
Enums |
---|
verificationStatusUnspecified | অনির্দিষ্ট যাচাই অবস্থা. |
accepted | ঠিকানাটি অ্যাকাউন্টের জন্য প্রতিনিধি হিসাবে কাজ করতে পারে। |
pending | ঠিকানায় একটি যাচাইকরণের অনুরোধ পাঠানো হয়েছিল, এবং মালিক এখনও এটি গ্রহণ করেননি৷ |
rejected | ঠিকানায় একটি যাচাইকরণের অনুরোধ পাঠানো হয়েছিল, এবং মালিক এটি প্রত্যাখ্যান করেছেন৷ |
expired | একটি যাচাইকরণের অনুরোধ ঠিকানায় মেইল করা হয়েছিল, এবং এটি যাচাই ছাড়াই মেয়াদ শেষ হয়ে গেছে। |
পদ্ধতি |
---|
| কোনো যাচাইকরণ ইমেল না পাঠিয়ে সরাসরি accepted তে সেট করা যাচাইকরণ স্থিতি সহ একটি প্রতিনিধি যোগ করে। |
| নির্দিষ্ট প্রতিনিধিকে সরিয়ে দেয় (যা যেকোন যাচাইকরণ স্থিতির হতে পারে), এবং এটি ব্যবহার করার জন্য প্রয়োজনীয় যেকোন যাচাইকরণ প্রত্যাহার করে। |
| নির্দিষ্ট প্রতিনিধি পায়. |
| নির্দিষ্ট অ্যাকাউন্টের জন্য প্রতিনিধিদের তালিকা করুন। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# REST Resource: users.settings.delegates\n\n- [Resource: Delegate](#Delegate)\n - [JSON representation](#Delegate.SCHEMA_REPRESENTATION)\n- [VerificationStatus](#VerificationStatus)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Delegate\n------------------\n\nSettings for a delegate. Delegates can read, send, and delete messages, as well as view and add contacts, for the delegator's account. See [\"Set up mail delegation\"](https://support.google.com/mail/answer/138350) for more information about delegates.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"delegateEmail\": string, \"verificationStatus\": enum (/workspace/gmail/api/reference/rest/v1/users.settings.delegates#VerificationStatus) } ``` |\n\n| Fields ||\n|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `delegateEmail` | `string` The email address of the delegate. |\n| `verificationStatus` | `enum (`[VerificationStatus](/workspace/gmail/api/reference/rest/v1/users.settings.delegates#VerificationStatus)`)` Indicates whether this address has been verified and can act as a delegate for the account. Read-only. |\n\nVerificationStatus\n------------------\n\nIndicates whether ownership of an email address has been verified for delegation use.\n\n| Enums ||\n|---------------------------------|------------------------------------------------------------------------------------------|\n| `verificationStatusUnspecified` | Unspecified verification status. |\n| `accepted` | The address can act a delegate for the account. |\n| `pending` | A verification request was mailed to the address, and the owner has not yet accepted it. |\n| `rejected` | A verification request was mailed to the address, and the owner rejected it. |\n| `expired` | A verification request was mailed to the address, and it expired without verification. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [create](/workspace/gmail/api/reference/rest/v1/users.settings.delegates/create) | Adds a delegate with its verification status set directly to `accepted`, without sending any verification email. |\n| ### [delete](/workspace/gmail/api/reference/rest/v1/users.settings.delegates/delete) | Removes the specified delegate (which can be of any verification status), and revokes any verification that may have been required for using it. |\n| ### [get](/workspace/gmail/api/reference/rest/v1/users.settings.delegates/get) | Gets the specified delegate. |\n| ### [list](/workspace/gmail/api/reference/rest/v1/users.settings.delegates/list) | Lists the delegates for the specified account. |"]]