directoryservice_describe_trusts {paws.security.identity} | R Documentation |
Obtains information about the trust relationships for this account
Description
Obtains information about the trust relationships for this account.
See https://www.paws-r-sdk.com/docs/directoryservice_describe_trusts/ for full documentation.
Usage
directoryservice_describe_trusts(
DirectoryId = NULL,
TrustIds = NULL,
NextToken = NULL,
Limit = NULL
)
Arguments
DirectoryId |
The Directory ID of the Amazon Web Services 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 |
NextToken |
The DescribeTrustsResult.NextToken value from a previous call to
|
Limit |
The maximum number of objects to return. |
[Package paws.security.identity version 0.9.0 Index]