

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 사물에 연결된 위탁자 나열
<a name="list-thing-principals"></a>

지정한 사물에 연결된 위탁자를 나열하려면, [https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iot/list-thing-principals.html](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iot/list-thing-principals.html) 명령을 실행합니다. 단, 이 명령은 사물과 인증서 간의 연결 유형을 나열하지 않습니다. 연결 유형을 나열하려면 [https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iot/list-thing-principalsv2.html](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iot/list-thing-principalsv2.html) 명령을 사용합니다. 자세한 내용은 [사물에 연결된 위탁자 나열 V2](list-thing-principals-v2.md) 단원을 참조하십시오.

```
$ aws iot list-thing-principals \
    --thing-name "MyLightBulb1"
```

출력은 다음과 같습니다.

```
{
    "principals": [
         "arn:aws:iot:us-east-1:123456789012:cert/2e1eb273792174ec2b9bf4e9b37e6c6c692345499506002a35159767055278e8",
         "arn:aws:iot:us-east-1:123456789012:cert/1a234b39b4b68278f2e9d84bf97eac2cbf4a1c28b23ea29a44559b9bcf8d395b"
    ]
}
```

자세한 내용은 *AWS IoT Core API 참조*의 [ListThingPrincipals](https://docs.aws.amazon.com//iot/latest/apireference/API_ListThingPrincipals.html)를 참조하세요.