Module: Anthropic::Models::Beta::BetaUserProfileExternalUserDetailsParams::AccountStatus
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/anthropic/models/beta/beta_user_profile_external_user_details_params.rb,
sig/anthropic/models/beta/beta_user_profile_external_user_details_params.rbs
Overview
The status of the entity's account on the platform, as the platform states it:
active; suspended, when the platform has restricted the account and may
restore it; or blocked, when the platform has barred it. It records the
platform's decision only; the statuses in trust_grants are Anthropic's and do
not follow it.
Constant Summary collapse
- ACTIVE =
:active- SUSPENDED =
:suspended- BLOCKED =
:blocked
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[Anthropic::Models::Beta::BetaUserProfileExternalUserDetailsParams::account_status]
63 |
# File 'sig/anthropic/models/beta/beta_user_profile_external_user_details_params.rbs', line 63
def self?.values: -> ::Array[Anthropic::Models::Beta::BetaUserProfileExternalUserDetailsParams::account_status]
|