DatadogOrganizationPropertiesResponse

data class DatadogOrganizationPropertiesResponse(val cspm: Boolean? = null, val id: String? = null, val name: String? = null)

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(cspm: Boolean? = null, id: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cspm: 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 id: String? = null

Id of the Datadog organization.

Link copied to clipboard
val name: String? = null

Name of the Datadog organization.