# PasspointConfiguration

```java
String realm;
String friendlyName;
Boolean roaming;
```

<table><thead><tr><th>Variable</th><th width="150">Description</th><th>Example</th></tr></thead><tbody><tr><td>realm</td><td>Passpoint home realm which will be recognized by device as home Passpoint network.</td><td><code>wifi.cloud4wi.com</code></td></tr><tr><td>friendlyName</td><td>User friendly name describing Passpoint network.</td><td><code>Cloud4Wi WiFi</code></td></tr><tr><td>roaming</td><td>It indicates if device with Passpoint profile would try to connect to 3rd party Passpoint networks.</td><td><code>false</code></td></tr></tbody></table>
