Class SnowflakeIntegrationAccountPrivateKeyAuthRequest

RSA key pair authentication, the only method Snowflake integration accounts support. Generate an RSA key pair and assign the public key to the Snowflake user named in settings.username.

Hierarchy

  • SnowflakeIntegrationAccountPrivateKeyAuthRequest

Constructors

Properties

The authentication method type.

privateKey: string

The private key, in PEM format.

privateKeyName: string

Name that distinguishes this private key from other keys in Datadog.

privateKeyPassphrase?: string

Passphrase that decrypts the private key. Provide it only when the key is encrypted.

Generated using TypeDoc