# Enumeration: PermissionSyncMode

Defined in: [api_types.ts:952](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api_types.ts#L952)

The sync mode of the current sync.

## Enumeration Members

### PermissionAware

> **PermissionAware**: `"PermissionAware"`

Defined in: [api_types.ts:962](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api_types.ts#L962)

In Go, if the org admin selects that a sync should match the permissions of the source, then the sync will be 'PermissionAware'.

______________________________________________________________________

### Personal

> **Personal**: `"Personal"`

Defined in: [api_types.ts:957](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api_types.ts#L957)

In doc syncs are always Personal. Personal and shared syncs for Go are Personal.
