View source: R/pcaconnectorad_operations.R
pcaconnectorad_create_connector | R Documentation |
Creates a connector between Amazon Web Services Private CA and an Active Directory. You must specify the private CA, directory ID, and security groups.
See https://www.paws-r-sdk.com/docs/pcaconnectorad_create_connector/ for full documentation.
pcaconnectorad_create_connector(
CertificateAuthorityArn,
ClientToken = NULL,
DirectoryId,
Tags = NULL,
VpcInformation
)
CertificateAuthorityArn |
[required] The Amazon Resource Name (ARN) of the certificate authority being used. |
ClientToken |
Idempotency token. |
DirectoryId |
[required] The identifier of the Active Directory. |
Tags |
Metadata assigned to a connector consisting of a key-value pair. |
VpcInformation |
[required] Security group IDs that describe the inbound and outbound rules. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.