TosError
서비스 약관 (ToS) 오류 API 메서드는 사용자가(OAuth 사용자 인증 정보로 표시됨) 제로터치 등록 서비스 약관의 최신 버전을 수락하지 않은 경우 HTTP 403 Forbidden
상태 코드를 반환합니다.
API 사용자는 제로터치 등록 포털에 로그인하여 신규 또는 업데이트된 서비스 약관을 수락할 수 있습니다. 포털은 사용자가 로그인할 때 이용약관 수락 패널을 표시합니다.
JSON 표현 |
{
"latestTosAccepted": boolean
} |
필드 |
latestTosAccepted |
boolean
사용자가 최신 버전의 서비스 약관에 동의했는지 여부입니다. 오류에 포함된 경우 값은 false 입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]