Class: Anthropic::Models::Beta::Organization::BetaAPIKeyServiceAccountActor
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::Organization::BetaAPIKeyServiceAccountActor
- Defined in:
- lib/anthropic/models/beta/organization/beta_api_key_service_account_actor.rb,
sig/anthropic/models/beta/organization/beta_api_key_service_account_actor.rbs
Instance Attribute Summary collapse
-
#service_account_id ⇒ String
ID of the Service Account the API key acts as.
-
#type ⇒ Symbol, :service_account_actor
Principal type.
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, 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(service_account_id:, type: :service_account_actor) ⇒ Object
|
|
# File 'lib/anthropic/models/beta/organization/beta_api_key_service_account_actor.rb', line 20
|
Instance Attribute Details
#service_account_id ⇒ String
ID of the Service Account the API key acts as.
12 |
# File 'lib/anthropic/models/beta/organization/beta_api_key_service_account_actor.rb', line 12 required :service_account_id, String |
#type ⇒ Symbol, :service_account_actor
Principal type. Always "service_account_actor" for a Service Account.
18 |
# File 'lib/anthropic/models/beta/organization/beta_api_key_service_account_actor.rb', line 18 required :type, const: :service_account_actor |
Instance Method Details
#to_hash ⇒ {
18 |
# File 'sig/anthropic/models/beta/organization/beta_api_key_service_account_actor.rbs', line 18
def to_hash: -> {
|