## AuthConfigForm/Options
The `AuthConfigForm/Options` is options portion of the auth config form.
**Properties**
| Name | Type | Default | Description |
| --- | --- | --- | --- |
| model | DS.Model
|
| The corresponding auth model that is being configured. |
**Example**
```js
{{auth-config-form/options model.model}}
```
**See**
- [Uses of AuthConfigForm/options](https://github.com/hashicorp/vault/search?l=Handlebars&q=AuthConfigForm/options)
- [AuthConfigForm/options Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/auth-config-form/options.js)
---