# `Stripe.Resources.Terminal.Configuration.Wifi.EnterpriseEapTls`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/terminal/configuration.ex#L617)

Nested struct within the parent resource.

# `t`

```elixir
@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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
