# OrganizationProjectCertificate
## Properties
**object** | **String** | The object type, which is always `organization.project.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 project 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)