Package version:

The optional parameters accepted by the KeyVault's CertificateClient

interface CertificateClientOptions {
    disableChallengeResourceVerification?: boolean;
    serviceVersion?:
        | "7.0"
        | "7.1"
        | "7.2"
        | "7.3"
        | "7.4"
        | "7.5";
}

Hierarchy (view full)

Properties

disableChallengeResourceVerification?: boolean

Whether to disable verification that the authentication challenge resource matches the Key Vault domain. Defaults to false.

serviceVersion?:
    | "7.0"
    | "7.1"
    | "7.2"
    | "7.3"
    | "7.4"
    | "7.5"

The accepted versions of the KeyVault's service API.