DatadogOrganizationPropertiesArgs

data class DatadogOrganizationPropertiesArgs(val apiKey: Output<String>? = null, val applicationKey: Output<String>? = null, val cspm: Output<Boolean>? = null, val enterpriseAppId: Output<String>? = null, val id: Output<String>? = null, val linkingAuthCode: Output<String>? = null, val linkingClientId: Output<String>? = null, val name: Output<String>? = null, val redirectUri: Output<String>? = null) : ConvertibleToJava<DatadogOrganizationPropertiesArgs>

Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.

Constructors

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

Properties

Link copied to clipboard
val apiKey: Output<String>? = null

Api key associated to the Datadog organization.

Link copied to clipboard
val applicationKey: Output<String>? = null

Application key associated to the Datadog organization.

Link copied to clipboard
val cspm: Output<Boolean>? = null

The configuration which describes the state of cloud security posture management. This collects configuration information for all resources in a subscription and track conformance to industry benchmarks.

Link copied to clipboard
val enterpriseAppId: Output<String>? = null

The Id of the Enterprise App used for Single sign on.

Link copied to clipboard
val id: Output<String>? = null

Id of the Datadog organization.

Link copied to clipboard
val linkingAuthCode: Output<String>? = null

The auth code used to linking to an existing Datadog organization.

Link copied to clipboard
val linkingClientId: Output<String>? = null

The client_id from an existing in exchange for an auth token to link organization.

Link copied to clipboard
val name: Output<String>? = null

Name of the Datadog organization.

Link copied to clipboard
val redirectUri: Output<String>? = null

The redirect URI for linking.

Functions

Link copied to clipboard
open override fun toJava(): DatadogOrganizationPropertiesArgs