# SectionPermissions

Signer/agent permissions for a specific type

## Type parameters

▪ **T**

type of Permissions (Security Token, Transaction, Portfolio, etc)

## Hierarchy

* **SectionPermissions**

  ↳ [TransactionPermissions](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/interfaces/transactionpermissions)

## Index

### Properties

* [type](#type)
* [values](#values)

## Properties

### type

• **type**: [*PermissionType*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/enums/permissiontype)

*Defined in* [*src/types/index.ts:770*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L770)

Whether the permissions are inclusive or exclusive

### values

• **values**: *T\[]*

*Defined in* [*src/types/index.ts:766*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/src/types/index.ts#L766)

Values to be included/excluded
