Class: DatadogAPIClient::V2::AuthNMappingUpdateRelationships

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

Overview

Relationship of AuthN Mapping update object to Role.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#roleObject

Relationship to role.



29
30
31
# File 'lib/datadog_api_client/v2/models/authn_mapping_update_relationships.rb', line 29

def role
  @role
end