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

SasPortalDeviceConfig

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

Information about the device configuration.

interface SasPortalDeviceConfig {
callSign?: string;
category?: "DEVICE_CATEGORY_UNSPECIFIED" | "DEVICE_CATEGORY_A" | "DEVICE_CATEGORY_B";
installationParams?: SasPortalInstallationParams;
isSigned?: boolean;
measurementCapabilities?: "MEASUREMENT_CAPABILITY_UNSPECIFIED" | "MEASUREMENT_CAPABILITY_RECEIVED_POWER_WITH_GRANT" | "MEASUREMENT_CAPABILITY_RECEIVED_POWER_WITHOUT_GRANT"[];
state?: "DEVICE_CONFIG_STATE_UNSPECIFIED" | "DRAFT" | "FINAL";
updateTime?: Date;
userId?: string;
}

§Properties

§

Information about this device's air interface.

§
callSign?: string
[src]

The call sign of the device operator.

§
category?: "DEVICE_CATEGORY_UNSPECIFIED" | "DEVICE_CATEGORY_A" | "DEVICE_CATEGORY_B"
[src]

FCC category of the device.

§

Installation parameters for the device.

§
isSigned?: boolean
[src]

Output only. Whether the configuration has been signed by a CPI.

§
measurementCapabilities?: "MEASUREMENT_CAPABILITY_UNSPECIFIED" | "MEASUREMENT_CAPABILITY_RECEIVED_POWER_WITH_GRANT" | "MEASUREMENT_CAPABILITY_RECEIVED_POWER_WITHOUT_GRANT"[]
[src]

Measurement reporting capabilities of the device.

§

Information about this device model.

§
state?: "DEVICE_CONFIG_STATE_UNSPECIFIED" | "DRAFT" | "FINAL"
[src]

State of the configuration.

§
updateTime?: Date
[src]

Output only. The last time the device configuration was edited.

§
userId?: string
[src]

The identifier of a device user.