Skip to content

Delete Service Principal Name

pcaconnectorad_delete_service_principal_name R Documentation

Deletes the service principal name (SPN) used by a connector to authenticate with your Active Directory

Description

Deletes the service principal name (SPN) used by a connector to authenticate with your Active Directory.

Usage

pcaconnectorad_delete_service_principal_name(ConnectorArn,
  DirectoryRegistrationArn)

Arguments

ConnectorArn

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

DirectoryRegistrationArn

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

Value

An empty list.

Request syntax

svc$delete_service_principal_name(
  ConnectorArn = "string",
  DirectoryRegistrationArn = "string"
)