You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/content/docs/concepts/domain-model/actions.mdx

22 lines
619 B

---
layout: docs
page_title: Configuration
sidebar_title: Action
description: |-
The annatomy of a Boundary action
---
# Action
An action is a defined capability within the Boundary system. Each Resource Type defines its own set of Actions. Currently, the union of actions from all Resource Types is: create, read, update, delete, list, connect. This is not a fixed list and no design or implementation should assume it will ever be a fixed list.
## Attributes
For information on how actions are constructed into grant strings, see the [grants]() section.
## Referenced By
- [Grant]()
- [Resource]()
- [Role]()