openai-client-base 0.13.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**object** | **String** | The object type, which is always `organization.certificate`. | 
**id** | **String** | The identifier, which can be referenced in API endpoints | 
**name** | Option<**String**> |  | 
**created_at** | **i32** | The Unix timestamp (in seconds) of when the certificate was uploaded. | 
**certificate_details** | [**models::OrganizationCertificateCertificateDetails**]OrganizationCertificate_certificate_details.md |  | 
**active** | **bool** | Whether the certificate is currently active at the organization level. | 

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