open-consul/ui-v2/app/components/consul-token-ruleset-list/README.mdx

23 lines
561 B
Plaintext
Raw Normal View History

## ConsulTokenRulesetList
```
<ConsulTokenRulesetList
@item={{item}}
/>
```
A presentational component for rendering Consul ACL token 'rulesets'. Rulesets are the various 'rule-type' things that belong to a token such as policies, identities and roles, and in the case of legacy tokens, the old style string based rules property.
### Arguments
| Argument/Attribute | Type | Default | Description |
| --- | --- | --- | --- |
| `item` | `array` | | An ACL token |
### See
- [Component Source Code](./index.js)
- [Template Source Code](./index.hbs)
---