REST Resource: users.settings.delegates
リソース: Delegate
委任の設定。代理人は、委任者のアカウントのメッセージの読み取り、送信、削除や、連絡先の表示、追加を行うことができます。代理人の詳細については、メールの委任を設定するをご覧ください。
フィールド |
delegateEmail |
string
代理人のメールアドレス。
|
verificationStatus |
enum (VerificationStatus )
この住所が確認され、アカウントの代理人として機能できるかどうかを示します。読み取り専用です。
|
VerificationStatus
メールアドレスの所有権が委任用に確認されているかどうかを表します。
列挙型 |
verificationStatusUnspecified |
確認ステータスが指定されていません。 |
accepted |
アドレスはアカウントの代理人として機能します。 |
pending |
オーナー確認リクエストはこのアドレスに郵送されましたが、オーナーはまだリクエストを承認していません。 |
rejected |
オーナー確認リクエストはその住所に郵送されましたが、所有者がリクエストを拒否しました。 |
expired |
確認リクエストはこのアドレスに郵送されましたが、確認なしで期限切れになりました。 |
メソッド |
|
確認メールは送信せずに、確認ステータスが直接 accepted に設定された代理人を追加します。 |
|
指定された委任(任意の確認ステータス)を削除し、委任を使用するために必要だった可能性のある確認を取り消します。 |
|
指定された委任を取得します。 |
|
指定したアカウントの代理人の一覧を表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-05 UTC。
[null,null,["最終更新日 2024-09-05 UTC。"],[[["Delegate settings enable authorized access to read, send, delete emails, manage contacts on behalf of an account owner."],["Delegates are managed through dedicated API methods for creation, deletion, retrieval, and listing."],["Verification Status indicates if a delegate's email address is verified and authorized to act on behalf of the account owner, with various statuses such as `accepted`, `pending`, `rejected`, and `expired`."],["Delegate settings are represented in JSON format with the delegate's email and verification status."]]],["Delegates, specified by email, can access a delegator's account to read, send, and delete messages, and manage contacts. Each delegate has a `verificationStatus` which can be `accepted`, `pending`, `rejected`, or `expired`. Actions include creating a delegate (setting the status to `accepted`), deleting a delegate (regardless of status), getting a specific delegate, and listing all delegates. The `verificationStatus` field is read-only. Delegates are identified using a JSON representation format.\n"]]