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

SasPortalDeviceGrant

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

Device grant. It is an authorization provided by the Spectrum Access System to a device to transmit using specified operating parameters after a successful heartbeat by the device.

interface SasPortalDeviceGrant {
channelType?: "CHANNEL_TYPE_UNSPECIFIED" | "CHANNEL_TYPE_GAA" | "CHANNEL_TYPE_PAL";
expireTime?: Date;
frequencyRange?: SasPortalFrequencyRange;
grantId?: string;
lastHeartbeatTransmitExpireTime?: Date;
maxEirp?: number;
moveList?: SasPortalDpaMoveList[];
state?:
| "GRANT_STATE_UNSPECIFIED"
| "GRANT_STATE_GRANTED"
| "GRANT_STATE_TERMINATED"
| "GRANT_STATE_SUSPENDED"
| "GRANT_STATE_AUTHORIZED"
| "GRANT_STATE_EXPIRED";
suspensionReason?: string[];
}

§Properties

§
channelType?: "CHANNEL_TYPE_UNSPECIFIED" | "CHANNEL_TYPE_GAA" | "CHANNEL_TYPE_PAL"
[src]

Type of channel used.

§
expireTime?: Date
[src]

The expiration time of the grant.

§

The transmission frequency range.

§
grantId?: string
[src]

Grant Id.

§
lastHeartbeatTransmitExpireTime?: Date
[src]

The transmit expiration time of the last heartbeat.

§
maxEirp?: number
[src]

Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of maxEirp represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).

§

The DPA move lists on which this grant appears.

§
state?: "GRANT_STATE_UNSPECIFIED" | "GRANT_STATE_GRANTED" | "GRANT_STATE_TERMINATED" | "GRANT_STATE_SUSPENDED" | "GRANT_STATE_AUTHORIZED" | "GRANT_STATE_EXPIRED"
[src]

State of the grant.

§
suspensionReason?: string[]
[src]

If the grant is suspended, the reason(s) for suspension.