Module: Anthropic::Models::Beta::BetaUserProfileExternalUserDetails::AccountStatus

Extended by:
Internal::Type::Enum
Defined in:
lib/anthropic/models/beta/beta_user_profile_external_user_details.rb,
sig/anthropic/models/beta/beta_user_profile_external_user_details.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.

See Also:

  • Anthropic::Models::Beta::BetaUserProfileExternalUserDetails#account_status

Constant Summary collapse

ACTIVE =

Returns:

  • (:active)
:active
SUSPENDED =

Returns:

  • (:suspended)
:suspended
BLOCKED =

Returns:

  • (: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::BetaUserProfileExternalUserDetails::account_status]

Returns:

  • (::Array[Anthropic::Models::Beta::BetaUserProfileExternalUserDetails::account_status])


61
# File 'sig/anthropic/models/beta/beta_user_profile_external_user_details.rbs', line 61

def self?.values: -> ::Array[Anthropic::Models::Beta::BetaUserProfileExternalUserDetails::]