Class: DatadogAPIClient::V2::AuthNMappingRelationshipToRole

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#roleObject

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