Class: DatadogAPIClient::V2::AuthNMappingRelationshipToRole
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::AuthNMappingRelationshipToRole
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/authn_mapping_relationship_to_role.rb
 
Overview
Relationship of AuthN Mapping to a Role.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #role  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Relationship to role.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      27 28 29  | 
    
      # File 'lib/datadog_api_client/v2/models/authn_mapping_relationship_to_role.rb', line 27 def additional_properties @additional_properties end  | 
  
#role ⇒ Object
Relationship to role.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/authn_mapping_relationship_to_role.rb', line 25 def role @role end  |