DatadogOrganizationProperties interface
Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
Properties
api |
Api key associated to the Datadog organization. |
application |
Application key associated to the Datadog organization. |
cspm | 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. |
enterprise |
The Id of the Enterprise App used for Single sign on. |
id | Id of the Datadog organization. |
linking |
The auth code used to linking to an existing Datadog organization. |
linking |
The client_id from an existing in exchange for an auth token to link organization. |
name | Name of the Datadog organization. |
redirect |
The redirect URI for linking. |
Property Details
apiKey
Api key associated to the Datadog organization.
apiKey?: string
Property Value
string
applicationKey
Application key associated to the Datadog organization.
applicationKey?: string
Property Value
string
cspm
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.
cspm?: boolean
Property Value
boolean
enterpriseAppId
The Id of the Enterprise App used for Single sign on.
enterpriseAppId?: string
Property Value
string
id
Id of the Datadog organization.
id?: string
Property Value
string
linkingAuthCode
The auth code used to linking to an existing Datadog organization.
linkingAuthCode?: string
Property Value
string
linkingClientId
The client_id from an existing in exchange for an auth token to link organization.
linkingClientId?: string
Property Value
string
name
Name of the Datadog organization.
name?: string
Property Value
string
redirectUri
The redirect URI for linking.
redirectUri?: string
Property Value
string