# Cyclos411Api.RecordBasePermissions

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | [**RecordType**](RecordType.md) | The record type | [optional] 
**create** | **Boolean** | Can the authenticated user create new records of this type? | [optional] 
**edit** | **Boolean** | Can the authenticated user edit records of this type? | [optional] 
**remove** | **Boolean** | Can the authenticated user remove records of this type? | [optional] 


