openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# AuditLogRoleCreated

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The role ID. | [optional]
**role_name** | Option<**String**> | The name of the role. | [optional]
**permissions** | Option<**Vec<String>**> | The permissions granted by the role. | [optional]
**resource_type** | Option<**String**> | The type of resource the role belongs to. | [optional]
**resource_id** | Option<**String**> | The resource the role is scoped to. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)