Method: mobiledevices.action

휴대기기에 영향을 미치는 작업을 실행합니다. 예를 들어 원격으로 기기를 완전 삭제합니다.

HTTP 요청

POST https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/devices/mobile/{resourceId}/action

URL은 gRPC 트랜스코딩 구문을 사용합니다.

경로 매개변수

매개변수
customerId

string

고객의 Google Workspace 계정의 고유 ID입니다. 계정 관리자는 my_customer 별칭을 사용하여 계정의 customerId을 나타낼 수도 있습니다. 또한 customerId사용자 리소스의 일부로 반환됩니다.

resourceId

string

API 서비스가 휴대기기를 식별하는 데 사용하는 고유 ID입니다.

요청 본문

요청 본문에는 MobileDeviceAction의 인스턴스가 포함됩니다.

응답 본문

성공한 경우 응답은 형식이 메서드에 의해 정의되는 일반 HTTP 응답입니다.

승인 범위

다음 OAuth 범위 중 하나가 필요합니다.

  • https://www.googleapis.com/auth/admin.directory.device.mobile
  • https://www.googleapis.com/auth/admin.directory.device.mobile.action

자세한 내용은 승인 가이드를 참고하세요.

MobileDeviceAction

JSON 표현
{
  "action": string
}
필드
action

string

기기에서 실행할 작업입니다.

사용 가능한 값:

  • admin_remote_wipe
  • admin_account_wipe
  • approve
  • block
  • cancel_remote_wipe_then_activate
  • cancel_remote_wipe_then_block