View source: R/pcaconnectorad_operations.R
pcaconnectorad_create_template | R Documentation |
Creates an Active Directory compatible certificate template. The connectors issues certificates using these templates based on the requester’s Active Directory group membership.
See https://www.paws-r-sdk.com/docs/pcaconnectorad_create_template/ for full documentation.
pcaconnectorad_create_template(
ClientToken = NULL,
ConnectorArn,
Definition,
Name,
Tags = NULL
)
ClientToken |
Idempotency token. |
ConnectorArn |
[required] The Amazon Resource Name (ARN) that was returned when you called
|
Definition |
[required] Template configuration to define the information included in certificates. Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings. |
Name |
[required] Name of the template. The template name must be unique. |
Tags |
Metadata assigned to a template consisting of a key-value pair. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.