HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //lib/python3.6/site-packages/awscli/examples/ds/describe-trusts.rst
**To get details about your trust relationships**

The following ``describe-trusts`` example displays details about the trust relationships for the specified directory. ::

     aws ds describe-trusts \
        --directory-id d-a1b2c3d4e5

Output::

    {
        "Trusts": [
            {
                "DirectoryId": "d-a1b2c3d4e5",
                "TrustId": "t-9a8b7c6d5e",
                "RemoteDomainName": "other.example.com",
                "TrustType": "Forest",
                "TrustDirection": "Two-Way",
                "TrustState": "Verified",
                "CreatedDateTime": "2017-06-20T18:08:45.614000-07:00",
                "LastUpdatedDateTime": "2019-06-04T10:52:12.410000-07:00",
                "StateLastUpdatedDateTime": "2019-06-04T10:52:12.410000-07:00",
                "SelectiveAuth": "Disabled"
            }
        ]
    }