# 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](#optional-portfolios)
* [tokens](#optional-tokens)
* [transactionGroups](#optional-transactiongroups)
* [transactions](#optional-transactions)

## Properties

### `Optional` portfolios

• **portfolios**? : [*PortfolioLike*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v5/globals#portfoliolike)*\[] | null*

*Defined in* [*src/types/index.ts:837*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L837)

### `Optional` tokens

• **tokens**? : *(string |* [*SecurityToken*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v5/classes/securitytoken)*‹›)\[] | null*

*Defined in* [*src/types/index.ts:834*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L834)

### `Optional` transactionGroups

• **transactionGroups**? : [*TxGroup*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v5/enums/txgroup)*\[]*

*Defined in* [*src/types/index.ts:836*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L836)

### `Optional` transactions

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

*Defined in* [*src/types/index.ts:835*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L835)
