Class: DatadogAPIClient::V2::UpdateTenancyConfigDataAttributesAuthCredentials

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

Overview

OCI API signing key credentials used to update the Datadog integration's authentication with the OCI tenancy.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#fingerprintObject

The fingerprint of the OCI API signing key used for authentication.



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_keyObject

The PEM-encoded private key corresponding to the OCI API signing key fingerprint.



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