TosError
利用規約(ToS)エラー。ユーザー(OAuth 認証情報で表される)がゼロタッチ登録の最新バージョンの利用規約に同意していない場合、API メソッドは HTTP 403 Forbidden
ステータス コードを返します。
API ユーザーは、ゼロタッチ登録ポータルにログインして、新しい利用規約または更新された利用規約に同意できます。ユーザーがログインすると、ポータルに利用規約に同意パネルが表示されます。
JSON 表現 |
{
"latestTosAccepted": boolean
} |
フィールド |
latestTosAccepted |
boolean
ユーザーが最新バージョンの利用規約に同意したかどうか。エラーに含まれる場合、値は false です。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-18 UTC。
[null,null,["最終更新日 2024-10-18 UTC。"],[[["API methods return a `403 Forbidden` error if the user hasn't accepted the latest Terms of Service (ToS)."],["Users can accept the new or updated ToS by signing into the zero-touch enrollment portal."],["The `latestTosAccepted` field in the JSON representation indicates whether the user has agreed to the current ToS, with a `false` value in case of an error."]]],["The API returns a `403 Forbidden` error when a user hasn't accepted the latest Terms of Service (ToS). Users can accept the ToS via the zero-touch enrollment portal. The JSON representation for ToS status includes a boolean field, `latestTosAccepted`. This field is `false` in error responses, indicating that the user needs to accept the latest ToS. Access the zero-touch enrollment portal to accept the ToS.\n"]]