Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest

import type { GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";

Request message for approving the device to access user data.

interface GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest {
customer?: string;
}

§Properties

§
customer?: string
[src]

Optional. Resource name of the customer. If you're using this API for your own organization, use customers/my_customer If you're using this API to manage another organization, use customers/{customer}, where customer is the customer to whom the device belongs.