SecretClientOptions interface

The optional parameters accepted by the KeyVault's KeyClient

Extends

Properties

disableChallengeResourceVerification

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

serviceVersion

The accepted versions of the KeyVault's service API.

Inherited Properties

additionalPolicies

Additional policies to include in the HTTP pipeline.

allowInsecureConnection

Set to true if the request is sent over HTTP instead of HTTPS

httpClient

The HttpClient that will be used to send HTTP requests.

keepAliveOptions

Options to disable keep alive.

proxyOptions

Options to configure a proxy for outgoing requests.

redirectOptions

Options for how redirect responses are handled.

retryOptions

Options that control how to retry failed requests.

telemetryOptions

Options for setting common telemetry and tracing info to outgoing requests.

tlsOptions

Options for configuring TLS authentication

userAgentOptions

Options for adding user agent details to outgoing requests.

Property Details

disableChallengeResourceVerification

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

disableChallengeResourceVerification?: boolean

Property Value

boolean

serviceVersion

The accepted versions of the KeyVault's service API.

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

Property Value

"7.0" | "7.1" | "7.2" | "7.3" | "7.4" | "7.5"

Inherited Property Details

additionalPolicies

Additional policies to include in the HTTP pipeline.

additionalPolicies?: AdditionalPolicyConfig[]

Property Value

Inherited From ExtendedCommonClientOptions.additionalPolicies

allowInsecureConnection

Set to true if the request is sent over HTTP instead of HTTPS

allowInsecureConnection?: boolean

Property Value

boolean

Inherited From ExtendedCommonClientOptions.allowInsecureConnection

httpClient

The HttpClient that will be used to send HTTP requests.

httpClient?: HttpClient

Property Value

Inherited From ExtendedCommonClientOptions.httpClient

keepAliveOptions

Options to disable keep alive.

keepAliveOptions?: KeepAliveOptions

Property Value

Inherited From ExtendedCommonClientOptions.keepAliveOptions

proxyOptions

Options to configure a proxy for outgoing requests.

proxyOptions?: ProxySettings

Property Value

Inherited From ExtendedCommonClientOptions.proxyOptions

redirectOptions

Options for how redirect responses are handled.

redirectOptions?: RedirectPolicyOptions & RedirectOptions

Property Value

Inherited From ExtendedCommonClientOptions.redirectOptions

retryOptions

Options that control how to retry failed requests.

retryOptions?: PipelineRetryOptions

Property Value

Inherited From ExtendedCommonClientOptions.retryOptions

telemetryOptions

Options for setting common telemetry and tracing info to outgoing requests.

telemetryOptions?: TelemetryOptions

Property Value

Inherited From ExtendedCommonClientOptions.telemetryOptions

tlsOptions

Options for configuring TLS authentication

tlsOptions?: TlsSettings

Property Value

Inherited From ExtendedCommonClientOptions.tlsOptions

userAgentOptions

Options for adding user agent details to outgoing requests.

userAgentOptions?: UserAgentPolicyOptions

Property Value

Inherited From ExtendedCommonClientOptions.userAgentOptions