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

SasPortalUpdateSignedDeviceRequest

import type { SasPortalUpdateSignedDeviceRequest } from "https://googleapis.deno.dev/v1/prod_tt_sasportal:v1alpha1.ts";

Request for UpdateSignedDevice.

interface SasPortalUpdateSignedDeviceRequest {
encodedDevice?: Uint8Array;
installerId?: string;
}

§Properties

§
encodedDevice?: Uint8Array
[src]

Required. The JSON Web Token signed using a CPI private key. Payload must be the JSON encoding of the device. The user_id field must be set.

§
installerId?: string
[src]

Required. Unique installer ID (CPI ID) from the Certified Professional Installers database.