Properties
| Name | Type | Description |
|---|---|---|
| associated_hostnames | object | |
| created_at | object | |
| expires_on | object | |
| fingerprint | object | |
| id | object | The ID of the application that will use this certificate. |
| name | object | |
| updated_at | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_schemas-certificates",
"title": "access_schemas-certificates",
"properties": {
"associated_hostnames": {
"$ref": "#/components/schemas/access_associated_hostnames"
},
"created_at": {
"$ref": "#/components/schemas/access_timestamp"
},
"expires_on": {
"$ref": "#/components/schemas/access_timestamp"
},
"fingerprint": {
"$ref": "#/components/schemas/access_fingerprint"
},
"id": {
"description": "The ID of the application that will use this certificate."
},
"name": {
"$ref": "#/components/schemas/access_certificates_components-schemas-name"
},
"updated_at": {
"$ref": "#/components/schemas/access_timestamp"
}
},
"type": "object"
}