Class: DatadogAPIClient::V2::CustomDestinationHttpDestinationAuthBasic
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomDestinationHttpDestinationAuthBasic
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_basic.rb
Overview
Basic access authentication.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#password ⇒ Object
readonly
The password of the authentication.
-
#type ⇒ Object
readonly
Type of the basic access authentication.
-
#username ⇒ Object
readonly
The username of the 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/v2/models/custom_destination_http_destination_auth_basic.rb', line 33 def additional_properties @additional_properties end |
#password ⇒ Object
The password of the authentication. This field is not returned by the API.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_basic.rb', line 25 def password @password end |
#type ⇒ Object
Type of the basic access authentication.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_basic.rb', line 28 def type @type end |
#username ⇒ Object
The username of the authentication. This field is not returned by the API.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_basic.rb', line 31 def username @username end |