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

UpdateNetworkProfileRequest

import type { UpdateNetworkProfileRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface UpdateNetworkProfileRequest {
CertificateAuthorityArn?: string | null;
CurrentPassword?: string | null;
Description?: string | null;
NetworkProfileArn: string;
NetworkProfileName?: string | null;
NextPassword?: string | null;
TrustAnchors?: string[] | null;
}

§Properties

§
CertificateAuthorityArn?: string | null
[src]

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.

§
CurrentPassword?: string | null
[src]

The current password of the Wi-Fi network.

§
Description?: string | null
[src]

Detailed information about a device's network profile.

§
NetworkProfileArn: string
[src]

The ARN of the network profile associated with a device.

§
NetworkProfileName?: string | null
[src]

The name of the network profile associated with a device.

§
NextPassword?: string | null
[src]

The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.

§
TrustAnchors?: string[] | null
[src]

The root certificate(s) of your authentication server that will be installed on your devices and used to trust your authentication server during EAP negotiation.