Class: DatadogAPIClient::V2::AuthNMappingCreateRelationships

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

Overview

Relationship of AuthN Mapping create 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_create_relationships.rb', line 29

def role
  @role
end