সংরক্ষণের সময় যাচাই করা হবে এমন বস্তুর উপর বিধিনিষেধ সংজ্ঞায়িত করে। দ্রষ্টব্য: এটি একটি উন্নত বৈশিষ্ট্য, বাস্তবায়ন সমর্থনের জন্য দয়া করে Google এর সাথে যোগাযোগ করুন৷
JSON প্রতিনিধিত্ব
{"restrictToEmailSha256": string}
ক্ষেত্র
restrictToEmailSha256
string
শুধুমাত্র প্রদত্ত ইমেল ঠিকানায় রেফারেন্সিং বস্তুর সংরক্ষণ সীমাবদ্ধ করুন। এটি ইমেল ঠিকানার SHA256 যোগফলের হেক্স আউটপুট, সমস্ত ছোট হাতের এবং "" এর মতো কোনো স্বরলিপি ছাড়াই। অথবা "+", "@" ছাড়া।
উদাহরণস্বরূপ, example@example.com এর জন্য, এই মানটি হবে 31c5543c1734d25c7206f5fd591525d0295bec6fe84ff82f946a34fe970a1e66 এবং Example@example.com- এর জন্য, এই মানটি হবে b434672c72063 fb7f5d8a2d11e60ce15a6f43fe70ce632
যদি লগ-ইন করা ব্যবহারকারীর ইমেল ঠিকানাটি এই পাসটি সংরক্ষণ করার চেষ্টা করে তা এখানে নির্ধারিত মানের সাথে মেলে না, ব্যবহারকারীদের এই পাসটি সংরক্ষণ করার অনুমতি দেওয়া হবে না। পরিবর্তে তাদের ইস্যুকারীর সাথে যোগাযোগ করার জন্য একটি ত্রুটির সাথে অনুরোধ করা হবে।
এই তথ্যটি ব্যবহারকারীর কাছ থেকে একটি সুস্পষ্ট সম্মতি সহ 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"]],["2025-01-06 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"]]