2
0
openapi-client-udm/docs/PoliciesNfsmountsRequest.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

851 B

PoliciesNfsmountsRequest

Properties

Name Type Description Notes
dn str The LDAP Distinguished Name (DN). [optional] [readonly]
properties dict(str, object) Object type specific `UDM` properties. [optional]
options dict(str, object) Object type specific `UDM` options. [optional]
policies dict(str, object) Policies which apply for this object. [optional]
position str DN of LDAP node below which the object is located. Changing this causes a move of the object. When changing no other changes are applied. [optional]

[Back to Model list] [Back to API list] [Back to README]