class

OpenAI::AuditLogServiceAccountUpdated

Inherits JSON::Serializable < Reference < Object

The details for events with this type.

Constructors

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

Instance methods

changes_requested

The payload used to updated the service account.

Source
changes_requested=(changes_requested : AuditLogServiceAccountUpdatedChangesRequested | Nil)

The payload used to updated the service account.

Source
id

The service account ID.

Source
id=(id : String | Nil)

The service account ID.

Source