paws.security.identity (version 0.1.0)

directoryservice_describe_trusts: Obtains information about the trust relationships for this account

Description

Obtains information about the trust relationships for this account.

Usage

directoryservice_describe_trusts(DirectoryId, TrustIds, NextToken,
  Limit)

Arguments

DirectoryId

The Directory ID of the AWS directory that is a part of the requested trust relationship.

TrustIds

A list of identifiers of the trust relationships for which to obtain the information. If this member is null, all trust relationships that belong to the current account are returned.

An empty list results in an InvalidParameterException being thrown.

NextToken

The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.

Limit

The maximum number of objects to return.

Request syntax

svc$describe_trusts(
  DirectoryId = "string",
  TrustIds = list(
    "string"
  ),
  NextToken = "string",
  Limit = 123
)

Details

If no input parameters are provided, such as DirectoryId or TrustIds, this request describes all the trust relationships belonging to the account.