class Aws::AlexaForBusiness::Types::UpdateNetworkProfileRequest
@note When making an API call, you may pass UpdateNetworkProfileRequest
data as a hash: { network_profile_arn: "Arn", # required network_profile_name: "NetworkProfileName", description: "NetworkProfileDescription", current_password: "CurrentWiFiPassword", next_password: "NextWiFiPassword", certificate_authority_arn: "Arn", trust_anchors: ["TrustAnchor"], }
@!attribute [rw] network_profile_arn
The ARN of the network profile associated with a device. @return [String]
@!attribute [rw] network_profile_name
The name of the network profile associated with a device. @return [String]
@!attribute [rw] description
Detailed information about a device's network profile. @return [String]
@!attribute [rw] current_password
The current password of the Wi-Fi network. @return [String]
@!attribute [rw] next_password
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. @return [String]
@!attribute [rw] certificate_authority_arn
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices. @return [String]
@!attribute [rw] trust_anchors
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. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateNetworkProfileRequest AWS API Documentation
Constants
- SENSITIVE