Device Approve Commands
Approve Cloud SSO Devices.
Usage:
device-approve [--options] [device ...]Parameters:
User's email or device ID to approve or blank to see a list of pending devices
Last updated
Was this helpful?
Approve Cloud SSO Devices.
device-approve [--options] [device ...]Parameters:
User's email or device ID to approve or blank to see a list of pending devices
Last updated
Was this helpful?
Was this helpful?
approval_requests: List[DeviceApprovalRequest] = list(enterprise_data.device_approval_requests.get_all_entities())
approve_rq = enterprise_pb2.ApproveUserDevicesRequest()
approve_rq.deviceRequests.extend(device_requests)
KeeperAuth.execute_auth_rest(APPROVE_USER_DEVICES_ENDPOINT, approve_rq,
response_type=enterprise_pb2.ApproveUserDevicesResponse)