Class: DatadogAPIClient::V2::AuthNMappingUpdateData
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::AuthNMappingUpdateData
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/authn_mapping_update_data.rb
 
Overview
Data for updating an AuthN Mapping.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #attributes  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Key/Value pair of attributes used for update request.
 - 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
ID of the AuthN Mapping.
 - 
  
    
      #relationships  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Relationship of AuthN Mapping update object to a Role or Team.
 - 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
AuthN Mappings resource type.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      36 37 38  | 
    
      # File 'lib/datadog_api_client/v2/models/authn_mapping_update_data.rb', line 36 def additional_properties @additional_properties end  | 
  
#attributes ⇒ Object
Key/Value pair of attributes used for update request.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/authn_mapping_update_data.rb', line 25 def attributes @attributes end  | 
  
#id ⇒ Object
ID of the AuthN Mapping.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/authn_mapping_update_data.rb', line 28 def id @id end  | 
  
#relationships ⇒ Object
Relationship of AuthN Mapping update object to a Role or Team.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/authn_mapping_update_data.rb', line 31 def relationships @relationships end  | 
  
#type ⇒ Object
AuthN Mappings resource type.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/authn_mapping_update_data.rb', line 34 def type @type end  |