# 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-v6/interfaces/permissionslike.md#optional-portfolios)
* [tokens](/polymesh-sdk-api-reference/docs-v6/interfaces/permissionslike.md#optional-tokens)
* [transactionGroups](/polymesh-sdk-api-reference/docs-v6/interfaces/permissionslike.md#optional-transactiongroups)
* [transactions](/polymesh-sdk-api-reference/docs-v6/interfaces/permissionslike.md#optional-transactions)

## Properties

### `Optional` portfolios

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

*Defined in* [*src/types/index.ts:859*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L859)

array of Portfolios for which to grant permissions. A null value represents full permissions

### `Optional` tokens

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

*Defined in* [*src/types/index.ts:847*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L847)

array of Security Tokens on which to grant permissions. A null value represents full permissions

### `Optional` transactionGroups

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

*Defined in* [*src/types/index.ts:855*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L855)

array of transaction groups that the Secondary Key has permission to execute.

### `Optional` transactions

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

*Defined in* [*src/types/index.ts:851*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L851)

array of transaction tags that the Secondary Key has permission to execute. A null value represents full permissions


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.polymath.network/polymesh-sdk-api-reference/docs-v6/interfaces/permissionslike.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
