Package version:

Interface GetSecretOptions

Options for getSecret.

interface GetSecretOptions {
    version?: string;
}

Hierarchy (view full)

Properties

Properties

version?: string

The version of the secret to retrieve. If not specified the latest version of the secret will be retrieved.