Class: DatadogAPIClient::V2::AuthNMappingUpdateData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AuthNMappingUpdateData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/authn_mapping_update_data.rb
Overview
Data for updating an AuthN Mapping.
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Key/Value pair of attributes used for update request.
-
#id ⇒ Object
readonly
ID of the AuthN Mapping.
-
#relationships ⇒ Object
Relationship of AuthN Mapping update object to Role.
-
#type ⇒ Object
readonly
AuthN Mappings resource type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#attributes ⇒ Object
Key/Value pair of attributes used for update request.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/authn_mapping_update_data.rb', line 29 def attributes @attributes end |
#id ⇒ Object
ID of the AuthN Mapping.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/authn_mapping_update_data.rb', line 32 def id @id end |
#relationships ⇒ Object
Relationship of AuthN Mapping update object to Role.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/authn_mapping_update_data.rb', line 35 def relationships @relationships end |
#type ⇒ Object
AuthN Mappings resource type.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/authn_mapping_update_data.rb', line 38 def type @type end |