Stripe.Resources.Terminal.Configuration.Wifi.EnterpriseEapPeap
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Terminal.Configuration.Wifi.EnterpriseEapPeap{ ca_certificate_file: String.t() | nil, password: String.t() | nil, ssid: String.t() | nil, username: String.t() | nil }
ca_certificate_file- A File ID representing a PEM file containing the server certificate Max length: 5000.password- Password for connecting to the WiFi network Max length: 5000.ssid- Name of the WiFi network Max length: 5000.username- Username for connecting to the WiFi network Max length: 5000.