Class: DatadogAPIClient::V2::DatadogAPIKeyUpdate
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DatadogAPIKeyUpdate
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/datadog_api_key_update.rb
Overview
The definition of the DatadogAPIKey
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#api_key ⇒ Object
The
DatadogAPIKeyUpdate
api_key
. -
#app_key ⇒ Object
The
DatadogAPIKeyUpdate
app_key
. -
#datacenter ⇒ Object
The
DatadogAPIKeyUpdate
datacenter
. -
#subdomain ⇒ Object
Custom subdomain used for Datadog URLs generated with this Connection.
-
#type ⇒ Object
readonly
The definition of the
DatadogAPIKey
object.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/datadog_api_key_update.rb', line 39 def additional_properties @additional_properties end |
#api_key ⇒ Object
The DatadogAPIKeyUpdate
api_key
.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/datadog_api_key_update.rb', line 25 def api_key @api_key end |
#app_key ⇒ Object
The DatadogAPIKeyUpdate
app_key
.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/datadog_api_key_update.rb', line 28 def app_key @app_key end |
#datacenter ⇒ Object
The DatadogAPIKeyUpdate
datacenter
.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/datadog_api_key_update.rb', line 31 def datacenter @datacenter end |
#subdomain ⇒ Object
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_update.rb', line 34 def subdomain @subdomain end |
#type ⇒ Object
The definition of the DatadogAPIKey
object.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/datadog_api_key_update.rb', line 37 def type @type end |