github.com/twilio/twilio-go@v1.20.1/rest/sync/v1/docs/SyncV1DocumentPermission.md (about) 1 # SyncV1DocumentPermission 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 Document 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 **DocumentSid** | Pointer to **string** | The SID of the Sync Document to which the Document 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 Document. | 12 **Write** | Pointer to **bool** | Whether the identity can update the Sync Document. | 13 **Manage** | Pointer to **bool** | Whether the identity can delete the Sync Document. | 14 **Url** | Pointer to **string** | The absolute URL of the Sync Document 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