Module: Anthropic::Models::Beta::Organization::UserUpdateParams::Role
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/anthropic/models/beta/organization/user_update_params.rb,
sig/anthropic/models/beta/organization/user_update_params.rbs
Overview
New role for the User.
The accepted values depend on the organization type. Console and API
organizations accept user, developer, billing, and claude_code_user;
admin cannot be assigned through the API. Claude Enterprise organizations
accept user and managed.
Constant Summary collapse
- BILLING =
:billing- CLAUDE_CODE_USER =
:claude_code_user- DEVELOPER =
:developer- MANAGED =
:managed- USER =
:user
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/anthropic/models/beta/organization/user_update_params.rb', line 54
|
Instance Method Details
#self?.values ⇒ ::Array[Anthropic::Models::Beta::Organization::UserUpdateParams::role]
44 |
# File 'sig/anthropic/models/beta/organization/user_update_params.rbs', line 44
def self?.values: -> ::Array[Anthropic::Models::Beta::Organization::UserUpdateParams::role]
|