Class: DatadogAPIClient::V2::AuthNMappingUpdateAttributes

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

Overview

Key/Value pair of attributes used for update request.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attribute_keyObject

Key portion of a key/value pair of the attribute sent from the Identity Provider.



25
26
27
# File 'lib/datadog_api_client/v2/models/authn_mapping_update_attributes.rb', line 25

def attribute_key
  @attribute_key
end

#attribute_valueObject

Value portion of a key/value pair of the attribute sent from the Identity Provider.



28
29
30
# File 'lib/datadog_api_client/v2/models/authn_mapping_update_attributes.rb', line 28

def attribute_value
  @attribute_value
end