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