Class: Telnyx::Models::FqdnConnections::FqdnAuthenticationPatchAllParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::FqdnConnections::FqdnAuthenticationPatchAllParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/fqdn_connections/fqdn_authentication_patch_all_params.rb,
sig/telnyx/models/fqdn_connections/fqdn_authentication_patch_all_params.rbs
Overview
Defined Under Namespace
Modules: FqdnOutboundAuthentication, IPAuthenticationMethod
Instance Attribute Summary collapse
-
#failover_url ⇒ String?
The failover webhook URL.
- #fqdn_connection_id ⇒ String
-
#fqdn_outbound_authentication ⇒ Symbol, ...
The outbound authentication type.
-
#ip_authentication_method ⇒ Symbol, ...
The IP authentication method.
-
#password ⇒ String?
The password for authentication.
-
#txt_name ⇒ String?
The TXT record name for Microsoft Teams SBC DNS verification.
-
#txt_ttl ⇒ Integer?
The TTL for the TXT record.
-
#txt_value ⇒ String?
The TXT record value for Microsoft Teams SBC DNS verification.
-
#user_name ⇒ String?
The username for authentication.
-
#webhook_url ⇒ String?
The webhook URL for authentication events.
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(fqdn_connection_id:, failover_url: nil, fqdn_outbound_authentication: nil, ip_authentication_method: nil, password: nil, txt_name: nil, txt_ttl: nil, txt_value: nil, user_name: nil, webhook_url: nil, request_options: {}) ⇒ Object constructor
- #to_hash ⇒ {
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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(fqdn_connection_id:, failover_url: nil, fqdn_outbound_authentication: nil, ip_authentication_method: nil, password: nil, txt_name: nil, txt_ttl: nil, txt_value: nil, user_name: nil, webhook_url: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/telnyx/models/fqdn_connections/fqdn_authentication_patch_all_params.rb', line 72
|
Instance Attribute Details
#failover_url ⇒ String?
The failover webhook URL.
20 |
# File 'lib/telnyx/models/fqdn_connections/fqdn_authentication_patch_all_params.rb', line 20 optional :failover_url, String |
#fqdn_connection_id ⇒ String
14 |
# File 'lib/telnyx/models/fqdn_connections/fqdn_authentication_patch_all_params.rb', line 14 required :fqdn_connection_id, String |
#fqdn_outbound_authentication ⇒ Symbol, ...
The outbound authentication type.
26 27 |
# File 'lib/telnyx/models/fqdn_connections/fqdn_authentication_patch_all_params.rb', line 26 optional :fqdn_outbound_authentication, enum: -> { Telnyx::FqdnConnections::FqdnAuthenticationPatchAllParams::FqdnOutboundAuthentication } |
#ip_authentication_method ⇒ Symbol, ...
The IP authentication method.
33 34 |
# File 'lib/telnyx/models/fqdn_connections/fqdn_authentication_patch_all_params.rb', line 33 optional :ip_authentication_method, enum: -> { Telnyx::FqdnConnections::FqdnAuthenticationPatchAllParams::IPAuthenticationMethod } |
#password ⇒ String?
The password for authentication.
40 |
# File 'lib/telnyx/models/fqdn_connections/fqdn_authentication_patch_all_params.rb', line 40 optional :password, String |
#txt_name ⇒ String?
The TXT record name for Microsoft Teams SBC DNS verification.
46 |
# File 'lib/telnyx/models/fqdn_connections/fqdn_authentication_patch_all_params.rb', line 46 optional :txt_name, String |
#txt_ttl ⇒ Integer?
The TTL for the TXT record.
52 |
# File 'lib/telnyx/models/fqdn_connections/fqdn_authentication_patch_all_params.rb', line 52 optional :txt_ttl, Integer |
#txt_value ⇒ String?
The TXT record value for Microsoft Teams SBC DNS verification.
58 |
# File 'lib/telnyx/models/fqdn_connections/fqdn_authentication_patch_all_params.rb', line 58 optional :txt_value, String |
#user_name ⇒ String?
The username for authentication.
64 |
# File 'lib/telnyx/models/fqdn_connections/fqdn_authentication_patch_all_params.rb', line 64 optional :user_name, String |
#webhook_url ⇒ String?
The webhook URL for authentication events.
70 |
# File 'lib/telnyx/models/fqdn_connections/fqdn_authentication_patch_all_params.rb', line 70 optional :webhook_url, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/fqdn_connections/fqdn_authentication_patch_all_params.rb', line 102
|
Instance Method Details
#to_hash ⇒ {
79 |
# File 'sig/telnyx/models/fqdn_connections/fqdn_authentication_patch_all_params.rbs', line 79
def to_hash: -> {
|