class

OpenAI::AuditLogOrganizationUpdatedChangesRequested

Inherits JSON::Serializable < Reference < Object

The payload used to update the organization settings.

Constructors

new(title : String | Nil = nil, description : String | Nil = nil, name : String | Nil = nil, threads_ui_visibility : String | Nil = nil, usage_dashboard_visibility : String | Nil = nil, api_call_logging : String | Nil = nil, api_call_logging_project_ids : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

api_call_logging

How your organization logs data from supported API calls. One of disabled, enabled_per_call, enabled_for_all_projects, or enabled_for_selected_projects

Source
api_call_logging=(api_call_logging : String | Nil)

How your organization logs data from supported API calls. One of disabled, enabled_per_call, enabled_for_all_projects, or enabled_for_selected_projects

Source
api_call_logging_project_ids

The list of project ids if api_call_logging is set to enabled_for_selected_projects

Source
api_call_logging_project_ids=(api_call_logging_project_ids : String | Nil)

The list of project ids if api_call_logging is set to enabled_for_selected_projects

Source
description

The organization description.

Source
description=(description : String | Nil)

The organization description.

Source
name

The organization name.

Source
name=(name : String | Nil)

The organization name.

Source
threads_ui_visibility

Visibility of the threads page which shows messages created with the Assistants API and Playground. One of ANY_ROLE, OWNERS, or NONE.

Source
threads_ui_visibility=(threads_ui_visibility : String | Nil)

Visibility of the threads page which shows messages created with the Assistants API and Playground. One of ANY_ROLE, OWNERS, or NONE.

Source
title

The organization title.

Source
title=(title : String | Nil)

The organization title.

Source
usage_dashboard_visibility

Visibility of the usage dashboard which shows activity and costs for your organization. One of ANY_ROLE or OWNERS.

Source
usage_dashboard_visibility=(usage_dashboard_visibility : String | Nil)

Visibility of the usage dashboard which shows activity and costs for your organization. One of ANY_ROLE or OWNERS.

Source