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

CreateNetworkProfileRequest

import type { CreateNetworkProfileRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface CreateNetworkProfileRequest {
CertificateAuthorityArn?: string | null;
ClientRequestToken: string;
CurrentPassword?: string | null;
Description?: string | null;
EapMethod?: NetworkEapMethod | null;
NetworkProfileName: string;
NextPassword?: string | null;
SecurityType: NetworkSecurityType;
Ssid: string;
Tags?: Tag[] | 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.

§
ClientRequestToken: string
[src]
§
CurrentPassword?: string | null
[src]

The current password of the Wi-Fi network.

§
Description?: string | null
[src]

Detailed information about a device's network profile.

§
EapMethod?: NetworkEapMethod | null
[src]

The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.

§
NetworkProfileName: string
[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.

§

The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.

§
Ssid: string
[src]

The SSID of the Wi-Fi network.

§
Tags?: Tag[] | null
[src]

The tags to be added to the specified resource. Do not provide system tags.

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

The root certificates of your authentication server that is installed on your devices and used to trust your authentication server during EAP negotiation.