1.2
1.2
scpcli iam-identity-center list account assignment
--target_account_id <value>
--instance_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--target_account_name <value>]
[--target_account_email <value>]
[--permission_set_id <value>]
[--principal_name <value>]
[--role_srn <value>]
Description
get account assignment list
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| target_account_id required | string | 할당된 계정 ID | 3265ab469f0d406d83073da3e11e7a6c |
| instance_id required | string | 인스턴스 ID | ssoins-12345 |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| target_account_name optional | string | 할당된 Account명 | Admin Account |
| target_account_email optional | string | 할당된 계정 이메일 | target_account@example.com |
| permission_set_id optional | string | 권한 세트 ID | e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 |
| principal_name optional | string | 주체 이름 | GROUP0407 |
| role_srn optional | string | 역할 SRN | srn:role:kr-j:1234:role/admin@example.com |
Responses
| Name | Description | Example |
|---|---|---|
| instance_id | 인스턴스 ID | ssoins-12345 |
| permission_sets | ||
| principal_id | 주체 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| principal_name | 주체 이름 | GROUP0407 |
| principal_type | 주체 유형 | USER |
| role_srn | 권한 세트 설명 | Permissions for administrators |
| target_account_email | 할당된 계정 이메일 | target_account@example.com |
| target_account_id | 할당된 계정 ID | 3265ab469f0d406d83073da3e11e7a6c |
| target_account_name | 할당된 Account명 | Admin Account |