Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 773 Bytes

File metadata and controls

22 lines (15 loc) · 773 Bytes

GenerateWarehouseDestinationKeyPairPostRep

Properties

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]

Example

import { GenerateWarehouseDestinationKeyPairPostRep } from 'launchdarkly-api-typescript';

const instance: GenerateWarehouseDestinationKeyPairPostRep = {
    public_key,
    public_key_pkcs8,
};

[Back to Model list] [Back to API list] [Back to README]