class

OpenAI::AuditLogCertificateDeleted

Inherits JSON::Serializable < Reference < Object

The details for events with this type.

Constructors

new(id : String | Nil = nil, name : String | Nil = nil, certificate : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

certificate

The certificate content in PEM format.

Source
certificate=(certificate : String | Nil)

The certificate content in PEM format.

Source
id

The certificate ID.

Source
id=(id : String | Nil)

The certificate ID.

Source
name

The name of the certificate.

Source
name=(name : String | Nil)

The name of the certificate.

Source