# KnetikCloud.RoleResource

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**client_count** | **Number** | The number of clients this role is assigned to | [optional] 
**created_date** | **Number** | The date the role was added. Unix timestamp in seconds | [optional] 
**locked** | **Boolean** | Whether a role is locked from being deleted | [optional] 
**name** | **String** | The name of the role used for display purposes | 
**role** | **String** | The keyword that defines the role | 
**role_permission** | [**[PermissionResource]**](PermissionResource.md) | The list of permissions this role has | [optional] 
**user_count** | **Number** | The number of users this role is assigned to | [optional] 


