Class: DatadogAPIClient::V2::AuthNMappingUpdateRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AuthNMappingUpdateRelationships
- 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
-
#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_update_relationships.rb', line 29 def role @role end |