Class: DatadogAPIClient::V2::CustomDestinationElasticsearchDestinationAuth

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/custom_destination_elasticsearch_destination_auth.rb

Overview

Basic access authentication.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#passwordObject

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

#usernameObject

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