MonitorDatadogOrganization

data class MonitorDatadogOrganization(val apiKey: String, val applicationKey: String, val enterpriseAppId: String? = null, val id: String? = null, val linkingAuthCode: String? = null, val linkingClientId: String? = null, val name: String? = null, val redirectUri: String? = null)

Constructors

Link copied to clipboard
constructor(apiKey: String, applicationKey: String, enterpriseAppId: String? = null, id: String? = null, linkingAuthCode: String? = null, linkingClientId: String? = null, name: String? = null, redirectUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Api key associated to the Datadog organization. Changing this forces a new Datadog Monitor to be created.

Link copied to clipboard

Application key associated to the Datadog organization. Changing this forces a new Datadog Monitor to be created.

Link copied to clipboard
val enterpriseAppId: String? = null

The ID of the enterprise_app. Changing this forces a new resource to be created.

Link copied to clipboard
val id: String? = null

The ID of the Datadog Monitor.

Link copied to clipboard
val linkingAuthCode: String? = null

The auth code used to linking to an existing Datadog organization. Changing this forces a new Datadog Monitor to be created.

Link copied to clipboard
val linkingClientId: String? = null

The ID of the linking_client. Changing this forces a new Datadog Monitor to be created.

Link copied to clipboard
val name: String? = null

The name of the user that will be associated with the Datadog Monitor. Changing this forces a new Datadog Monitor to be created.

Link copied to clipboard
val redirectUri: String? = null

The redirect uri for linking. Changing this forces a new Datadog Monitor to be created.