Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional authenticationAuthentication for updating the Snowflake integration account. Exactly one method is set.
Optional dataflowsData Datadog collects from Snowflake, keyed by dataflow id. Each dataflow turns on a distinct kind of collection: set enabled to start or stop it, and use settings to configure what it collects. Defaults listed on each dataflow apply when the account is created; on update, omitted fields keep their current values. Every dataflow reads from Snowflake as the user in settings.username, so that user's role must be granted access to the underlying views; a dataflow enabled without those grants is stored but collects no data.
Optional nameHuman-readable name of the Snowflake integration account. Must be unique within your Datadog organization.
Optional settingsSettings for updating the Snowflake integration account. Only the fields provided are changed.
Generated using TypeDoc
Writable attributes used to update a Snowflake integration account. Every field is optional; only the fields provided are changed. When
dataflowsis provided, only the dataflow ids included in the request are modified; dataflows omitted from the map keep their current configuration, as do the settings of an included dataflow that provides onlyenabled.