@digitalpersona/services
Version:
DigitalPersona Web Access Services
21 lines (13 loc) • 658 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [ServerSettingType](./services.serversettingtype.md)
## ServerSettingType enum
<b>Signature:</b>
```typescript
export declare enum ServerSettingType
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Admin | <code>1</code> | Server Settings will be accessible only for Domain Administrators. |
| Public | <code>2</code> | Server Settings will be accessible for anybody (public). |
| Unknown | <code>0</code> | Unknown Server Settings Type. |