Class: DatadogAPIClient::V2::AuthNMappingCreateAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::AuthNMappingCreateAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/authn_mapping_create_attributes.rb
 
Overview
Key/Value pair of attributes used for create request.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #attribute_key  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Key portion of a key/value pair of the attribute sent from the Identity Provider.
 - 
  
    
      #attribute_value  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Value portion of a key/value pair of the attribute sent from the Identity Provider.
 
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/authn_mapping_create_attributes.rb', line 30 def additional_properties @additional_properties end  | 
  
#attribute_key ⇒ Object
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_create_attributes.rb', line 25 def attribute_key @attribute_key end  | 
  
#attribute_value ⇒ Object
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_create_attributes.rb', line 28 def attribute_value @attribute_value end  |