Datadog Organization Properties Args
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
Application key associated to the Datadog organization.
Link copied to clipboard
The Id of the Enterprise App used for Single sign on.
Link copied to clipboard
The auth code used to linking to an existing Datadog organization.
Link copied to clipboard
The client_id from an existing in exchange for an auth token to link organization.
Link copied to clipboard
The redirect URI for linking.