REST Resource: users.settings.delegates
리소스: 위임
위임 설정입니다. 위임자는 위임자 계정의 메시지를 읽고, 보내고, 삭제할 뿐만 아니라 연락처를 보고 추가할 수 있습니다. 대리인에 대해 자세히 알아보려면 '메일 위임 설정하기'를 참고하세요.
필드 |
delegateEmail |
string
대리인의 이메일 주소입니다.
|
verificationStatus |
enum (VerificationStatus )
주소가 확인되었으며 계정의 대리인 역할을 할 수 있는지 여부를 나타냅니다. 읽기 전용입니다.
|
VerificationStatus
이메일 주소의 소유권이 위임 사용을 위해 확인되었는지 여부를 나타냅니다.
열거형 |
verificationStatusUnspecified |
확인되지 않은 확인 상태입니다. |
accepted |
이 주소는 계정의 대리인이 될 수 있습니다. |
pending |
확인 요청이 해당 주소로 발송되었으며 소유자가 아직 수락하지 않았습니다. |
rejected |
해당 주소로 인증 요청이 전송되었으나 소유자가 거부했습니다. |
expired |
인증 요청이 해당 주소로 발송되었으며 인증 없이 만료되었습니다. |
메서드 |
|
확인 메일을 보내지 않고 확인 상태가 accepted 에 직접 설정된 위임을 추가합니다. |
|
지정된 위임 (확인 상태이면 가능)을 삭제하고 대리자를 사용하는 데 필요했던 모든 확인을 취소합니다. |
|
지정된 대리자를 가져옵니다. |
|
지정된 계정의 위임자를 나열합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]