Class: DatadogAPIClient::V2::DatadogAPIKey

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

Overview

The definition of the DatadogAPIKey object.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



39
40
41
# File 'lib/datadog_api_client/v2/models/datadog_api_key.rb', line 39

def additional_properties
  @additional_properties
end

#api_keyObject

The DatadogAPIKey api_key.



25
26
27
# File 'lib/datadog_api_client/v2/models/datadog_api_key.rb', line 25

def api_key
  @api_key
end

#app_keyObject

The DatadogAPIKey app_key.



28
29
30
# File 'lib/datadog_api_client/v2/models/datadog_api_key.rb', line 28

def app_key
  @app_key
end

#datacenterObject

The DatadogAPIKey datacenter.



31
32
33
# File 'lib/datadog_api_client/v2/models/datadog_api_key.rb', line 31

def datacenter
  @datacenter
end

#subdomainObject

Custom subdomain used for Datadog URLs generated with this Connection. For example, if this org uses https://acme.datadoghq.com to access Datadog, set this field to acme. If this field is omitted, generated URLs will use the default site URL for its datacenter (see https://docs.datadoghq.com/getting_started/site).



34
35
36
# File 'lib/datadog_api_client/v2/models/datadog_api_key.rb', line 34

def subdomain
  @subdomain
end

#typeObject

The definition of the DatadogAPIKey object.



37
38
39
# File 'lib/datadog_api_client/v2/models/datadog_api_key.rb', line 37

def type
  @type
end