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

DeviceNetworkProfileInfo

import type { DeviceNetworkProfileInfo } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

Detailed information about a device's network profile.

interface DeviceNetworkProfileInfo {
CertificateArn?: string | null;
CertificateExpirationTime?: Date | number | null;
NetworkProfileArn?: string | null;
}

§Properties

§
CertificateArn?: string | null
[src]

The ARN of the certificate associated with a device.

§
CertificateExpirationTime?: Date | number | null
[src]

The time (in epoch) when the certificate expires.

§
NetworkProfileArn?: string | null
[src]

The ARN of the network profile associated with a device.