NetworkProfile

public struct NetworkProfile : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.

    Declaration

    Swift

    public let certificateAuthorityArn: String?
  • The current password of the Wi-Fi network.

    Declaration

    Swift

    public let currentPassword: String?
  • Detailed information about a device’s network profile.

    Declaration

    Swift

    public let description: String?
  • The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.

    Declaration

    Swift

    public let eapMethod: NetworkEapMethod?
  • The ARN of the network profile associated with a device.

    Declaration

    Swift

    public let networkProfileArn: String?
  • The name of the network profile associated with a device.

    Declaration

    Swift

    public let networkProfileName: 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.

    Declaration

    Swift

    public let nextPassword: String?
  • The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.

    Declaration

    Swift

    public let securityType: NetworkSecurityType?
  • The SSID of the Wi-Fi network.

    Declaration

    Swift

    public let ssid: String?
  • The root certificates of your authentication server, which is installed on your devices and used to trust your authentication server during EAP negotiation.

    Declaration

    Swift

    public let trustAnchors: [String]?
  • Undocumented

    Declaration

    Swift

    public init(certificateAuthorityArn: String? = nil, currentPassword: String? = nil, description: String? = nil, eapMethod: NetworkEapMethod? = nil, networkProfileArn: String? = nil, networkProfileName: String? = nil, nextPassword: String? = nil, securityType: NetworkSecurityType? = nil, ssid: String? = nil, trustAnchors: [String]? = nil)