#include <ClientCertAuthSettings.h>
Contains information about the client certificate authentication settings for the RegisterCertificate
and DescribeCertificate
operations.
See Also:
AWS API Reference
Definition at line 33 of file ClientCertAuthSettings.h.
◆ ClientCertAuthSettings() [1/2]
Aws::DirectoryService::Model::ClientCertAuthSettings::ClientCertAuthSettings |
( |
| ) |
|
◆ ClientCertAuthSettings() [2/2]
◆ GetOCSPUrl()
const Aws::String& Aws::DirectoryService::Model::ClientCertAuthSettings::GetOCSPUrl |
( |
| ) |
const |
|
inline |
Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.
Definition at line 47 of file ClientCertAuthSettings.h.
◆ Jsonize()
◆ OCSPUrlHasBeenSet()
bool Aws::DirectoryService::Model::ClientCertAuthSettings::OCSPUrlHasBeenSet |
( |
| ) |
const |
|
inline |
Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.
Definition at line 54 of file ClientCertAuthSettings.h.
◆ operator=()
◆ SetOCSPUrl() [1/3]
void Aws::DirectoryService::Model::ClientCertAuthSettings::SetOCSPUrl |
( |
Aws::String && |
value | ) |
|
|
inline |
Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.
Definition at line 68 of file ClientCertAuthSettings.h.
◆ SetOCSPUrl() [2/3]
void Aws::DirectoryService::Model::ClientCertAuthSettings::SetOCSPUrl |
( |
const Aws::String & |
value | ) |
|
|
inline |
Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.
Definition at line 61 of file ClientCertAuthSettings.h.
◆ SetOCSPUrl() [3/3]
void Aws::DirectoryService::Model::ClientCertAuthSettings::SetOCSPUrl |
( |
const char * |
value | ) |
|
|
inline |
Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.
Definition at line 75 of file ClientCertAuthSettings.h.
◆ WithOCSPUrl() [1/3]
Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.
Definition at line 89 of file ClientCertAuthSettings.h.
◆ WithOCSPUrl() [2/3]
Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.
Definition at line 82 of file ClientCertAuthSettings.h.
◆ WithOCSPUrl() [3/3]
ClientCertAuthSettings& Aws::DirectoryService::Model::ClientCertAuthSettings::WithOCSPUrl |
( |
const char * |
value | ) |
|
|
inline |
Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.
Definition at line 96 of file ClientCertAuthSettings.h.
The documentation for this class was generated from the following file: