Class: Cerca::Models::RuntimeWebhookEvent::AgentCreatedWebhookEvent::Data::Agent
Overview
Instance Attribute Summary collapse
Method Summary
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
121
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 121
required :configuration, -> { Cerca::Configuration }
|
#created_at ⇒ String
126
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 126
required :created_at, String, api_name: :createdAt
|
#fleet_id ⇒ String
131
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 131
required :fleet_id, String, api_name: :fleetId
|
#id ⇒ String
116
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 116
required :id, String
|
Arbitrary string metadata stored on an agent. Runtime enforces maximum key and value sizes.
138
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 138
required :metadata, Cerca::Internal::Type::HashOf[String]
|
#org_id ⇒ String
143
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 143
required :org_id, String, api_name: :orgId
|
#updated_at ⇒ String
148
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 148
required :updated_at, String, api_name: :updatedAt
|
#user_id ⇒ String
153
|
# File 'lib/cerca/models/runtime_webhook_event.rb', line 153
required :user_id, String, api_name: :userId
|