Class: DatadogAPIClient::V2::AuthNMappingCreateRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AuthNMappingCreateRelationships
- 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
-
#role ⇒ Object
Relationship to role.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#role ⇒ Object
Relationship to role.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/authn_mapping_create_relationships.rb', line 29 def role @role end |