Class: Cerca::Models::HTTPToolSource
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(id:, auth:, created_at:, enabled:, fleet_id:, namespace:, tools:, updated_at:, version:, approval: nil, execution: nil, type: :http) ⇒ Object
constructor
Some parameter documentations has been truncated, see HTTPToolSource for more details.
==, #==, #[], 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
#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
Constructor Details
#initialize(id:, auth:, created_at:, enabled:, fleet_id:, namespace:, tools:, updated_at:, version:, approval: nil, execution: nil, type: :http) ⇒ Object
|
# File 'lib/cerca/models/http_tool_source.rb', line 69
|
Instance Attribute Details
#approval ⇒ Symbol, ...
61
|
# File 'lib/cerca/models/http_tool_source.rb', line 61
optional :approval, enum: -> { Cerca::ToolApprovalMode }
|
Tool source authentication configuration. The ‘kind` field selects one of `none`, `api_key`, `oauth_exchange`, or `oauth_connection`.
16
|
# File 'lib/cerca/models/http_tool_source.rb', line 16
required :auth, union: -> { Cerca::ToolSourceAuth }
|
#created_at ⇒ String
21
|
# File 'lib/cerca/models/http_tool_source.rb', line 21
required :created_at, String, api_name: :createdAt
|
HTTP tool execution retry and timeout policy.
#fleet_id ⇒ String
31
|
# File 'lib/cerca/models/http_tool_source.rb', line 31
required :fleet_id, String, api_name: :fleetId
|
#id ⇒ String
9
|
# File 'lib/cerca/models/http_tool_source.rb', line 9
required :id, String
|
#namespace ⇒ String
36
|
# File 'lib/cerca/models/http_tool_source.rb', line 36
required :namespace, String
|
#type ⇒ Symbol, :http
46
|
# File 'lib/cerca/models/http_tool_source.rb', line 46
required :type, const: :http
|
#updated_at ⇒ String
51
|
# File 'lib/cerca/models/http_tool_source.rb', line 51
required :updated_at, String, api_name: :updatedAt
|
#version ⇒ Float
56
|
# File 'lib/cerca/models/http_tool_source.rb', line 56
required :version, Float
|