SaveRestrictions
保存時に検証されるオブジェクトの制限を定義します。注: これは高度な機能です。実装のサポートについては、Google にお問い合わせください。
JSON 表現 |
{
"restrictToEmailSha256": string
} |
フィールド |
restrictToEmailSha256 |
string
参照オブジェクトの保存を指定されたメールアドレスのみに制限します。これは、メールアドレスの SHA256 の合計の 16 進数出力です。すべて小文字で、「@」を除き、「.」や「+」などの記号は使用しません。 たとえば、example@example.com の場合、この値は 31c5543c1734d25c7206f5fd591525d0295bec6fe84ff82f946a34fe970a1e66 になります。Example@example.com の場合、この値は bc34f262c93ad7122763684ccea6f07fb7f5d8a2d11e60ce15a6f43fe70ce632 になります。 このパスを保存しようとしているログイン中のユーザーのメールアドレスが、ここで定義された値と一致しない場合、ユーザーはこのパスを保存できません。代わりに、カード発行会社に問い合わせるようエラー メッセージが表示されます。 この情報は、Google でログイン 統合(https://developers.google.com/identity/authentication)を介して、ユーザーから明示的な同意を得て収集する必要があります。保存制限を使用する前に、サポートにお問い合わせください。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-13 UTC。
[null,null,["最終更新日 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."]]],[]]