Skip to content

Create Directory Registration

pcaconnectorad_create_directory_registration R Documentation

Creates a directory registration that authorizes communication between Amazon Web Services Private CA and an Active Directory

Description

Creates a directory registration that authorizes communication between Amazon Web Services Private CA and an Active Directory

Usage

pcaconnectorad_create_directory_registration(ClientToken, DirectoryId,
  Tags)

Arguments

ClientToken

Idempotency token.

DirectoryId

[required] The identifier of the Active Directory.

Tags

Metadata assigned to a directory registration consisting of a key-value pair.

Value

A list with the following syntax:

list(
  DirectoryRegistrationArn = "string"
)

Request syntax

svc$create_directory_registration(
  ClientToken = "string",
  DirectoryId = "string",
  Tags = list(
    "string"
  )
)