Class: OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUpdated::ChangesRequested
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Admin::Organization::AuditLogListResponse::RoleUpdated::ChangesRequested
- Defined in:
- lib/openai/models/admin/organization/audit_log_list_response.rb,
sig/openai/models/admin/organization/audit_log_list_response.rbs
Overview
Instance Attribute Summary collapse
-
#description ⇒ String?
The updated role description, when provided.
-
#metadata ⇒ Object?
Additional metadata stored on the role.
-
#permissions_added ⇒ Array<String>?
The permissions added to the role.
-
#permissions_removed ⇒ Array<String>?
The permissions removed from the role.
-
#resource_id ⇒ String?
The resource the role is scoped to.
-
#resource_type ⇒ String?
The type of resource the role belongs to.
-
#role_name ⇒ String?
The updated role name, when provided.
Attributes inherited from Internal::Type::BaseModel
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], #_request_id, #_set_last_response, coerce, #deconstruct_keys, #deep_to_h, dump, #encode_with, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
2406 |
# File 'sig/openai/models/admin/organization/audit_log_list_response.rbs', line 2406
def initialize: (
|
Instance Attribute Details
#description ⇒ String?
The updated role description, when provided.
2348 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 2348 optional :description, String |
#metadata ⇒ Object?
Additional metadata stored on the role.
2354 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 2354 optional :metadata, OpenAI::Internal::Type::Unknown |
#permissions_added ⇒ Array<String>?
The permissions added to the role.
2360 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 2360 optional :permissions_added, OpenAI::Internal::Type::ArrayOf[String] |
#permissions_removed ⇒ Array<String>?
The permissions removed from the role.
2366 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 2366 optional :permissions_removed, OpenAI::Internal::Type::ArrayOf[String] |
#resource_id ⇒ String?
The resource the role is scoped to.
2372 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 2372 optional :resource_id, String |
#resource_type ⇒ String?
The type of resource the role belongs to.
2378 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 2378 optional :resource_type, String |
#role_name ⇒ String?
The updated role name, when provided.
2384 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 2384 optional :role_name, String |
Instance Method Details
#to_hash ⇒ {
2416 |
# File 'sig/openai/models/admin/organization/audit_log_list_response.rbs', line 2416
def to_hash: -> {
|