class

OpenAI::AuditLogServiceAccountUpdatedChangesRequested

Inherits JSON::Serializable < Reference < Object

The payload used to updated the service account.

Constructors

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

Instance methods

role

The role of the service account. Is either owner or member.

Source
role=(role : String | Nil)

The role of the service account. Is either owner or member.

Source