Kaydetme sırasında doğrulanacak nesne üzerindeki kısıtlamaları tanımlar. Not: Bu gelişmiş bir özelliktir. Uygulama desteği için lütfen Google ile iletişime geçin.
JSON gösterimi
{"restrictToEmailSha256": string}
Alanlar
restrictToEmailSha256
string
Referans nesnesinin kaydedilmesini yalnızca belirtilen e-posta adresiyle sınırlayın. Bu, tümü küçük harfle yazılmış ve "." gibi herhangi bir gösterim içermeyen e-posta adreslerinin SHA256 toplamının onaltılık çıktısıdır. veya "+", "@" hariçtir.
Bu kartı kaydetmeye çalışan giriş yapmış kullanıcının e-posta adresi burada tanımlanan değerle eşleşmiyorsa kullanıcıların bu kartı kaydetmesine izin verilmez. Bunun yerine, kartınızı veren kuruluşla iletişime geçmesi için bir hata mesajı gösterilir.
Bu bilgiler, kullanıcıdan açıkça izin alınarak Google ile oturum açma entegrasyonu üzerinden (https://developers.google.com/identity/authentication) toplanmalıdır. Kaydetme Kısıtlamaları'nı kullanmadan önce lütfen destek ekibiyle iletişime geçin.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]