Class: DatadogAPIClient::V2::AuthNMappingAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::AuthNMappingAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/authn_mapping_attributes.rb
 
Overview
Attributes of AuthN Mapping.
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.
 - 
  
    
      #created_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Creation time of the AuthN Mapping.
 - 
  
    
      #modified_at  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time of last AuthN Mapping modification.
 - 
  
    
      #saml_assertion_attribute_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the SAML assertion attribute.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      39 40 41  | 
    
      # File 'lib/datadog_api_client/v2/models/authn_mapping_attributes.rb', line 39 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_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_attributes.rb', line 28 def attribute_value @attribute_value end  | 
  
#created_at ⇒ Object
Creation time of the AuthN Mapping.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/authn_mapping_attributes.rb', line 31 def created_at @created_at end  | 
  
#modified_at ⇒ Object
Time of last AuthN Mapping modification.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/authn_mapping_attributes.rb', line 34 def modified_at @modified_at end  | 
  
#saml_assertion_attribute_id ⇒ Object
The ID of the SAML assertion attribute.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/authn_mapping_attributes.rb', line 37 def saml_assertion_attribute_id @saml_assertion_attribute_id end  |