You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AlexaForBusiness::Types::NetworkProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::NetworkProfile
- Defined in:
- (unknown)
Overview
The network profile associated with a device.
Returned by:
Instance Attribute Summary collapse
-
#certificate_authority_arn ⇒ String
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM).
-
#current_password ⇒ String
The current password of the Wi-Fi network.
-
#description ⇒ String
Detailed information about a device\'s network profile.
-
#eap_method ⇒ String
The authentication standard that is used in the EAP framework.
-
#network_profile_arn ⇒ String
The ARN of the network profile associated with a device.
-
#network_profile_name ⇒ String
The name of the network profile associated with a device.
-
#next_password ⇒ String
The next, or subsequent, password of the Wi-Fi network.
-
#security_type ⇒ String
The security type of the Wi-Fi network.
-
#ssid ⇒ String
The SSID of the Wi-Fi network.
-
#trust_anchors ⇒ Array<String>
The root certificates of your authentication server, which is installed on your devices and used to trust your authentication server during EAP negotiation.
Instance Attribute Details
#certificate_authority_arn ⇒ String
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.
#current_password ⇒ String
The current password of the Wi-Fi network.
#description ⇒ String
Detailed information about a device\'s network profile.
#eap_method ⇒ String
The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.
Possible values:
- EAP_TLS
#network_profile_arn ⇒ String
The ARN of the network profile associated with a device.
#network_profile_name ⇒ String
The name of the network profile associated with a device.
#next_password ⇒ String
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.
#security_type ⇒ String
The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.
Possible values:
- OPEN
- WEP
- WPA_PSK
- WPA2_PSK
- WPA2_ENTERPRISE
#ssid ⇒ String
The SSID of the Wi-Fi network.
#trust_anchors ⇒ Array<String>
The root certificates of your authentication server, which is installed on your devices and used to trust your authentication server during EAP negotiation.