mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 12:07:02 +02:00
* storybook: add .md suffix to stories blueprint * storybook: add FormField * storybook: update AuthConfigForm docs * storybook: add FormFieldGroups * storybook: add MaskedInput * storybook: add example FormField attr * storybook: remove actions addon
24 lines
866 B
Markdown
24 lines
866 B
Markdown
<!--THIS FILE IS AUTO GENERATED. This file is generated from JSDoc comments in app/components/auth-config-form/options.js. To make changes, first edit that file and run "yarn gen-story-md auth-config-form/options" to re-generate the content.-->
|
|
|
|
## AuthConfigForm/Options
|
|
The `AuthConfigForm/Options` is options portion of the auth config form.
|
|
|
|
**Properties**
|
|
|
|
| Name | Type | Default | Description |
|
|
| --- | --- | --- | --- |
|
|
| model | <code>DS.Model</code> | <code></code> | 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)
|
|
|
|
---
|