| Name | Type | Description | Notes |
|---|---|---|---|
| public_key | string | The public key used by LaunchDarkly | [optional] [default to undefined] |
| public_key_pkcs8 | string | The public key to assign in your Snowflake worksheet | [optional] [default to undefined] |
import { GenerateWarehouseDestinationKeyPairPostRep } from 'launchdarkly-api-typescript';
const instance: GenerateWarehouseDestinationKeyPairPostRep = {
public_key,
public_key_pkcs8,
};