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
# AuditLogRoleAssignmentDeleted

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The identifier of the role assignment. | [optional]
**principal_id** | Option<**String**> | The principal (user or group) that had the role removed. | [optional]
**principal_type** | Option<**String**> | The type of principal (user or group) that had the role removed. | [optional]
**resource_id** | Option<**String**> | The resource the role assignment was scoped to. | [optional]
**resource_type** | Option<**String**> | The type of resource the role assignment was 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)