github.com/twilio/twilio-go@v1.20.1/rest/sync/v1/docs/SyncV1SyncMapPermission.md (about) 1 # SyncV1SyncMapPermission 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Sync Map Permission resource. | 8 **ServiceSid** | Pointer to **string** | The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) the resource is associated with. | 9 **MapSid** | Pointer to **string** | The SID of the Sync Map to which the Permission applies. | 10 **Identity** | Pointer to **string** | The application-defined string that uniquely identifies the resource's User within the Service to an FPA token. | 11 **Read** | Pointer to **bool** | Whether the identity can read the Sync Map and its Items. | 12 **Write** | Pointer to **bool** | Whether the identity can create, update, and delete Items in the Sync Map. | 13 **Manage** | Pointer to **bool** | Whether the identity can delete the Sync Map. | 14 **Url** | Pointer to **string** | The absolute URL of the Sync Map Permission resource. | 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18