Class SnowflakeIntegrationAccountPrivateKeyAuthResponse

The RSA key pair authentication method configured on the account.

Hierarchy

  • SnowflakeIntegrationAccountPrivateKeyAuthResponse

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

The authentication method type.

privateKeyName: string

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

Generated using TypeDoc