github.com/twilio/twilio-go@v1.20.1/rest/sync/v1/docs/SyncV1SyncListPermission.md (about)

     1  # SyncV1SyncListPermission
     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 List 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  **ListSid** | Pointer to **string** | The SID of the Sync List 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 List and its Items. |
    12  **Write** | Pointer to **bool** | Whether the identity can create, update, and delete Items in the Sync List. |
    13  **Manage** | Pointer to **bool** | Whether the identity can delete the Sync List. |
    14  **Url** | Pointer to **string** | The absolute URL of the Sync List 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