Skip to content

Delete Trust

directoryservice_delete_trust R Documentation

Deletes an existing trust relationship between your Managed Microsoft AD directory and an external domain

Description

Deletes an existing trust relationship between your Managed Microsoft AD directory and an external domain.

Usage

directoryservice_delete_trust(TrustId,
  DeleteAssociatedConditionalForwarder)

Arguments

TrustId

[required] The Trust ID of the trust relationship to be deleted.

DeleteAssociatedConditionalForwarder

Delete a conditional forwarder as part of a DeleteTrustRequest.

Value

A list with the following syntax:

list(
  TrustId = "string"
)

Request syntax

svc$delete_trust(
  TrustId = "string",
  DeleteAssociatedConditionalForwarder = TRUE|FALSE
)