ऑब्जेक्ट पर पाबंदियां तय करता है. सेव करने के दौरान इनकी पुष्टि की जाएगी. ध्यान दें: यह एक बेहतर सुविधा है. इसे लागू करने में मदद पाने के लिए, कृपया Google से संपर्क करें.
JSON के काेड में दिखाना
{"restrictToEmailSha256": string}
फ़ील्ड
restrictToEmailSha256
string
रेफ़रंस ऑब्जेक्ट को सिर्फ़ दिए गए ईमेल पते पर सेव करने की पाबंदी लगाएं. यह ईमेल पते के SHA256 हैश का हेक्स आउटपुट है. इसमें सभी अक्षर लोअरकेस में होते हैं और "@" के अलावा, "." या "+" जैसे कोई भी नोटेशन नहीं होता.
उदाहरण के लिए, example@example.com के लिए, यह वैल्यू 31c5543c1734d25c7206f5fd591525d0295bec6fe84ff82f946a34fe970a1e66 होगी और Example@example.com के लिए, यह वैल्यू bc34f262c93ad7122763684ccea6f07fb7f5d8a2d11e60ce15a6f43fe70ce632 होगी
अगर लॉग इन किए हुए उस उपयोगकर्ता का ईमेल पता जो इस पास को सेव करने की कोशिश करता है, यहां दी गई वैल्यू से मेल नहीं खाता है, तो उपयोगकर्ताओं को इस पास को सेव करने की अनुमति नहीं दी जाएगी. इसके बजाय, उन्हें गड़बड़ी का मैसेज दिखेगा और कार्ड जारी करने वाली कंपनी से संपर्क करने के लिए कहा जाएगा.
यह जानकारी, 'Google से साइन इन करें' इंटिग्रेशन https://developers.google.com/identity/authentication के ज़रिए, उपयोगकर्ता से साफ़ तौर पर ली जानी चाहिए. 'पाबंदियां सेव करें' का इस्तेमाल करने से पहले, कृपया सहायता टीम से संपर्क करें.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-11-13 (UTC) को अपडेट किया गया."],[[["JSON representation defines restrictions to ensure data integrity during the save process, primarily focusing on email verification."],["It uses `restrictToEmailSha256` field to limit saving privileges to a specific email address, enhancing security."],["The email address is SHA256 hashed and compared with the provided value to authorize save operations."],["Users with unmatched email addresses will be denied save permissions and advised to contact the issuer."],["This feature is advanced and requires contacting Google support for implementation and guidance on obtaining user consent via Sign in with Google."]]],["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"]]