# types.PermissionGroupType

[@polymeshassociation/polymesh-sdk](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/classes) / [Modules](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules) / [types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types) / PermissionGroupType

## Enumeration: PermissionGroupType

[types](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/types).PermissionGroupType

### Table of contents

#### Enumeration Members

* [ExceptMeta](#exceptmeta)
* [Full](#full)
* [PolymeshV1Caa](#polymeshv1caa)
* [PolymeshV1Pia](#polymeshv1pia)

### Enumeration Members

#### ExceptMeta

• **ExceptMeta**

not authorized:

* externalAgents

**Defined in**

[types/index.ts:1020](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1020)

***

#### Full

• **Full**

all transactions authorized

**Defined in**

[types/index.ts:1015](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1015)

***

#### PolymeshV1Caa

• **PolymeshV1Caa**

authorized:

* corporateAction
* corporateBallot
* capitalDistribution

**Defined in**

[types/index.ts:1027](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1027)

***

#### PolymeshV1Pia

• **PolymeshV1Pia**

authorized:

* asset.issue
* asset.redeem
* asset.controllerTransfer
* sto (except for sto.invest)

**Defined in**

[types/index.ts:1035](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/types/index.ts#L1035)
