Menentukan batasan pada objek yang akan diverifikasi selama penyimpanan. Catatan: ini adalah fitur lanjutan, harap hubungi Google untuk mendapatkan dukungan penerapan.
Representasi JSON
{"restrictToEmailSha256": string}
Kolom
restrictToEmailSha256
string
Batasi penyimpanan objek referensi hanya ke alamat email yang diberikan. Ini adalah hasil hex dari jumlah SHA256 alamat email, semua huruf kecil dan tanpa notasi seperti "." atau "+", kecuali "@".
Misalnya, untuk example@example.com, nilai ini akan menjadi 31c5543c1734d25c7206f5fd591525d0295bec6fe84ff82f946a34fe970a1e66 dan untuk Example@example.com
Jika alamat email pengguna yang login dan mencoba menyimpan kartu ini tidak cocok dengan nilai yang ditentukan di sini, pengguna tidak akan diizinkan untuk menyimpan kartu ini. Sebagai gantinya, mereka akan diminta secara error untuk menghubungi penerbit.
Informasi ini harus dikumpulkan dari pengguna yang memiliki izin eksplisit melalui integrasi Login dengan Google https://developers.google.com/identity/authentication. Hubungi tim dukungan sebelum menggunakan Simpan Pembatasan.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]