mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
## 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) - [TemplateSource Code](./index.hbs) ---