Class: DatadogAPIClient::V1::SyntheticsBasicAuthDigest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsBasicAuthDigest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_basic_auth_digest.rb
Overview
Object to handle digest authentication when performing the test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#password ⇒ Object
readonly
Password to use for the digest authentication.
-
#type ⇒ Object
readonly
The type of basic authentication to use when performing the test.
-
#username ⇒ Object
readonly
Username to use for the digest authentication.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_digest.rb', line 33 def additional_properties @additional_properties end |
#password ⇒ Object
Password to use for the digest authentication.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_digest.rb', line 25 def password @password end |
#type ⇒ Object
The type of basic authentication to use when performing the test.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_digest.rb', line 28 def type @type end |
#username ⇒ Object
Username to use for the digest authentication.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_basic_auth_digest.rb', line 31 def username @username end |