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