# AssignedRoleDetails
## Properties
**id** | **String** | Identifier for the role. |
**name** | **String** | Name of the role. |
**permissions** | **Vec<String>** | Permissions associated with the role. |
**resource_type** | **String** | Resource type the role applies to. |
**predefined_role** | **bool** | Whether the role is predefined by OpenAI. |
**description** | Option<**String**> | |
**created_at** | Option<**i64**> | |
**updated_at** | Option<**i64**> | |
**created_by** | Option<**String**> | |
**created_by_user_obj** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | |
**metadata** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)