Skip to content

Update Trust

directoryservice_update_trust R Documentation

Updates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active Directory

Description

Updates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active Directory.

Usage

directoryservice_update_trust(TrustId, SelectiveAuth)

Arguments

TrustId

[required] Identifier of the trust relationship.

SelectiveAuth

Updates selective authentication for the trust.

Value

A list with the following syntax:

list(
  RequestId = "string",
  TrustId = "string"
)

Request syntax

svc$update_trust(
  TrustId = "string",
  SelectiveAuth = "Enabled"|"Disabled"
)