Class SnowflakeIntegrationAccountPrivateKeyAuthUpdate

RSA key pair authentication, the only method Snowflake integration accounts support. Only the fields provided are changed; omit private_key to keep the stored one.

Hierarchy

  • SnowflakeIntegrationAccountPrivateKeyAuthUpdate

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. Omit it to keep the stored passphrase, send null or an empty string to remove it, or send a value to replace it.

Generated using TypeDoc