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

CustomerApplyConfigurationRequest

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

Request message for customer to assign a configuration to device.

interface CustomerApplyConfigurationRequest {
configuration?: string;
device?: DeviceReference;
}

§Properties

§
configuration?: string
[src]

Required. The configuration applied to the device in the format customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID].

§

Required. The device the configuration is applied to. There are custom validations in ApplyConfigurationRequestValidator