Class: DatadogAPIClient::V1::SyntheticsBasicAuthNTLM
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsBasicAuthNTLM
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_basic_auth_ntlm.rb
Overview
Object to handle ‘NTLM` authentication when performing the test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#domain ⇒ Object
Domain for the authentication to use when performing the test.
-
#password ⇒ Object
Password for the authentication to use when performing the test.
-
#type ⇒ Object
readonly
The type of authentication to use when performing the test.
-
#username ⇒ Object
Username for the authentication to use when performing the test.
-
#workstation ⇒ Object
Workstation for the authentication to use when performing the test.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_ntlm.rb', line 39 def additional_properties @additional_properties end |
#domain ⇒ Object
Domain for the authentication to use when performing the test.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_ntlm.rb', line 25 def domain @domain end |
#password ⇒ Object
Password for the authentication to use when performing the test.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_ntlm.rb', line 28 def password @password end |
#type ⇒ Object
The type of authentication to use when performing the test.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_ntlm.rb', line 31 def type @type end |
#username ⇒ Object
Username for the authentication to use when performing the test.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_ntlm.rb', line 34 def username @username end |
#workstation ⇒ Object
Workstation for the authentication to use when performing the test.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_ntlm.rb', line 37 def workstation @workstation end |