Class: DatadogAPIClient::V2::ObservabilityPipelineSourceValidTokenFieldToAdd
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineSourceValidTokenFieldToAdd
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_source_valid_token_field_to_add.rb
Overview
An optional metadata field that is attached to every event authenticated by the
associated token. Both key and value must match ^[A-Za-z0-9_]+$.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#key ⇒ Object
readonly
The metadata field name to add to incoming events.
-
#value ⇒ Object
readonly
The metadata field value to add to incoming events.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_source_valid_token_field_to_add.rb', line 31 def additional_properties @additional_properties end |
#key ⇒ Object
The metadata field name to add to incoming events.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_source_valid_token_field_to_add.rb', line 26 def key @key end |
#value ⇒ Object
The metadata field value to add to incoming events.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_source_valid_token_field_to_add.rb', line 29 def value @value end |