--- layout: docs page_title: Resource table description: |- Resource table --- # Resource tables The following tables work as a quick cheat sheet to help you manage your permissions. Note that the tables are not exhaustive; for brevity they do _not_ show wildcard or templated grant strings. Additionally, these tables do not include available output fields; see the [service documentation](/boundary/api-docs) for guidance. Refer to the tables for more information about the following resource types: - [Account](#account) - [Alias](#alias) - [Auth method](#auth-method) - [Auth token](#auth-token) - [Billing](#billing) - [Credential](#credential) - [Credential library](#credential-library) - [Credential store](#credential-store) - [Group](#group) - [Host](#host) - [Host catalog](#host-catalog) - [Host set](#host-set) - [Managed group](#managed-group) - [Policy](#policy) - [Role](#role) - [Scope](#scope) - [Session](#session) - [Session recording](#session-recording) - [Storage bucket](#storage-bucket) - [Target](#target) - [User](#user) - [Worker](#worker) ## Account The **Account** resource type supports the following scopes: **Global**, **Org** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /accounts | | | | /accounts/<id> | | | ## Alias The **Alias** resource type supports the following scopes: **Global** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /aliases | | | | /aliases/<id> | | | ## Auth method The **Auth method** resource type supports the following scopes: **Global**, **Org** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /auth-methods | | | | /auth-methods/<id> | | | ## Auth token The **Auth token** resource type supports the following scopes: **Global**, **Org** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /auth-tokens | | | | /auth-tokens/<id> | | | ## Billing | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /billing | | | ## Credential The **Credential** resource type supports the following scopes: **Project** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /credentials | | | | /credentials/<id> | | | ## Credential library The **Credential library** resource type supports the following scopes: **Project** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /credential-libraries | | | | /credential-libraries/<id> | | | ## Credential store The **Credential store** resource type supports the following scopes: **Project** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /credential-stores | | | | /credential-stores/<id> | | | ## Group The **Group** resource type supports the following scopes: **Global**, **Org**, **Project** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /groups | | | | /groups/<id> | | | ## Host The **Host** resource type supports the following scopes: **Project** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /hosts | | | | /hosts/<id> | | | ## Host catalog The **Host catalog** resource type supports the following scopes: **Project** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /host-catalogs | | | | /host-catalogs/<id> | | | ## Host set The **Host set** resource type supports the following scopes: **Project** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /host-sets | | | | /host-sets/<id> | | | ## Managed group The **Managed group** resource type supports the following scopes: **Global**, **Org** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /managed-groups | | | | /managed-groups/<id> | | | ## Policy | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /policies | | | | /policies/<id> | | | ## Role The **Role** resource type supports the following scopes: **Global**, **Org**, **Project** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /roles | | | | /roles/<id> | | | ## Scope The **Scope** resource type supports the following scopes: **Global**, **Org** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /scopes | | | | /scopes/<id> | | | ## Session The **Session** resource type supports the following scopes: **Project** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /sessions | | | | /sessions/<id> | | | ## Session recording The **Session recording** resource type supports the following scopes: **Global**, **Org** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /session-recordings | | | | /session-recordings/<id> | | | ## Storage bucket The **Storage bucket** resource type supports the following scopes: **Global**, **Org** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /storage-buckets | | | | /storage-buckets/<id> | | | ## Target The **Target** resource type supports the following scopes: **Project** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /targets | | | | /targets/<id> | | | ## User The **User** resource type supports the following scopes: **Global**, **Org** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /users | | | | /users/<id> | | | ## Worker The **Worker** resource type supports the following scopes: **Global** | API endpoint | Parameters into permissions engine | Available actions / examples | | ------------ | ---------------------------------- | ---------------------------- | | /workers | | | | /workers/<id> | | |