Class: DatadogAPIClient::V2::UpdateTenancyConfigDataAttributesAuthCredentials
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UpdateTenancyConfigDataAttributesAuthCredentials
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes_auth_credentials.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#fingerprint ⇒ Object
Returns the value of attribute fingerprint.
-
#private_key ⇒ Object
readonly
Returns the value of attribute private_key.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes_auth_credentials.rb', line 30 def additional_properties @additional_properties end |
#fingerprint ⇒ Object
Returns the value of attribute fingerprint.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes_auth_credentials.rb', line 25 def fingerprint @fingerprint end |
#private_key ⇒ Object
Returns the value of attribute private_key.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes_auth_credentials.rb', line 28 def private_key @private_key end |