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
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.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from OpenAI::Internal::Type::BaseModel
Instance Attribute Details
#description ⇒ String?
The updated role description, when provided.
1936 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1936 optional :description, String |
#metadata ⇒ Object?
Additional metadata stored on the role.
1942 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1942 optional :metadata, OpenAI::Internal::Type::Unknown |
#permissions_added ⇒ Array<String>?
The permissions added to the role.
1948 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1948 optional :permissions_added, OpenAI::Internal::Type::ArrayOf[String] |
#permissions_removed ⇒ Array<String>?
The permissions removed from the role.
1954 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1954 optional :permissions_removed, OpenAI::Internal::Type::ArrayOf[String] |
#resource_id ⇒ String?
The resource the role is scoped to.
1960 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1960 optional :resource_id, String |
#resource_type ⇒ String?
The type of resource the role belongs to.
1966 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1966 optional :resource_type, String |
#role_name ⇒ String?
The updated role name, when provided.
1972 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 1972 optional :role_name, String |