SaveRestrictions
सेव करने के दौरान पुष्टि किए जाने वाले ऑब्जेक्ट पर लगी पाबंदियों के बारे में बताता है. ध्यान दें: यह एक बेहतर सुविधा है, इसे लागू करने में मदद पाने के लिए, कृपया Google से संपर्क करें.
JSON के काेड में दिखाना |
{
"restrictToEmailSha256": string
} |
फ़ील्ड |
restrictToEmailSha256 |
string
रेफ़र करने वाले ऑब्जेक्ट को सिर्फ़ दिए गए ईमेल पते पर सेव करें. यह ईमेल पते के SHA256 योग का हेक्स आउटपुट है, जिसमें "." जैसे किसी भी अंकन के बिना सभी अक्षर लोअरकेस हैं. या "+", सिर्फ़ "@" के साथ. उदाहरण के लिए, example@example.com के लिए, यह वैल्यू 31c5543c1734d25c7206f5fd591525d0295bec6fe84ff82f946a34fe970a1e66 और Example@example.com अगर लॉग इन किए हुए उपयोगकर्ता ने इस पास को सेव करने की कोशिश की है और उसका ईमेल पता यहां दी गई वैल्यू से मेल नहीं खाता है, तो उपयोगकर्ता इस पास को सेव नहीं कर पाएंगे. इसके बजाय, उन्हें कार्ड जारी करने वाले बैंक या कंपनी से संपर्क करने की गड़बड़ी का मैसेज भेजा जाएगा. यह जानकारी, 'Google से साइन इन करें' इंटिग्रेशन https://developers.google.com/identity/authentication के ज़रिए, उपयोगकर्ता से साफ़ तौर पर ली जानी चाहिए. 'पाबंदियां सेव करें' का इस्तेमाल करने से पहले, कृपया सहायता टीम से संपर्क करें.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-03-13 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-03-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"]]