DatadogOrganizationProperties Class

Datadog organization properties.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
DatadogOrganizationProperties

Constructor

DatadogOrganizationProperties(*, linking_auth_code: Optional[str] = None, linking_client_id: Optional[str] = None, redirect_uri: Optional[str] = None, api_key: Optional[str] = None, application_key: Optional[str] = None, enterprise_app_id: Optional[str] = None, **kwargs)

Parameters

linking_auth_code
str
Required

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

linking_client_id
str
Required

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

redirect_uri
str
Required

The redirect uri for linking.

api_key
str
Required

Api key associated to the Datadog organization.

application_key
str
Required

Application key associated to the Datadog organization.

enterprise_app_id
str
Required

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

Variables

name
str

Name of the Datadog organization.

id
str

Id of the Datadog organization.