openai 0.64.0 → 0.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/README.md +1 -1
- data/lib/openai/models/admin/organization/audit_log_list_params.rb +6 -0
- data/lib/openai/models/admin/organization/audit_log_list_response.rb +231 -1
- data/lib/openai/models/chat/chat_completion.rb +341 -3
- data/lib/openai/models/chat/chat_completion_chunk.rb +341 -1
- data/lib/openai/models/chat/completion_create_params.rb +42 -1
- data/lib/openai/models/conversations/conversation_create_params.rb +2 -2
- data/lib/openai/models/conversations/conversation_item.rb +57 -1
- data/lib/openai/models/conversations/conversation_item_list.rb +2 -2
- data/lib/openai/models/conversations/item_create_params.rb +2 -2
- data/lib/openai/models/responses/compacted_response.rb +2 -2
- data/lib/openai/models/responses/input_token_count_params.rb +41 -4
- data/lib/openai/models/responses/response.rb +296 -6
- data/lib/openai/models/responses/response_compact_params.rb +3 -3
- data/lib/openai/models/responses/response_create_params.rb +45 -4
- data/lib/openai/models/responses/response_function_web_search.rb +11 -9
- data/lib/openai/models/responses/response_input_item.rb +38 -1
- data/lib/openai/models/responses/response_item.rb +57 -1
- data/lib/openai/models/responses/response_item_list.rb +2 -2
- data/lib/openai/models/responses/response_output_item.rb +57 -1
- data/lib/openai/models/responses/response_output_item_added_event.rb +2 -2
- data/lib/openai/models/responses/response_output_item_done_event.rb +2 -2
- data/lib/openai/models/responses/responses_client_event.rb +46 -4
- data/lib/openai/resources/chat/completions.rb +6 -2
- data/lib/openai/resources/conversations/items.rb +3 -3
- data/lib/openai/resources/conversations.rb +1 -1
- data/lib/openai/resources/responses/input_items.rb +1 -1
- data/lib/openai/resources/responses/input_tokens.rb +4 -2
- data/lib/openai/resources/responses.rb +9 -5
- data/lib/openai/version.rb +1 -1
- data/rbi/openai/models/admin/organization/audit_log_list_params.rbi +30 -0
- data/rbi/openai/models/admin/organization/audit_log_list_response.rbi +489 -3
- data/rbi/openai/models/chat/chat_completion.rbi +620 -3
- data/rbi/openai/models/chat/chat_completion_chunk.rbi +621 -0
- data/rbi/openai/models/chat/completion_create_params.rbi +76 -0
- data/rbi/openai/models/conversations/conversation_create_params.rbi +3 -0
- data/rbi/openai/models/conversations/conversation_item.rbi +150 -0
- data/rbi/openai/models/conversations/conversation_item_list.rbi +1 -0
- data/rbi/openai/models/conversations/item_create_params.rbi +3 -0
- data/rbi/openai/models/responses/compacted_response.rbi +1 -0
- data/rbi/openai/models/responses/input_token_count_params.rbi +85 -0
- data/rbi/openai/models/responses/response.rbi +510 -0
- data/rbi/openai/models/responses/response_create_params.rbi +78 -0
- data/rbi/openai/models/responses/response_function_web_search.rbi +11 -8
- data/rbi/openai/models/responses/response_input_item.rbi +120 -0
- data/rbi/openai/models/responses/response_item.rbi +150 -0
- data/rbi/openai/models/responses/response_item_list.rbi +1 -0
- data/rbi/openai/models/responses/response_output_item.rbi +150 -0
- data/rbi/openai/models/responses/response_output_item_added_event.rbi +1 -0
- data/rbi/openai/models/responses/response_output_item_done_event.rbi +1 -0
- data/rbi/openai/models/responses/responses_client_event.rbi +78 -0
- data/rbi/openai/resources/chat/completions.rbi +28 -0
- data/rbi/openai/resources/conversations/items.rbi +1 -0
- data/rbi/openai/resources/conversations.rbi +1 -0
- data/rbi/openai/resources/responses/input_tokens.rbi +9 -0
- data/rbi/openai/resources/responses.rbi +28 -0
- data/sig/openai/models/admin/organization/audit_log_list_params.rbs +12 -0
- data/sig/openai/models/admin/organization/audit_log_list_response.rbs +216 -3
- data/sig/openai/models/chat/chat_completion.rbs +243 -0
- data/sig/openai/models/chat/chat_completion_chunk.rbs +243 -0
- data/sig/openai/models/chat/completion_create_params.rbs +15 -0
- data/sig/openai/models/conversations/conversation_item.rbs +58 -0
- data/sig/openai/models/responses/input_token_count_params.rbs +20 -0
- data/sig/openai/models/responses/response.rbs +189 -0
- data/sig/openai/models/responses/response_create_params.rbs +15 -0
- data/sig/openai/models/responses/response_function_web_search.rbs +7 -5
- data/sig/openai/models/responses/response_input_item.rbs +33 -0
- data/sig/openai/models/responses/response_item.rbs +58 -0
- data/sig/openai/models/responses/response_output_item.rbs +58 -0
- data/sig/openai/models/responses/responses_client_event.rbs +15 -0
- data/sig/openai/resources/chat/completions.rbs +2 -0
- data/sig/openai/resources/responses/input_tokens.rbs +1 -0
- data/sig/openai/resources/responses.rbs +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: def61cc329e11cd35421f9669cecf9c9f58e909b6e1b6874261c1488c8002eb4
|
|
4
|
+
data.tar.gz: 1d32ed8ed65907e7345826dc5a8709c0d93d3525e1f18f807972b01ff8ce2547
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2ace6e03dce77274deacb50ebc17952721f235b7c3f9ef5b477b800baa9c08479eae1e9e8866b3426889a106230f10c8c1410119a6b9d1b1d4089c9515a5354
|
|
7
|
+
data.tar.gz: c23affbd799ec9c17f08004dedb608a56f8074ab117573bcc35b23871b4337c51ddbf2729b25639f6e319d01827822f4ca08881204791f02b2ab61fd2e5f4550
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.66.0 (2026-06-03)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.65.0...v0.66.0](https://github.com/openai/openai-ruby/compare/v0.65.0...v0.66.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** responses.moderation and chat_completions.moderation ([39eeb8b](https://github.com/openai/openai-ruby/commit/39eeb8b3152476aff78c54f196f2e360f58d3408))
|
|
10
|
+
|
|
11
|
+
## 0.65.0 (2026-06-01)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v0.64.0...v0.65.0](https://github.com/openai/openai-ruby/compare/v0.64.0...v0.65.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. ([5d44823](https://github.com/openai/openai-ruby/commit/5d4482389d152decbc9e8b90ad2ed8e1d1243d43))
|
|
18
|
+
|
|
3
19
|
## 0.64.0 (2026-05-21)
|
|
4
20
|
|
|
5
21
|
Full Changelog: [v0.63.0...v0.64.0](https://github.com/openai/openai-ruby/compare/v0.63.0...v0.64.0)
|
data/README.md
CHANGED
|
@@ -185,6 +185,12 @@ module OpenAI
|
|
|
185
185
|
TUNNEL_CREATED = :"tunnel.created"
|
|
186
186
|
TUNNEL_UPDATED = :"tunnel.updated"
|
|
187
187
|
TUNNEL_DELETED = :"tunnel.deleted"
|
|
188
|
+
WORKLOAD_IDENTITY_PROVIDER_CREATED = :"workload_identity_provider.created"
|
|
189
|
+
WORKLOAD_IDENTITY_PROVIDER_UPDATED = :"workload_identity_provider.updated"
|
|
190
|
+
WORKLOAD_IDENTITY_PROVIDER_DELETED = :"workload_identity_provider.deleted"
|
|
191
|
+
WORKLOAD_IDENTITY_PROVIDER_MAPPING_CREATED = :"workload_identity_provider_mapping.created"
|
|
192
|
+
WORKLOAD_IDENTITY_PROVIDER_MAPPING_UPDATED = :"workload_identity_provider_mapping.updated"
|
|
193
|
+
WORKLOAD_IDENTITY_PROVIDER_MAPPING_DELETED = :"workload_identity_provider_mapping.deleted"
|
|
188
194
|
ROLE_CREATED = :"role.created"
|
|
189
195
|
ROLE_UPDATED = :"role.updated"
|
|
190
196
|
ROLE_DELETED = :"role.deleted"
|
|
@@ -411,7 +411,55 @@ module OpenAI
|
|
|
411
411
|
-> { OpenAI::Models::Admin::Organization::AuditLogListResponse::UserUpdated },
|
|
412
412
|
api_name: :"user.updated"
|
|
413
413
|
|
|
414
|
-
# @!
|
|
414
|
+
# @!attribute workload_identity_provider_mapping_created
|
|
415
|
+
# The details for events with this `type`.
|
|
416
|
+
#
|
|
417
|
+
# @return [OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingCreated, nil]
|
|
418
|
+
optional :workload_identity_provider_mapping_created,
|
|
419
|
+
-> { OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingCreated },
|
|
420
|
+
api_name: :"workload_identity_provider_mapping.created"
|
|
421
|
+
|
|
422
|
+
# @!attribute workload_identity_provider_mapping_deleted
|
|
423
|
+
# The details for events with this `type`.
|
|
424
|
+
#
|
|
425
|
+
# @return [OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingDeleted, nil]
|
|
426
|
+
optional :workload_identity_provider_mapping_deleted,
|
|
427
|
+
-> { OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingDeleted },
|
|
428
|
+
api_name: :"workload_identity_provider_mapping.deleted"
|
|
429
|
+
|
|
430
|
+
# @!attribute workload_identity_provider_mapping_updated
|
|
431
|
+
# The details for events with this `type`.
|
|
432
|
+
#
|
|
433
|
+
# @return [OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingUpdated, nil]
|
|
434
|
+
optional :workload_identity_provider_mapping_updated,
|
|
435
|
+
-> { OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingUpdated },
|
|
436
|
+
api_name: :"workload_identity_provider_mapping.updated"
|
|
437
|
+
|
|
438
|
+
# @!attribute workload_identity_provider_created
|
|
439
|
+
# The details for events with this `type`.
|
|
440
|
+
#
|
|
441
|
+
# @return [OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderCreated, nil]
|
|
442
|
+
optional :workload_identity_provider_created,
|
|
443
|
+
-> { OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderCreated },
|
|
444
|
+
api_name: :"workload_identity_provider.created"
|
|
445
|
+
|
|
446
|
+
# @!attribute workload_identity_provider_deleted
|
|
447
|
+
# The details for events with this `type`.
|
|
448
|
+
#
|
|
449
|
+
# @return [OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderDeleted, nil]
|
|
450
|
+
optional :workload_identity_provider_deleted,
|
|
451
|
+
-> { OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderDeleted },
|
|
452
|
+
api_name: :"workload_identity_provider.deleted"
|
|
453
|
+
|
|
454
|
+
# @!attribute workload_identity_provider_updated
|
|
455
|
+
# The details for events with this `type`.
|
|
456
|
+
#
|
|
457
|
+
# @return [OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderUpdated, nil]
|
|
458
|
+
optional :workload_identity_provider_updated,
|
|
459
|
+
-> { OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderUpdated },
|
|
460
|
+
api_name: :"workload_identity_provider.updated"
|
|
461
|
+
|
|
462
|
+
# @!method initialize(id:, effective_at:, type:, actor: nil, api_key_created: nil, api_key_deleted: nil, api_key_updated: nil, certificate_created: nil, certificate_deleted: nil, certificate_updated: nil, certificates_activated: nil, certificates_deactivated: nil, checkpoint_permission_created: nil, checkpoint_permission_deleted: nil, external_key_registered: nil, external_key_removed: nil, group_created: nil, group_deleted: nil, group_updated: nil, invite_accepted: nil, invite_deleted: nil, invite_sent: nil, ip_allowlist_config_activated: nil, ip_allowlist_config_deactivated: nil, ip_allowlist_created: nil, ip_allowlist_deleted: nil, ip_allowlist_updated: nil, login_failed: nil, login_succeeded: nil, logout_failed: nil, logout_succeeded: nil, organization_updated: nil, project: nil, project_archived: nil, project_created: nil, project_deleted: nil, project_updated: nil, rate_limit_deleted: nil, rate_limit_updated: nil, role_assignment_created: nil, role_assignment_deleted: nil, role_created: nil, role_deleted: nil, role_updated: nil, scim_disabled: nil, scim_enabled: nil, service_account_created: nil, service_account_deleted: nil, service_account_updated: nil, user_added: nil, user_deleted: nil, user_updated: nil, workload_identity_provider_mapping_created: nil, workload_identity_provider_mapping_deleted: nil, workload_identity_provider_mapping_updated: nil, workload_identity_provider_created: nil, workload_identity_provider_deleted: nil, workload_identity_provider_updated: nil)
|
|
415
463
|
# Some parameter documentations has been truncated, see
|
|
416
464
|
# {OpenAI::Models::Admin::Organization::AuditLogListResponse} for more details.
|
|
417
465
|
#
|
|
@@ -520,6 +568,18 @@ module OpenAI
|
|
|
520
568
|
# @param user_deleted [OpenAI::Models::Admin::Organization::AuditLogListResponse::UserDeleted] The details for events with this `type`.
|
|
521
569
|
#
|
|
522
570
|
# @param user_updated [OpenAI::Models::Admin::Organization::AuditLogListResponse::UserUpdated] The details for events with this `type`.
|
|
571
|
+
#
|
|
572
|
+
# @param workload_identity_provider_mapping_created [OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingCreated] The details for events with this `type`.
|
|
573
|
+
#
|
|
574
|
+
# @param workload_identity_provider_mapping_deleted [OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingDeleted] The details for events with this `type`.
|
|
575
|
+
#
|
|
576
|
+
# @param workload_identity_provider_mapping_updated [OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderMappingUpdated] The details for events with this `type`.
|
|
577
|
+
#
|
|
578
|
+
# @param workload_identity_provider_created [OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderCreated] The details for events with this `type`.
|
|
579
|
+
#
|
|
580
|
+
# @param workload_identity_provider_deleted [OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderDeleted] The details for events with this `type`.
|
|
581
|
+
#
|
|
582
|
+
# @param workload_identity_provider_updated [OpenAI::Models::Admin::Organization::AuditLogListResponse::WorkloadIdentityProviderUpdated] The details for events with this `type`.
|
|
523
583
|
|
|
524
584
|
# The event type.
|
|
525
585
|
#
|
|
@@ -565,6 +625,12 @@ module OpenAI
|
|
|
565
625
|
TUNNEL_CREATED = :"tunnel.created"
|
|
566
626
|
TUNNEL_UPDATED = :"tunnel.updated"
|
|
567
627
|
TUNNEL_DELETED = :"tunnel.deleted"
|
|
628
|
+
WORKLOAD_IDENTITY_PROVIDER_CREATED = :"workload_identity_provider.created"
|
|
629
|
+
WORKLOAD_IDENTITY_PROVIDER_UPDATED = :"workload_identity_provider.updated"
|
|
630
|
+
WORKLOAD_IDENTITY_PROVIDER_DELETED = :"workload_identity_provider.deleted"
|
|
631
|
+
WORKLOAD_IDENTITY_PROVIDER_MAPPING_CREATED = :"workload_identity_provider_mapping.created"
|
|
632
|
+
WORKLOAD_IDENTITY_PROVIDER_MAPPING_UPDATED = :"workload_identity_provider_mapping.updated"
|
|
633
|
+
WORKLOAD_IDENTITY_PROVIDER_MAPPING_DELETED = :"workload_identity_provider_mapping.deleted"
|
|
568
634
|
ROLE_CREATED = :"role.created"
|
|
569
635
|
ROLE_UPDATED = :"role.updated"
|
|
570
636
|
ROLE_DELETED = :"role.deleted"
|
|
@@ -2192,6 +2258,170 @@ module OpenAI
|
|
|
2192
2258
|
# @param role [String] The role of the user. Is either `owner` or `member`.
|
|
2193
2259
|
end
|
|
2194
2260
|
end
|
|
2261
|
+
|
|
2262
|
+
# @see OpenAI::Models::Admin::Organization::AuditLogListResponse#workload_identity_provider_mapping_created
|
|
2263
|
+
class WorkloadIdentityProviderMappingCreated < OpenAI::Internal::Type::BaseModel
|
|
2264
|
+
# @!attribute id
|
|
2265
|
+
# The workload identity provider mapping ID.
|
|
2266
|
+
#
|
|
2267
|
+
# @return [String, nil]
|
|
2268
|
+
optional :id, String
|
|
2269
|
+
|
|
2270
|
+
# @!attribute data
|
|
2271
|
+
# The payload used to create the workload identity provider mapping.
|
|
2272
|
+
#
|
|
2273
|
+
# @return [Object, nil]
|
|
2274
|
+
optional :data, OpenAI::Internal::Type::Unknown
|
|
2275
|
+
|
|
2276
|
+
# @!attribute identity_provider_id
|
|
2277
|
+
# The workload identity provider ID.
|
|
2278
|
+
#
|
|
2279
|
+
# @return [String, nil]
|
|
2280
|
+
optional :identity_provider_id, String
|
|
2281
|
+
|
|
2282
|
+
# @!method initialize(id: nil, data: nil, identity_provider_id: nil)
|
|
2283
|
+
# The details for events with this `type`.
|
|
2284
|
+
#
|
|
2285
|
+
# @param id [String] The workload identity provider mapping ID.
|
|
2286
|
+
#
|
|
2287
|
+
# @param data [Object] The payload used to create the workload identity provider mapping.
|
|
2288
|
+
#
|
|
2289
|
+
# @param identity_provider_id [String] The workload identity provider ID.
|
|
2290
|
+
end
|
|
2291
|
+
|
|
2292
|
+
# @see OpenAI::Models::Admin::Organization::AuditLogListResponse#workload_identity_provider_mapping_deleted
|
|
2293
|
+
class WorkloadIdentityProviderMappingDeleted < OpenAI::Internal::Type::BaseModel
|
|
2294
|
+
# @!attribute id
|
|
2295
|
+
# The workload identity provider mapping ID.
|
|
2296
|
+
#
|
|
2297
|
+
# @return [String, nil]
|
|
2298
|
+
optional :id, String
|
|
2299
|
+
|
|
2300
|
+
# @!attribute identity_provider_id
|
|
2301
|
+
# The workload identity provider ID.
|
|
2302
|
+
#
|
|
2303
|
+
# @return [String, nil]
|
|
2304
|
+
optional :identity_provider_id, String
|
|
2305
|
+
|
|
2306
|
+
# @!attribute project_id
|
|
2307
|
+
# The project ID.
|
|
2308
|
+
#
|
|
2309
|
+
# @return [String, nil]
|
|
2310
|
+
optional :project_id, String
|
|
2311
|
+
|
|
2312
|
+
# @!attribute service_account_id
|
|
2313
|
+
# The mapped service account ID.
|
|
2314
|
+
#
|
|
2315
|
+
# @return [String, nil]
|
|
2316
|
+
optional :service_account_id, String
|
|
2317
|
+
|
|
2318
|
+
# @!method initialize(id: nil, identity_provider_id: nil, project_id: nil, service_account_id: nil)
|
|
2319
|
+
# The details for events with this `type`.
|
|
2320
|
+
#
|
|
2321
|
+
# @param id [String] The workload identity provider mapping ID.
|
|
2322
|
+
#
|
|
2323
|
+
# @param identity_provider_id [String] The workload identity provider ID.
|
|
2324
|
+
#
|
|
2325
|
+
# @param project_id [String] The project ID.
|
|
2326
|
+
#
|
|
2327
|
+
# @param service_account_id [String] The mapped service account ID.
|
|
2328
|
+
end
|
|
2329
|
+
|
|
2330
|
+
# @see OpenAI::Models::Admin::Organization::AuditLogListResponse#workload_identity_provider_mapping_updated
|
|
2331
|
+
class WorkloadIdentityProviderMappingUpdated < OpenAI::Internal::Type::BaseModel
|
|
2332
|
+
# @!attribute id
|
|
2333
|
+
# The workload identity provider mapping ID.
|
|
2334
|
+
#
|
|
2335
|
+
# @return [String, nil]
|
|
2336
|
+
optional :id, String
|
|
2337
|
+
|
|
2338
|
+
# @!attribute changes_requested
|
|
2339
|
+
# The payload used to update the workload identity provider mapping.
|
|
2340
|
+
#
|
|
2341
|
+
# @return [Object, nil]
|
|
2342
|
+
optional :changes_requested, OpenAI::Internal::Type::Unknown
|
|
2343
|
+
|
|
2344
|
+
# @!attribute identity_provider_id
|
|
2345
|
+
# The workload identity provider ID.
|
|
2346
|
+
#
|
|
2347
|
+
# @return [String, nil]
|
|
2348
|
+
optional :identity_provider_id, String
|
|
2349
|
+
|
|
2350
|
+
# @!method initialize(id: nil, changes_requested: nil, identity_provider_id: nil)
|
|
2351
|
+
# The details for events with this `type`.
|
|
2352
|
+
#
|
|
2353
|
+
# @param id [String] The workload identity provider mapping ID.
|
|
2354
|
+
#
|
|
2355
|
+
# @param changes_requested [Object] The payload used to update the workload identity provider mapping.
|
|
2356
|
+
#
|
|
2357
|
+
# @param identity_provider_id [String] The workload identity provider ID.
|
|
2358
|
+
end
|
|
2359
|
+
|
|
2360
|
+
# @see OpenAI::Models::Admin::Organization::AuditLogListResponse#workload_identity_provider_created
|
|
2361
|
+
class WorkloadIdentityProviderCreated < OpenAI::Internal::Type::BaseModel
|
|
2362
|
+
# @!attribute id
|
|
2363
|
+
# The workload identity provider ID.
|
|
2364
|
+
#
|
|
2365
|
+
# @return [String, nil]
|
|
2366
|
+
optional :id, String
|
|
2367
|
+
|
|
2368
|
+
# @!attribute data
|
|
2369
|
+
# The payload used to create the workload identity provider.
|
|
2370
|
+
#
|
|
2371
|
+
# @return [Object, nil]
|
|
2372
|
+
optional :data, OpenAI::Internal::Type::Unknown
|
|
2373
|
+
|
|
2374
|
+
# @!method initialize(id: nil, data: nil)
|
|
2375
|
+
# The details for events with this `type`.
|
|
2376
|
+
#
|
|
2377
|
+
# @param id [String] The workload identity provider ID.
|
|
2378
|
+
#
|
|
2379
|
+
# @param data [Object] The payload used to create the workload identity provider.
|
|
2380
|
+
end
|
|
2381
|
+
|
|
2382
|
+
# @see OpenAI::Models::Admin::Organization::AuditLogListResponse#workload_identity_provider_deleted
|
|
2383
|
+
class WorkloadIdentityProviderDeleted < OpenAI::Internal::Type::BaseModel
|
|
2384
|
+
# @!attribute id
|
|
2385
|
+
# The workload identity provider ID.
|
|
2386
|
+
#
|
|
2387
|
+
# @return [String, nil]
|
|
2388
|
+
optional :id, String
|
|
2389
|
+
|
|
2390
|
+
# @!attribute name
|
|
2391
|
+
# The workload identity provider name.
|
|
2392
|
+
#
|
|
2393
|
+
# @return [String, nil]
|
|
2394
|
+
optional :name, String
|
|
2395
|
+
|
|
2396
|
+
# @!method initialize(id: nil, name: nil)
|
|
2397
|
+
# The details for events with this `type`.
|
|
2398
|
+
#
|
|
2399
|
+
# @param id [String] The workload identity provider ID.
|
|
2400
|
+
#
|
|
2401
|
+
# @param name [String] The workload identity provider name.
|
|
2402
|
+
end
|
|
2403
|
+
|
|
2404
|
+
# @see OpenAI::Models::Admin::Organization::AuditLogListResponse#workload_identity_provider_updated
|
|
2405
|
+
class WorkloadIdentityProviderUpdated < OpenAI::Internal::Type::BaseModel
|
|
2406
|
+
# @!attribute id
|
|
2407
|
+
# The workload identity provider ID.
|
|
2408
|
+
#
|
|
2409
|
+
# @return [String, nil]
|
|
2410
|
+
optional :id, String
|
|
2411
|
+
|
|
2412
|
+
# @!attribute changes_requested
|
|
2413
|
+
# The payload used to update the workload identity provider.
|
|
2414
|
+
#
|
|
2415
|
+
# @return [Object, nil]
|
|
2416
|
+
optional :changes_requested, OpenAI::Internal::Type::Unknown
|
|
2417
|
+
|
|
2418
|
+
# @!method initialize(id: nil, changes_requested: nil)
|
|
2419
|
+
# The details for events with this `type`.
|
|
2420
|
+
#
|
|
2421
|
+
# @param id [String] The workload identity provider ID.
|
|
2422
|
+
#
|
|
2423
|
+
# @param changes_requested [Object] The payload used to update the workload identity provider.
|
|
2424
|
+
end
|
|
2195
2425
|
end
|
|
2196
2426
|
end
|
|
2197
2427
|
end
|