View source: R/directoryservice_operations.R
directoryservice_register_certificate | R Documentation |
Registers a certificate for a secure LDAP or client certificate authentication.
See https://www.paws-r-sdk.com/docs/directoryservice_register_certificate/ for full documentation.
directoryservice_register_certificate(
DirectoryId,
CertificateData,
Type = NULL,
ClientCertAuthSettings = NULL
)
DirectoryId |
[required] The identifier of the directory. |
CertificateData |
[required] The certificate PEM string that needs to be registered. |
Type |
The function that the registered certificate performs. Valid values
include |
ClientCertAuthSettings |
A |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.