Class: DatadogAPIClient::V2::AuthNMappingRelationships

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

Overview

All relationships associated with AuthN Mapping.

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_relationships.rb', line 25

def role
  @role
end

#saml_assertion_attributeObject

AuthN Mapping relationship to SAML Assertion Attribute.



28
29
30
# File 'lib/datadog_api_client/v2/models/authn_mapping_relationships.rb', line 28

def saml_assertion_attribute
  @saml_assertion_attribute
end

#teamObject

Relationship to team.



31
32
33
# File 'lib/datadog_api_client/v2/models/authn_mapping_relationships.rb', line 31

def team
  @team
end