2
0
openapi-client-udm/docs/ComputersMacosOptions.md
Adam Goldsmith 98daa460a6 Autogenerated using update_openapi_client from udm-rest-client
Actual generator command:

```bash
java -jar openapi-generator-cli-5.4.0.jar generate -g python-legacy \
  --library asyncio \
  --package-name openapi_client_udm \
  --additional-properties=packageVersion=1.0.2 \
  -i udm_openapi.json \
  -o ./python
```
2023-11-27 20:21:43 -05:00

18 lines
797 B
Markdown

# ComputersMacosOptions
Object type specific `UDM` options.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**posix** | **bool** | Posix account | [optional] [default to True]
**kerberos** | **bool** | Kerberos principal | [optional] [default to True]
**samba** | **bool** | Samba account | [optional] [default to True]
**pki** | **bool** | Public key infrastructure account | [optional] [default to False]
**nagios** | **bool** | Nagios support | [optional] [default to False]
**radius_authenticator** | **bool** | RADIUS Authenticator | [optional] [default to False]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)