403Webshell
Server IP : 138.197.107.151  /  Your IP : 216.73.217.7
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
User : wpbetasites_mrakzqskir ( 1022)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/bsd-crawler-parser/aws/dist/awscli/examples/guardduty/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/bsd-crawler-parser/aws/dist/awscli/examples/guardduty/list-members.rst
**Example 1: To list only current members in the current Region**

The following ``list-members`` example lists and provides details of only current member accounts associated with the GuardDuty administrator account, in the current region. ::

    aws guardduty list-members \
        --detector-id 12abc34d567e8fa901bc2d34eexample \
        --only-associated="true" 

Output::

    {
        "Members": [
            {
                "RelationshipStatus": "Enabled",
                "InvitedAt": "2020-06-09T22:49:00.910Z",
                "MasterId": "111122223333",
                "DetectorId": "7ab8b2f61b256c87f793f6a86example",
                "UpdatedAt": "2020-06-09T23:08:22.512Z",
                "Email": "your+member@example.com",
                "AccountId": "123456789012"
            }
        ]
    }

For more information, see `Understanding the relationship between GuardDuty administrator account and member accounts <https://docs.aws.amazon.com/guardduty/latest/ug/administrator_member_relationships.html>`__ in the *GuardDuty User Guide*.

**Example 2: To list all the members in the current Region**

The following ``list-members`` example lists and provides details of all the member accounts, including those who have been disassociated or have not yet accepted the invite from the GuardDuty administrator, in the current region. ::

    aws guardduty list-members \
        --detector-id 12abc34d567e8fa901bc2d34eexample \
        --only-associated="false"

Output::

    {
        "Members": [
            {
                "RelationshipStatus": "Enabled",
                "InvitedAt": "2020-06-09T22:49:00.910Z",
                "MasterId": "111122223333",
                "DetectorId": "7ab8b2f61b256c87f793f6a86example",
                "UpdatedAt": "2020-06-09T23:08:22.512Z",
                "Email": "your+other+member@example.com",
                "AccountId": "555555555555"
            }
        ]
    }

For more information, see `Understanding the relationship between GuardDuty administrator account and member accounts <https://docs.aws.amazon.com/guardduty/latest/ug/administrator_member_relationships.html>`__ in the *GuardDuty User Guide*.

Youez - 2016 - github.com/yon3zu
LinuXploit