Class: DatadogAPIClient::V2::CustomDestinationElasticsearchDestinationAuth
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomDestinationElasticsearchDestinationAuth
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_destination_elasticsearch_destination_auth.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.
-
#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.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/custom_destination_elasticsearch_destination_auth.rb', line 30 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_elasticsearch_destination_auth.rb', line 25 def password @password end |
#username ⇒ Object
The username of the authentication. This field is not returned by the API.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/custom_destination_elasticsearch_destination_auth.rb', line 28 def username @username end |