azure-security-keyvault-certificates
Loading...
Searching...
No Matches
certificate_client_options.hpp
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
10#pragma once
11
13#include "azure/keyvault/certificates/dll_import_export.hpp"
14
15#include <azure/core/internal/client_options.hpp>
16
17#include <memory>
18#include <string>
19
20namespace Azure { namespace Security { namespace KeyVault { namespace Certificates {
21
26 struct CertificateClientOptions final : public Azure::Core::_internal::ClientOptions
27 {
32 std::string ApiVersion{"7.6-preview.2"};
33 };
34
35}}}} // namespace Azure::Security::KeyVault::Certificates
Defines the Key Vault Certificates types.
Define the options to create an SDK Certificate client.
Definition certificate_client_options.hpp:27
std::string ApiVersion
Service Version used.
Definition certificate_client_options.hpp:32