directoryservice_connect_directory: Creates an AD Connector to connect to a self-managed...

View source: R/directoryservice_operations.R

directoryservice_connect_directoryR Documentation

Creates an AD Connector to connect to a self-managed directory

Description

Creates an AD Connector to connect to a self-managed directory.

See https://www.paws-r-sdk.com/docs/directoryservice_connect_directory/ for full documentation.

Usage

directoryservice_connect_directory(
  Name,
  ShortName = NULL,
  Password,
  Description = NULL,
  Size,
  ConnectSettings,
  Tags = NULL
)

Arguments

Name

[required] The fully qualified name of your self-managed directory, such as corp.example.com.

ShortName

The NetBIOS name of your self-managed directory, such as CORP.

Password

[required] The password for your self-managed user account.

Description

A description for the directory.

Size

[required] The size of the directory.

ConnectSettings

[required] A DirectoryConnectSettings object that contains additional information for the operation.

Tags

The tags to be assigned to AD Connector.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.