pcaconnectorad_create_template: Creates an Active Directory compatible certificate template

View source: R/pcaconnectorad_operations.R

pcaconnectorad_create_templateR Documentation

Creates an Active Directory compatible certificate template

Description

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.

Usage

pcaconnectorad_create_template(
  ClientToken = NULL,
  ConnectorArn,
  Definition,
  Name,
  Tags = NULL
)

Arguments

ClientToken

Idempotency token.

ConnectorArn

[required] The Amazon Resource Name (ARN) that was returned when you called create_connector.

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.


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.