Class SnowflakeIntegrationAccountSettingsResponse

Settings configured on the Snowflake integration account.

Hierarchy

  • SnowflakeIntegrationAccountSettingsResponse

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
snowflakeAccountIdentifier: string

Identifier of the Snowflake account being monitored.

username: string

Snowflake user Datadog authenticates as.

Generated using TypeDoc