> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v4/interfaces/permissionslike.md).

# PermissionsLike

Permissions to grant to a Signer over an Identity

**`note`** TxGroups in the `transactionGroups` array will be transformed into their corresponding `TxTag`s and appended to the `transactions` array. If `transactions` is null, then the value of `transactionGroups` is redundant

## Hierarchy

* **PermissionsLike**

## Index

### Properties

* [portfolios](/polymesh-sdk-api-reference/docs-v4/interfaces/permissionslike.md#optional-portfolios)
* [tokens](/polymesh-sdk-api-reference/docs-v4/interfaces/permissionslike.md#optional-tokens)
* [transactionGroups](/polymesh-sdk-api-reference/docs-v4/interfaces/permissionslike.md#optional-transactiongroups)
* [transactions](/polymesh-sdk-api-reference/docs-v4/interfaces/permissionslike.md#optional-transactions)

## Properties

### `Optional` portfolios

• **portfolios**? : [*PortfolioLike*](/polymesh-sdk-api-reference/docs-v4/globals.md#portfoliolike)*\[] | null*

*Defined in* [*src/types/index.ts:702*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L702)

### `Optional` tokens

• **tokens**? : *(string |* [*SecurityToken*](/polymesh-sdk-api-reference/docs-v4/classes/securitytoken.md)*‹›)\[] | null*

*Defined in* [*src/types/index.ts:699*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L699)

### `Optional` transactionGroups

• **transactionGroups**? : [*TxGroup*](/polymesh-sdk-api-reference/docs-v4/enums/txgroup.md)*\[]*

*Defined in* [*src/types/index.ts:701*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L701)

### `Optional` transactions

• **transactions**? : *TxTag\[] | null*

*Defined in* [*src/types/index.ts:700*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L700)
