SaveRestrictions
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
저장 중에 확인할 객체에 대한 제한사항을 정의합니다. 참고: 고급 기능이므로 구현 지원이 필요한 경우 Google에 문의하세요.
JSON 표현 |
{
"restrictToEmailSha256": string
} |
필드 |
restrictToEmailSha256 |
string
참조 객체의 저장을 지정된 이메일 주소로만 제한합니다. 이메일 주소의 SHA256 합계에 대한 16진수 출력으로, 모두 소문자이며 '.'와 같은 기호를 포함하지 않습니다. 또는 '+'('@' 제외) 예를 들어 example@example.com의 경우 이 값은 31c5543c1734d25c7206f5fd591525d0295bec6fe84ff82f946a34fe970a1e66, Example@example.com의 경우 이 값은 bc93fad26 이 패스를 저장하려는 로그인한 사용자의 이메일 주소가 여기에 정의된 값과 일치하지 않으면 사용자는 이 패스를 저장할 수 없습니다. 대신 발급기관에 문의하라는 오류 메시지가 표시됩니다. 이 정보는 Google 계정으로 로그인 통합(https://developers.google.com/identity/authentication)을 통해 명시적인 동의를 받아 사용자로부터 수집해야 합니다. 저장 제한을 사용하기 전에 지원팀에 문의하세요.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eJSON representation defines restrictions to ensure data integrity during the save process, primarily focusing on email verification.\u003c/p\u003e\n"],["\u003cp\u003eIt uses \u003ccode\u003erestrictToEmailSha256\u003c/code\u003e field to limit saving privileges to a specific email address, enhancing security.\u003c/p\u003e\n"],["\u003cp\u003eThe email address is SHA256 hashed and compared with the provided value to authorize save operations.\u003c/p\u003e\n"],["\u003cp\u003eUsers with unmatched email addresses will be denied save permissions and advised to contact the issuer.\u003c/p\u003e\n"],["\u003cp\u003eThis feature is advanced and requires contacting Google support for implementation and guidance on obtaining user consent via Sign in with Google.\u003c/p\u003e\n"]]],["The core content describes a feature called \"Save Restrictions\" that limits object saving to a specific email address. The `restrictToEmailSha256` field, represented as a string, stores the SHA256 hash of the email. Only users whose email's SHA256 hash matches this value can save the object. Mismatched users are prompted to contact the issuer. The hash is lowercase, excluding \".\" or \"+\" but including \"@\". The information needs an explicit user consent. This feature requires contacting Google for support before implementation.\n"],null,["# SaveRestrictions\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDefines restrictions on the object that will be verified during save. Note: this is an advanced feature, please contact Google for implementation support.\n\n| JSON representation |\n|---------------------------------------------|\n| ``` { \"restrictToEmailSha256\": string } ``` |\n\n| Fields ||\n|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `restrictToEmailSha256` | `string` Restrict the save of the referencing object to the given email address only. This is the hex output of SHA256 sum of the email address, all lowercase and without any notations like \".\" or \"+\", except \"@\". For example, for [example@example.com](mailto:example@example.com), this value will be 31c5543c1734d25c7206f5fd591525d0295bec6fe84ff82f946a34fe970a1e66 and for [Example@example.com](mailto:Example@example.com), this value will be bc34f262c93ad7122763684ccea6f07fb7f5d8a2d11e60ce15a6f43fe70ce632 If email address of the logged-in user who tries to save this pass does not match with the defined value here, users won't be allowed to save this pass. They will instead be prompted with an error to contact the issuer. This information should be gathered from the user with an explicit consent via Sign in with Google integration \u003chttps://developers.google.com/identity/authentication\u003e. Please contact with support before using Save Restrictions. |"]]