class

OpenAI::AuditLogServiceAccountCreated

Inherits JSON::Serializable < Reference < Object

The details for events with this type.

Constructors

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

Instance methods

data

The payload used to create the service account.

Source
data=(data : AuditLogServiceAccountCreatedData | Nil)

The payload used to create the service account.

Source
id

The service account ID.

Source
id=(id : String | Nil)

The service account ID.

Source