IAM
Overview
Provides a Command-line Interface (CLI) that supports programmatic use of IaaS/PaaS products provided by SCP.
This guide provides a brief description of IAM service and how to call CLI.
Version
| Version | Status | Supported Until |
|---|
| 1.0 | DEPRECATED | 20260223 |
| 1.1 | SUPPORTED | 20260531 |
| 1.2 | CURRENT | - |
1 - CLIs
1.1 - Add a permission into the resource based policy
1.1.1 - 1.2
scpcli iam permission add
--srn <value>
--effect <value>
[--action <value>]
[--condition <value>]
[--notaction <value>]
[--principal <value>]
[--resource <value>]
[--sid <value>]
Description
Add a permission into the resource based policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
effect required | string | Effect | Allow |
action optional | array | Action | virtualserver:ShowVirtualServer |
condition optional | object | Condition | {'StringEquals': {'scp:RequestedRegion': ['kr-west1']}} |
notaction optional | array | NotAction | - |
principal optional | string | Principal | * |
resource optional | array | Resource | srn:dev2::1234567890102345690:kr-west1::virtualserver:virtual-server/abcde-1234-5555-6666 |
sid optional | string | Statement Id | Statement1 |
Responses
| Name | Description | Example |
|---|
| Statement | Statement | {‘Action’: [‘virtualserver:ShowVirtualServer’], ‘Condition’: {‘StringEquals’: {‘scp:RequestedRegion’: [‘kr-west1’]}}, ‘Effect’: ‘Allow’, ‘Principal’: ‘*’, ‘Resource’: [‘srn:dev2::1234567890102345690:kr-west1::virtualserver:virtual-server/abcde-1234-5555-6666’], ‘Sid’: ‘Statement1’} |
1.1.2 - 1.1
scpcli iam permission add
--srn <value>
--effect <value>
[--action <value>]
[--condition <value>]
[--notaction <value>]
[--principal <value>]
[--resource <value>]
[--sid <value>]
Description
Add a permission into the resource based policy
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
effect required | string | Effect | Allow |
action optional | array | Action | virtualserver:ShowVirtualServer |
condition optional | object | Condition | {'StringEquals': {'scp:RequestedRegion': ['kr-west1']}} |
notaction optional | array | NotAction | - |
principal optional | string | Principal | * |
resource optional | array | Resource | srn:dev2::1234567890102345690:kr-west1::virtualserver:virtual-server/abcde-1234-5555-6666 |
sid optional | string | Statement Id | Statement1 |
Responses
| Name | Description | Example |
|---|
| Statement | Statement | {‘Action’: [‘virtualserver:ShowVirtualServer’], ‘Condition’: {‘StringEquals’: {‘scp:RequestedRegion’: [‘kr-west1’]}}, ‘Effect’: ‘Allow’, ‘Principal’: ‘*’, ‘Resource’: [‘srn:dev2::1234567890102345690:kr-west1::virtualserver:virtual-server/abcde-1234-5555-6666’], ‘Sid’: ‘Statement1’} |
1.1.3 - 1.0
scpcli iam permission add
--srn <value>
--effect <value>
[--action <value>]
[--condition <value>]
[--notaction <value>]
[--principal <value>]
[--resource <value>]
[--sid <value>]
Description
Add a permission into the resource based policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
effect required | string | Effect | Allow |
action optional | array | Action | virtualserver:ShowVirtualServer |
condition optional | object | Condition | {'StringEquals': {'scp:RequestedRegion': ['kr-west1']}} |
notaction optional | array | NotAction | - |
principal optional | string | Principal | * |
resource optional | array | Resource | srn:dev2::1234567890102345690:kr-west1::virtualserver:virtual-server/abcde-1234-5555-6666 |
sid optional | string | Statement Id | Statement1 |
Responses
| Name | Description | Example |
|---|
| Statement | Statement | {‘Action’: [‘virtualserver:ShowVirtualServer’], ‘Condition’: {‘StringEquals’: {‘scp:RequestedRegion’: [‘kr-west1’]}}, ‘Effect’: ‘Allow’, ‘Principal’: ‘*’, ‘Resource’: [‘srn:dev2::1234567890102345690:kr-west1::virtualserver:virtual-server/abcde-1234-5555-6666’], ‘Sid’: ‘Statement1’} |
1.2 - Add a user to a group
1.2.1 - 1.2
scpcli iam group user add
--group_id <value>
--user_id <value>
Description
Add a user to a group
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
user_id required | string | Group Member User ID | f39c460fade34fecb05ede8f904b24b7 |
Responses
| Name | Description | Example |
|---|
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| user_email | User Email | samsung.kim@samsung.com |
| user_id | User ID | f39c460fade34fecb05ede8f904b24b7 |
| user_name | User 성, 이름 | Kim Samsung |
1.2.2 - 1.1
scpcli iam group user add
--group_id <value>
--user_id <value>
Description
Add a user to a group
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
user_id required | string | Group Member User ID | f39c460fade34fecb05ede8f904b24b7 |
Responses
| Name | Description | Example |
|---|
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| user_email | User Email | samsung.kim@samsung.com |
| user_id | User ID | f39c460fade34fecb05ede8f904b24b7 |
| user_name | User 성, 이름 | Kim Samsung |
1.2.3 - 1.0
scpcli iam group user add
--group_id <value>
--user_id <value>
Description
Add a user to a group
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
user_id required | string | Group Member User ID | f39c460fade34fecb05ede8f904b24b7 |
Responses
| Name | Description | Example |
|---|
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| user_email | User Email | samsung.kim@samsung.com |
| user_id | User ID | f39c460fade34fecb05ede8f904b24b7 |
| user_name | User 성, 이름 | Kim Samsung |
1.3 - Assign policies to the group
1.3.1 - 1.2
scpcli iam group policy create
--group_id <value>
--policy_ids <value>
Description
Assign policies to the group
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
policy_ids required | array | Policy ID List | 37f2e31ff86b415698d7e8eeafab445d |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.3.2 - 1.1
scpcli iam group policy create
--group_id <value>
--policy_ids <value>
Description
Assign policies to the group
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
policy_ids required | array | Policy ID List | 37f2e31ff86b415698d7e8eeafab445d |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.3.3 - 1.0
scpcli iam group policy create
--group_id <value>
--policy_ids <value>
Description
Assign policies to the group
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
policy_ids required | array | Policy ID List | 37f2e31ff86b415698d7e8eeafab445d |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.4 - Assign policies to user
1.4.1 - 1.2
scpcli iam user policy create
--user_id <value>
[--policy_ids <value>]
Description
Assign policies to user
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | 사용자 ID | - |
policy_ids optional | array | User Policy Bindings | - |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.4.2 - 1.1
scpcli iam user policy create
--user_id <value>
[--policy_ids <value>]
Description
Assign policies to user
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | 사용자 ID | - |
policy_ids optional | array | User Policy Bindings | - |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.4.3 - 1.0
scpcli iam user policy create
--user_id <value>
[--policy_ids <value>]
Description
Assign policies to user
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | 사용자 ID | - |
policy_ids optional | array | User Policy Bindings | - |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.5 - Attach policies to Role
1.5.1 - 1.2
scpcli iam role policy binding attach
--role_id <value>
--policy_ids <value>
Description
Attach policies to Role
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
policy_ids required | array | Policy ID List | - |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.5.2 - 1.1
scpcli iam role policy binding attach
--role_id <value>
--policy_ids <value>
Description
Attach policies to Role
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
policy_ids required | array | Policy ID List | - |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.5.3 - 1.0
scpcli iam role policy binding attach
--role_id <value>
--policy_ids <value>
Description
Attach policies to Role
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
policy_ids required | array | Policy ID List | - |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.6 - Create a group
1.6.1 - 1.2
scpcli iam group create
--name <value>
--description <value>
[--policy_ids <value>]
[--tags <value>]
[--user_ids <value>]
Description
Create a group
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Group 이름 | TestGroup |
description required | string | Group 설명 | Descriptions for group |
policy_ids optional | array | Group Policy ID List | 37f2e31ff86b415698d7e8eeafab445d |
tags optional | array | Group Tag | {'key': 'company', 'value': 'SDS'} |
user_ids optional | array | Group Member User ID List | f39c460fade34fecb05ede8f904b24b7 |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| description | Group 설명 | Descriptions for group |
| domain_name | 도메인 이름 | scp |
| members | Project Group Member List | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| name | Group 이름 | TestGroup |
| policies | Policy | [] |
| resource_type | 리소스 명 | group |
| roles | Role 정보 | [] |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | 서비스 명 | iam |
| srn | Group SRN | srn:dev1:::::iam:group/0e0688b33641451a83d2ab8878666fda |
| type | Group Type | USER_DEFINED |
1.6.2 - 1.1
scpcli iam group create
--name <value>
--description <value>
[--policy_ids <value>]
[--tags <value>]
[--user_ids <value>]
Description
Create a group
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Group 이름 | TestGroup |
description required | string | Group 설명 | Descriptions for group |
policy_ids optional | array | Group Policy ID List | 37f2e31ff86b415698d7e8eeafab445d |
tags optional | array | Group Tag | {'key': 'company', 'value': 'SDS'} |
user_ids optional | array | Group Member User ID List | f39c460fade34fecb05ede8f904b24b7 |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| description | Group 설명 | Descriptions for group |
| domain_name | 도메인 이름 | scp |
| members | Project Group Member List | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| name | Group 이름 | TestGroup |
| policies | Policy | [] |
| resource_type | 리소스 명 | group |
| roles | Role 정보 | [] |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | 서비스 명 | iam |
| srn | Group SRN | srn:dev1:::::iam:group/0e0688b33641451a83d2ab8878666fda |
| type | Group Type | USER_DEFINED |
1.6.3 - 1.0
scpcli iam group create
--name <value>
--description <value>
[--policy_ids <value>]
[--tags <value>]
[--user_ids <value>]
Description
Create a group
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Group 이름 | TestGroup |
description required | string | Group 설명 | Descriptions for group |
policy_ids optional | array | Group Policy ID List | 37f2e31ff86b415698d7e8eeafab445d |
tags optional | array | Group Tag | {'key': 'company', 'value': 'SDS'} |
user_ids optional | array | Group Member User ID List | f39c460fade34fecb05ede8f904b24b7 |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| description | Group 설명 | Descriptions for group |
| domain_name | 도메인 이름 | scp |
| members | Project Group Member List | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| name | Group 이름 | TestGroup |
| policies | Policy | [] |
| resource_type | 리소스 명 | group |
| roles | Role 정보 | [] |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | 서비스 명 | iam |
| srn | Group SRN | srn:dev1:::::iam:group/0e0688b33641451a83d2ab8878666fda |
| type | Group Type | USER_DEFINED |
1.7 - Create a policy
1.7.1 - 1.2
scpcli iam policy create
--version <value>
--statement <value>
--policy_name <value>
[--default_version_id <value>]
[--description <value>]
[--policy_category <value>]
[--policy_type <value>]
[--service_type <value>]
[--tags <value>]
[--policy_id <value>]
[--policy_version_id <value>]
[--policy_version_name <value>]
Description
Create a policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
version required | string | Policy Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
policy_name required | string | Policy Name | PolicyName |
default_version_id optional | string | Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
description optional | string | Description | Descriptions for policy |
policy_category optional | string | Policy Category | IDENTITY_BASED |
policy_type optional | string | Policy Type | USER_DEFINED |
service_type optional | string | Service Type | scp-iam |
tags optional | array | Policy Tag | {'key': 'foo', 'value': 'bar'} |
policy_id optional | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
policy_version_id optional | string | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
policy_version_name optional | string | Policy Version Name | PolicyVersion-1 |
Responses
| Name | Description | Example |
|---|
| id | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| policy_document | Policy Document | |
| policy_id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| policy_version_name | Policy Version Name | PolicyVersion-1 |
1.7.2 - 1.1
scpcli iam policy create
--version <value>
--statement <value>
--policy_name <value>
[--default_version_id <value>]
[--description <value>]
[--policy_category <value>]
[--policy_type <value>]
[--service_type <value>]
[--tags <value>]
[--policy_id <value>]
[--policy_version_id <value>]
[--policy_version_name <value>]
Description
Create a policy
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
version required | string | Policy Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
policy_name required | string | Policy Name | PolicyName |
default_version_id optional | string | Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
description optional | string | Description | Descriptions for policy |
policy_category optional | string | Policy Category | IDENTITY_BASED |
policy_type optional | string | Policy Type | USER_DEFINED |
service_type optional | string | Service Type | scp-iam |
tags optional | array | Policy Tag | {'key': 'foo', 'value': 'bar'} |
policy_id optional | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
policy_version_id optional | string | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
policy_version_name optional | string | Policy Version Name | PolicyVersion-1 |
Responses
| Name | Description | Example |
|---|
| id | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| policy_document | Policy Document | |
| policy_id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| policy_version_name | Policy Version Name | PolicyVersion-1 |
1.7.3 - 1.0
scpcli iam policy create
--version <value>
--statement <value>
--policy_name <value>
[--default_version_id <value>]
[--description <value>]
[--policy_category <value>]
[--policy_type <value>]
[--service_type <value>]
[--tags <value>]
[--policy_id <value>]
[--policy_version_id <value>]
[--policy_version_name <value>]
Description
Create a policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
version required | string | Policy Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
policy_name required | string | Policy Name | PolicyName |
default_version_id optional | string | Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
description optional | string | Description | Descriptions for policy |
policy_category optional | string | Policy Category | IDENTITY_BASED |
policy_type optional | string | Policy Type | USER_DEFINED |
service_type optional | string | Service Type | scp-iam |
tags optional | array | Policy Tag | {'key': 'foo', 'value': 'bar'} |
policy_id optional | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
policy_version_id optional | string | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
policy_version_name optional | string | Policy Version Name | PolicyVersion-1 |
Responses
| Name | Description | Example |
|---|
| id | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| policy_document | Policy Document | |
| policy_id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| policy_version_name | Policy Version Name | PolicyVersion-1 |
1.8 - Create a saml provider
1.8.1 - 1.2
scpcli iam saml provider create
--saml_provider_name <value>
--federation_type <value>
[--description <value>]
[--file <value>]
[--tags <value>]
Description
Create a saml provider
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
saml_provider_name required | string | 자격증명공급자 이름 | IdpTest |
federation_type required | string | 자격증명공급자 유형 | SAML |
description optional | string | 자격증명공급자 설명 | SAML provider Description |
file optional | string | 메타데이터 파일 | keycloak-idp-saml.xml |
tags optional | array | 태그 | {'key': 'company', 'value': 'SDS'} |
Responses
| Name | Description | Example |
|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | |
| acs_url | ACS URL | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | 생성자 | |
| description | 자격증명공급자 설명 | |
| federation_type | 자격증명공급자 유형 | |
| idp_cert_end | 유효기간 | |
| idp_file_name | 메타데이터 파일 이름 | |
| idp_file_size | 메타데이터 파일 크기 | |
| idp_issuer_url | 발행자 URL | |
| idp_sso_url | SSO 서비스 위치 | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | 수정자 | |
| saml_provider_name | 자격증명공급자 이름 | |
1.8.2 - 1.1
scpcli iam saml provider create
--saml_provider_name <value>
--federation_type <value>
[--description <value>]
[--file <value>]
[--tags <value>]
Description
Create a saml provider
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
saml_provider_name required | string | 자격증명공급자 이름 | IdpTest |
federation_type required | string | 자격증명공급자 유형 | SAML |
description optional | string | 자격증명공급자 설명 | SAML provider Description |
file optional | string | 메타데이터 파일 | keycloak-idp-saml.xml |
tags optional | array | 태그 | {'key': 'company', 'value': 'SDS'} |
Responses
| Name | Description | Example |
|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | |
| acs_url | ACS URL | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | 생성자 | |
| description | 자격증명공급자 설명 | |
| federation_type | 자격증명공급자 유형 | |
| idp_cert_end | 유효기간 | |
| idp_file_name | 메타데이터 파일 이름 | |
| idp_file_size | 메타데이터 파일 크기 | |
| idp_issuer_url | 발행자 URL | |
| idp_sso_url | SSO 서비스 위치 | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | 수정자 | |
| saml_provider_name | 자격증명공급자 이름 | |
1.8.3 - 1.0
scpcli iam saml provider create
--saml_provider_name <value>
--federation_type <value>
[--description <value>]
[--file <value>]
[--tags <value>]
Description
Create a saml provider
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
saml_provider_name required | string | 자격증명공급자 이름 | IdpTest |
federation_type required | string | 자격증명공급자 유형 | SAML |
description optional | string | 자격증명공급자 설명 | SAML provider Description |
file optional | string | 메타데이터 파일 | keycloak-idp-saml.xml |
tags optional | array | 태그 | {'key': 'company', 'value': 'SDS'} |
Responses
| Name | Description | Example |
|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | |
| acs_url | ACS URL | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | 생성자 | |
| description | 자격증명공급자 설명 | |
| federation_type | 자격증명공급자 유형 | |
| idp_cert_end | 유효기간 | |
| idp_file_name | 메타데이터 파일 이름 | |
| idp_file_size | 메타데이터 파일 크기 | |
| idp_issuer_url | 발행자 URL | |
| idp_sso_url | SSO 서비스 위치 | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | 수정자 | |
| saml_provider_name | 자격증명공급자 이름 | |
1.9 - Create an access key
1.9.1 - 1.2
scpcli iam access-key create
--access_key_type <value>
[--account_id <value>]
[--description <value>]
[--duration <value>]
[--parent_access_key_id <value>]
[--passcode <value>]
Description
Create an access key
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
access_key_type required | string | Access key type | PERMANENT |
account_id optional | string | Account Id | f39c460fade34fecb05ede8f904b24b7 |
description optional | string | Description | description |
duration optional | string | Expiration duration | P1Y2M10DT2H30M15S |
parent_access_key_id optional | string | Required access key for creating temporary access key | 92d6eid9e9ae4f868s842910k11573a3 |
passcode optional | string | Required for temporary access key | 000000 |
Responses
| Name | Description | Example |
|---|
| id | ID | 6558fc9df5b54c8a985465bdf637e097 |
| access_key | Access Key | b754b12b39da4ce29a40c5e324650bd0 |
| access_key_type | Access key type | PERMANENT |
| account_id | Account Id | f39c460fade34fecb05ede8f904b24b7 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Description | description |
| expiration_timestamp | Access key expiration timestamp | 9999-12-31T23:59:59Z |
| is_enabled | 활성화 여부 | true |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| parent_access_key_id | Parent access key ID which is used for temporary access key to create by | 92d6eid9e9ae4f868s842910k11573a3 |
| secret_key | Secret Key | c4150149-f7c6-46bc-9faa-d2b9d20e0899 |
1.9.2 - 1.1
scpcli iam access-key create
--access_key_type <value>
[--account_id <value>]
[--description <value>]
[--duration <value>]
[--parent_access_key_id <value>]
[--passcode <value>]
Description
Create an access key
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
access_key_type required | string | Access key type | PERMANENT |
account_id optional | string | Account Id | f39c460fade34fecb05ede8f904b24b7 |
description optional | string | Description | description |
duration optional | string | Expiration duration | P1Y2M10DT2H30M15S |
parent_access_key_id optional | string | Required access key for creating temporary access key | 92d6eid9e9ae4f868s842910k11573a3 |
passcode optional | string | Required for temporary access key | 000000 |
Responses
| Name | Description | Example |
|---|
| id | ID | 6558fc9df5b54c8a985465bdf637e097 |
| access_key | Access Key | b754b12b39da4ce29a40c5e324650bd0 |
| access_key_type | Access key type | PERMANENT |
| account_id | Account Id | f39c460fade34fecb05ede8f904b24b7 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Description | description |
| expiration_timestamp | Access key expiration timestamp | 9999-12-31T23:59:59Z |
| is_enabled | 활성화 여부 | true |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| parent_access_key_id | Parent access key ID which is used for temporary access key to create by | 92d6eid9e9ae4f868s842910k11573a3 |
| secret_key | Secret Key | c4150149-f7c6-46bc-9faa-d2b9d20e0899 |
1.9.3 - 1.0
scpcli iam access-key create
--access_key_type <value>
[--account_id <value>]
[--description <value>]
[--duration <value>]
[--parent_access_key_id <value>]
[--passcode <value>]
Description
Create an access key
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
access_key_type required | string | Access key type | PERMANENT |
account_id optional | string | Account Id | f39c460fade34fecb05ede8f904b24b7 |
description optional | string | Description | description |
duration optional | string | Expiration duration | P1Y2M10DT2H30M15S |
parent_access_key_id optional | string | Required access key for creating temporary access key | 92d6eid9e9ae4f868s842910k11573a3 |
passcode optional | string | Required for temporary access key | 000000 |
Responses
| Name | Description | Example |
|---|
| id | ID | 6558fc9df5b54c8a985465bdf637e097 |
| access_key | Access Key | b754b12b39da4ce29a40c5e324650bd0 |
| access_key_type | Access key type | PERMANENT |
| account_id | Account Id | f39c460fade34fecb05ede8f904b24b7 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Description | description |
| expiration_timestamp | Access key expiration timestamp | 9999-12-31T23:59:59Z |
| is_enabled | 활성화 여부 | true |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| parent_access_key_id | Parent access key ID which is used for temporary access key to create by | 92d6eid9e9ae4f868s842910k11573a3 |
| secret_key | Secret Key | c4150149-f7c6-46bc-9faa-d2b9d20e0899 |
1.10 - Create IAM user
1.10.1 - 1.2
scpcli iam iam user create
--account_id <value>
--user_name <value>
--temporary_password <value>
--password <value>
[--description <value>]
[--group_ids <value>]
[--policy_ids <value>]
[--tags <value>]
Description
Create IAM user
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
account_id required | string | Account ID | - |
user_name required | string | 사용자 이름 | - |
temporary_password required | boolean | temporary | - |
password required | string | 비밀 번호 | - |
description optional | string | description | - |
group_ids optional | array | Group IDs | - |
policy_ids optional | array | Policy IDs | - |
tags optional | array | User Tag | - |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.10.2 - 1.1
scpcli iam iam user create
--account_id <value>
--user_name <value>
--temporary_password <value>
--password <value>
[--description <value>]
[--group_ids <value>]
[--policy_ids <value>]
[--tags <value>]
Description
Create IAM user
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
account_id required | string | Account ID | - |
user_name required | string | 사용자 이름 | - |
temporary_password required | boolean | temporary | - |
password required | string | 비밀 번호 | - |
description optional | string | description | - |
group_ids optional | array | Group IDs | - |
policy_ids optional | array | Policy IDs | - |
tags optional | array | User Tag | - |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.10.3 - 1.0
scpcli iam iam user create
--account_id <value>
--user_name <value>
--temporary_password <value>
--password <value>
[--description <value>]
[--group_ids <value>]
[--policy_ids <value>]
[--tags <value>]
Description
Create IAM user
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
account_id required | string | Account ID | - |
user_name required | string | 사용자 이름 | - |
temporary_password required | boolean | temporary | - |
password required | string | 비밀 번호 | - |
description optional | string | description | - |
group_ids optional | array | Group IDs | - |
policy_ids optional | array | Policy IDs | - |
tags optional | array | User Tag | - |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.11 - Create role
1.11.1 - 1.2
scpcli iam role create
--version <value>
--statement <value>
--policy_ids <value>
--name <value>
[--account_id <value>]
[--description <value>]
[--max_session_duration <value>]
[--principals <value>]
[--tags <value>]
Description
Create role
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
version required | string | Policy Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
policy_ids required | array | 역할에 연결할 정책 ID 목록 | 37f2e31ff86b415698d7e8eeafab445d |
name required | string | 역할명 | - |
account_id optional | string | 역할이 속한 계정의 ID | - |
description optional | string | 역할 설명 | - |
max_session_duration optional | integer | 역할 세션 최대 지속 시간(초) | 3600 |
principals optional | array | 신뢰 정책 수행 주체 목록 | '{"type": "", "value": ""}' |
tags optional | array | 역할 태그 | {'key': 'company', 'value': 'SDS'} |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| account_id | 역할이 속한 계정의 ID | |
| assume_role_policy_document | 역할 신뢰 정책 | |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | |
| creator_name | 생성자 성, 이름 | |
| description | 역할 설명 | |
| max_session_duration | 역할 세션 최대 지속 시간(초) | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | |
| modifier_name | 수정자 성, 이름 | |
| name | 역할명 | |
| policies | 역할에 연결된 정책 목록 | |
| type | 역할 유형 | |
1.11.2 - 1.1
scpcli iam role create
--version <value>
--statement <value>
--policy_ids <value>
--name <value>
[--account_id <value>]
[--description <value>]
[--max_session_duration <value>]
[--principals <value>]
[--tags <value>]
Description
Create role
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
version required | string | Policy Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
policy_ids required | array | 역할에 연결할 정책 ID 목록 | 37f2e31ff86b415698d7e8eeafab445d |
name required | string | 역할명 | - |
account_id optional | string | 역할이 속한 계정의 ID | - |
description optional | string | 역할 설명 | - |
max_session_duration optional | integer | 역할 세션 최대 지속 시간(초) | 3600 |
principals optional | array | 신뢰 정책 수행 주체 목록 | '{"type": "", "value": ""}' |
tags optional | array | 역할 태그 | {'key': 'company', 'value': 'SDS'} |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| account_id | 역할이 속한 계정의 ID | |
| assume_role_policy_document | 역할 신뢰 정책 | |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | |
| creator_name | 생성자 성, 이름 | |
| description | 역할 설명 | |
| max_session_duration | 역할 세션 최대 지속 시간(초) | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | |
| modifier_name | 수정자 성, 이름 | |
| name | 역할명 | |
| policies | 역할에 연결된 정책 목록 | |
| type | 역할 유형 | |
1.11.3 - 1.0
scpcli iam role create
--version <value>
--statement <value>
--policy_ids <value>
--name <value>
[--account_id <value>]
[--description <value>]
[--max_session_duration <value>]
[--principals <value>]
[--tags <value>]
Description
Create role
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
version required | string | Policy Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
policy_ids required | array | 역할에 연결할 정책 ID 목록 | 37f2e31ff86b415698d7e8eeafab445d |
name required | string | 역할명 | - |
account_id optional | string | 역할이 속한 계정의 ID | - |
description optional | string | 역할 설명 | - |
max_session_duration optional | integer | 역할 세션 최대 지속 시간(초) | 3600 |
principals optional | array | 신뢰 정책 수행 주체 목록 | '{"type": "", "value": ""}' |
tags optional | array | 역할 태그 | {'key': 'company', 'value': 'SDS'} |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| account_id | 역할이 속한 계정의 ID | |
| assume_role_policy_document | 역할 신뢰 정책 | |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | |
| creator_name | 생성자 성, 이름 | |
| description | 역할 설명 | |
| max_session_duration | 역할 세션 최대 지속 시간(초) | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | |
| modifier_name | 수정자 성, 이름 | |
| name | 역할명 | |
| policies | 역할에 연결된 정책 목록 | |
| type | 역할 유형 | |
1.12 - Delete bulk role
1.12.1 - 1.2
scpcli iam role bulk delete
[--account_id <value>]
[--role_ids <value>]
[--role_names <value>]
Description
Delete bulk role
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
account_id optional | string | 역할이 속한 계정의 ID | - |
role_ids optional | array | 역할 ID 목록 | - |
role_names optional | array | 역할명 목록 | - |
1.12.2 - 1.1
scpcli iam role bulk delete
[--account_id <value>]
[--role_ids <value>]
[--role_names <value>]
Description
Delete bulk role
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
account_id optional | string | 역할이 속한 계정의 ID | - |
role_ids optional | array | 역할 ID 목록 | - |
role_names optional | array | 역할명 목록 | - |
1.12.3 - 1.0
scpcli iam role bulk delete
[--account_id <value>]
[--role_ids <value>]
[--role_names <value>]
Description
Delete bulk role
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
account_id optional | string | 역할이 속한 계정의 ID | - |
role_ids optional | array | 역할 ID 목록 | - |
role_names optional | array | 역할명 목록 | - |
1.13 - Delete IAM user
1.13.1 - 1.2
scpcli iam iam user delete
--user_id <value>
--account_id <value>
Description
Delete IAM user
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User ID | - |
account_id required | string | Account ID | - |
1.13.2 - 1.1
scpcli iam iam user delete
--user_id <value>
--account_id <value>
Description
Delete IAM user
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User ID | - |
account_id required | string | Account ID | - |
1.14 - Delete IAM users
1.14.1 - 1.2
scpcli iam iam user bulk delete
--account_id <value>
[--user_ids <value>]
Description
Delete IAM users
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
account_id required | string | Account ID | - |
user_ids optional | array | 사용자 ID 목록 | - |
1.14.2 - 1.1
scpcli iam iam user bulk delete
--account_id <value>
[--user_ids <value>]
Description
Delete IAM users
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
account_id required | string | Account ID | - |
user_ids optional | array | 사용자 ID 목록 | - |
1.14.3 - 1.0
scpcli iam iam user bulk delete
--account_id <value>
[--user_ids <value>]
Description
Delete IAM users
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
account_id required | string | Account ID | - |
user_ids optional | array | 사용자 ID 목록 | - |
1.15 - Delete role
1.15.1 - 1.2
scpcli iam role delete
--role_id <value>
Description
Delete role
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
1.15.2 - 1.1
scpcli iam role delete
--role_id <value>
Description
Delete role
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
1.15.3 - 1.0
scpcli iam role delete
--role_id <value>
Description
Delete role
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
1.16 - Delete the policy
1.16.1 - 1.2
scpcli iam policy delete
--policy_id <value>
Description
Delete the policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
1.16.2 - 1.1
scpcli iam policy delete
--policy_id <value>
Description
Delete the policy
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
1.16.3 - 1.0
scpcli iam policy delete
--policy_id <value>
Description
Delete the policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
1.17 - Delete the resource based policy
1.17.1 - 1.2
scpcli iam resource policy delete
--srn <value>
Description
Delete the resource based policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
1.17.2 - 1.1
scpcli iam resource policy delete
--srn <value>
Description
Delete the resource based policy
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
1.17.3 - 1.0
scpcli iam resource policy delete
--srn <value>
Description
Delete the resource based policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
1.18 - Delete user policy
1.18.1 - 1.2
scpcli iam user policy delete
--policy_id <value>
--user_id <value>
Description
Delete user policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | - |
user_id required | string | 사용자 ID | - |
1.18.2 - 1.1
scpcli iam user policy delete
--policy_id <value>
--user_id <value>
Description
Delete user policy
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | - |
user_id required | string | 사용자 ID | - |
1.18.3 - 1.0
scpcli iam user policy delete
--policy_id <value>
--user_id <value>
Description
Delete user policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | - |
user_id required | string | 사용자 ID | - |
1.19 - Detach policies to Role
1.19.1 - 1.2
scpcli iam role policy binding bulk detach
--role_id <value>
--policy_ids <value>
Description
Detach policies to Role
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
policy_ids required | array | Policy ID List | - |
1.19.2 - 1.1
scpcli iam role policy binding bulk detach
--role_id <value>
--policy_ids <value>
Description
Detach policies to Role
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
policy_ids required | array | Policy ID List | - |
1.19.3 - 1.0
scpcli iam role policy binding bulk detach
--role_id <value>
--policy_ids <value>
Description
Detach policies to Role
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
policy_ids required | array | Policy ID List | - |
1.20 - Detach policy to Role
1.20.1 - 1.2
scpcli iam role policy binding detach
--policy_id <value>
--role_id <value>
Description
Detach policy to Role
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | 역할에 연결된 정책 ID | - |
role_id required | string | 역할 ID | - |
1.20.2 - 1.1
scpcli iam role policy binding detach
--policy_id <value>
--role_id <value>
Description
Detach policy to Role
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | 역할에 연결된 정책 ID | - |
role_id required | string | 역할 ID | - |
1.20.3 - 1.0
scpcli iam role policy binding detach
--policy_id <value>
--role_id <value>
Description
Detach policy to Role
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | 역할에 연결된 정책 ID | - |
role_id required | string | 역할 ID | - |
1.21 - Get a Group
1.21.1 - 1.2
scpcli iam group show
--group_id <value>
Description
Get a Group
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| description | Group 설명 | Descriptions for group |
| domain_name | 도메인 이름 | scp |
| members | Project Group Member List | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| name | Group 이름 | TestGroup |
| policies | Policy | [] |
| resource_type | 리소스 명 | group |
| roles | Role 정보 | [] |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | 서비스 명 | iam |
| srn | Group SRN | srn:dev1:::::iam:group/0e0688b33641451a83d2ab8878666fda |
| type | Group Type | USER_DEFINED |
1.21.2 - 1.1
scpcli iam group show
--group_id <value>
Description
Get a Group
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| description | Group 설명 | Descriptions for group |
| domain_name | 도메인 이름 | scp |
| members | Project Group Member List | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| name | Group 이름 | TestGroup |
| policies | Policy | [] |
| resource_type | 리소스 명 | group |
| roles | Role 정보 | [] |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | 서비스 명 | iam |
| srn | Group SRN | srn:dev1:::::iam:group/0e0688b33641451a83d2ab8878666fda |
| type | Group Type | USER_DEFINED |
1.21.3 - 1.0
scpcli iam group show
--group_id <value>
Description
Get a Group
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| description | Group 설명 | Descriptions for group |
| domain_name | 도메인 이름 | scp |
| members | Project Group Member List | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| name | Group 이름 | TestGroup |
| policies | Policy | [] |
| resource_type | 리소스 명 | group |
| roles | Role 정보 | [] |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | 서비스 명 | iam |
| srn | Group SRN | srn:dev1:::::iam:group/0e0688b33641451a83d2ab8878666fda |
| type | Group Type | USER_DEFINED |
1.22 - Get a specific policy binding list
1.22.1 - 1.2
scpcli iam policy binding list
--policy_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--identity_id <value>]
[--identity_type <value>]
[--name <value>]
Description
Get a specific policy binding list
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
identity_id optional | string | Identity ID | f39c460fade34fecb05ede8f904b24b7 |
identity_type optional | string | Identity Type | GROUP |
name optional | string | Name | TestGroup |
Responses
| Name | Description | Example |
|---|
| count | count | 20 |
| groups | Group | [{‘created_at’: ‘2025-03-26T10:18:04Z’, ‘created_by’: ‘4a816a3f5099442ebb52daefc1f7be32’, ‘creator_email’: ‘-’, ‘creator_name’: ‘-’, ‘description’: ‘openapi-ga2-test-group’, ‘domain_name’: ‘scp’, ‘id’: ‘19fca177a57940daa5817960373c6542’, ‘modified_at’: ‘2025-03-26T10:18:04Z’, ‘modified_by’: ‘4a816a3f5099442ebb52daefc1f7be32’, ‘modifier_email’: ‘-’, ‘modifier_name’: ‘-’, ’name’: ‘openapi-ga2-testgroup5’, ‘policies’: [], ‘roles’: [], ‘srn’: ‘srn:dev2::1d9cc99917ff41bb992276ac0ae9e4c8:::iam:group/19fca177a57940daa5817960373c6542’, ’type’: ‘USER_DEFINED’}] |
| page | page | 0 |
| policy_id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| roles | Role | [{‘account_id’: ‘d7aba97100564b34a0f4f77c4bc7a303’, ‘assume_role_policy_document’: {‘Statement’: [{‘Action’: ‘’, ‘Condition’: {‘StringEquals’: {‘scp:RequestedRegion’: [‘kr-west1’]}}, ‘Effect’: ‘Allow’, ‘NotAction’: ‘’, ‘Principal’: ‘’, ‘Resource’: ‘’, ‘Sid’: ‘statement1’}], ‘Version’: ‘2024-07-01’}, ‘created_at’: ‘2024-05-17T00:23:17Z’, ‘created_by’: ’ef50cdc207f05f6fb8f20219f229ed1f’, ‘creator_email’: ‘-’, ‘creator_name’: ‘-’, ‘description’: ‘string’, ‘id’: ‘f39c460fade34fecb05ede8f904b24b7’, ‘max_session_duration’: 0, ‘modified_at’: ‘2024-05-17T00:23:17Z’, ‘modified_by’: ’ef50cdc207f05f6fb8f20219f229ed1f’, ‘modifier_email’: ‘-’, ‘modifier_name’: ‘-’, ’name’: ‘string’, ’type’: ‘DEFAULT’}] |
| size | size | 20 |
| sort | sort | [‘created_at:asc’] |
| users | User | [{‘access_control’: False, ‘account_id’: ‘d7aba97100564b34a0f4f77c4bc7a303’, ‘account_name’: ‘’, ‘allowed_ip_addresses’: ‘’, ‘company_name’: ‘’, ‘created_at’: ‘2024-11-15T06:57:42.000000Z’, ‘created_by’: ‘90dddfc2b1e04edba54ba2b41539a9ac’, ‘description’: ‘’, ‘domain_name’: ‘scp’, ‘dst_offset’: ‘+09:00’, ’email’: ‘samsung.kim@samsung.com’, ’email_authenticate_code’: ‘8ada8861bad2423295e4bb576bee5886’, ’email_authenticated’: True, ‘first_name’: ‘’, ‘groups’: [], ‘id’: ‘90dddfc2b1e04edba54ba2b41539a9ac’, ‘keycloak_id’: ‘127e3d8c-66dc-4b1b-b38b-9a1d0c6d5507’, ‘keystone_credential’: ‘’, ’last_login_at’: ‘2024-11-25T06:57:42.000000Z’, ’last_name’: ‘’, ’last_password_update_at’: ‘’, ’login_id’: ‘’, ‘modified_at’: ‘2024-11-17T06:57:42.000000Z’, ‘modified_by’: ‘90dddfc2b1e04edba54ba2b41539a9ac’, ’nation_id’: ‘+82’, ‘phone_authenticated’: False, ‘phone_number’: ‘0000000000’, ‘policies’: [], ‘state’: ‘ACTIVE’, ’temporary_password’: False, ’term_region_id’: ‘1’, ’timezone’: ‘Asia/Seoul’, ’type’: ‘IAM’, ’tz_id’: ‘Asia/Seoul’, ‘user_name’: ‘Kim Samsung’, ‘utc_offset’: ‘+09:00’}] |
1.22.2 - 1.1
scpcli iam policy binding list
--policy_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--identity_id <value>]
[--identity_type <value>]
[--name <value>]
Description
Get a specific policy binding list
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
identity_id optional | string | Identity ID | f39c460fade34fecb05ede8f904b24b7 |
identity_type optional | string | Identity Type | GROUP |
name optional | string | Name | TestGroup |
Responses
| Name | Description | Example |
|---|
| count | count | 20 |
| groups | Group | [{‘created_at’: ‘2025-03-26T10:18:04Z’, ‘created_by’: ‘4a816a3f5099442ebb52daefc1f7be32’, ‘creator_email’: ‘-’, ‘creator_name’: ‘-’, ‘description’: ‘openapi-ga2-test-group’, ‘domain_name’: ‘scp’, ‘id’: ‘19fca177a57940daa5817960373c6542’, ‘modified_at’: ‘2025-03-26T10:18:04Z’, ‘modified_by’: ‘4a816a3f5099442ebb52daefc1f7be32’, ‘modifier_email’: ‘-’, ‘modifier_name’: ‘-’, ’name’: ‘openapi-ga2-testgroup5’, ‘policies’: [], ‘roles’: [], ‘srn’: ‘srn:dev2::1d9cc99917ff41bb992276ac0ae9e4c8:::iam:group/19fca177a57940daa5817960373c6542’, ’type’: ‘USER_DEFINED’}] |
| page | page | 0 |
| policy_id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| roles | Role | [{‘account_id’: ‘d7aba97100564b34a0f4f77c4bc7a303’, ‘assume_role_policy_document’: {‘Statement’: [{‘Action’: ‘’, ‘Condition’: {‘StringEquals’: {‘scp:RequestedRegion’: [‘kr-west1’]}}, ‘Effect’: ‘Allow’, ‘NotAction’: ‘’, ‘Principal’: ‘’, ‘Resource’: ‘’, ‘Sid’: ‘statement1’}], ‘Version’: ‘2024-07-01’}, ‘created_at’: ‘2024-05-17T00:23:17Z’, ‘created_by’: ’ef50cdc207f05f6fb8f20219f229ed1f’, ‘creator_email’: ‘-’, ‘creator_name’: ‘-’, ‘description’: ‘string’, ‘id’: ‘f39c460fade34fecb05ede8f904b24b7’, ‘max_session_duration’: 0, ‘modified_at’: ‘2024-05-17T00:23:17Z’, ‘modified_by’: ’ef50cdc207f05f6fb8f20219f229ed1f’, ‘modifier_email’: ‘-’, ‘modifier_name’: ‘-’, ’name’: ‘string’, ’type’: ‘DEFAULT’}] |
| size | size | 20 |
| sort | sort | [‘created_at:asc’] |
| users | User | [{‘access_control’: False, ‘account_id’: ‘d7aba97100564b34a0f4f77c4bc7a303’, ‘account_name’: ‘’, ‘allowed_ip_addresses’: ‘’, ‘company_name’: ‘’, ‘created_at’: ‘2024-11-15T06:57:42.000000Z’, ‘created_by’: ‘90dddfc2b1e04edba54ba2b41539a9ac’, ‘description’: ‘’, ‘domain_name’: ‘scp’, ‘dst_offset’: ‘+09:00’, ’email’: ‘samsung.kim@samsung.com’, ’email_authenticate_code’: ‘8ada8861bad2423295e4bb576bee5886’, ’email_authenticated’: True, ‘first_name’: ‘’, ‘groups’: [], ‘id’: ‘90dddfc2b1e04edba54ba2b41539a9ac’, ‘keycloak_id’: ‘127e3d8c-66dc-4b1b-b38b-9a1d0c6d5507’, ‘keystone_credential’: ‘’, ’last_login_at’: ‘2024-11-25T06:57:42.000000Z’, ’last_name’: ‘’, ’last_password_update_at’: ‘’, ’login_id’: ‘’, ‘modified_at’: ‘2024-11-17T06:57:42.000000Z’, ‘modified_by’: ‘90dddfc2b1e04edba54ba2b41539a9ac’, ’nation_id’: ‘+82’, ‘phone_authenticated’: False, ‘phone_number’: ‘0000000000’, ‘policies’: [], ‘state’: ‘ACTIVE’, ’temporary_password’: False, ’term_region_id’: ‘1’, ’timezone’: ‘Asia/Seoul’, ’type’: ‘IAM’, ’tz_id’: ‘Asia/Seoul’, ‘user_name’: ‘Kim Samsung’, ‘utc_offset’: ‘+09:00’}] |
1.22.3 - 1.0
scpcli iam policy binding list
--policy_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--identity_id <value>]
[--identity_type <value>]
[--name <value>]
Description
Get a specific policy binding list
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
identity_id optional | string | Identity ID | f39c460fade34fecb05ede8f904b24b7 |
identity_type optional | string | Identity Type | GROUP |
name optional | string | Name | TestGroup |
Responses
| Name | Description | Example |
|---|
| count | count | 20 |
| groups | Group | [{‘created_at’: ‘2025-03-26T10:18:04Z’, ‘created_by’: ‘4a816a3f5099442ebb52daefc1f7be32’, ‘creator_email’: ‘-’, ‘creator_name’: ‘-’, ‘description’: ‘openapi-ga2-test-group’, ‘domain_name’: ‘scp’, ‘id’: ‘19fca177a57940daa5817960373c6542’, ‘modified_at’: ‘2025-03-26T10:18:04Z’, ‘modified_by’: ‘4a816a3f5099442ebb52daefc1f7be32’, ‘modifier_email’: ‘-’, ‘modifier_name’: ‘-’, ’name’: ‘openapi-ga2-testgroup5’, ‘policies’: [], ‘roles’: [], ‘srn’: ‘srn:dev2::1d9cc99917ff41bb992276ac0ae9e4c8:::iam:group/19fca177a57940daa5817960373c6542’, ’type’: ‘USER_DEFINED’}] |
| page | page | 0 |
| policy_id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| roles | Role | [{‘account_id’: ‘d7aba97100564b34a0f4f77c4bc7a303’, ‘assume_role_policy_document’: {‘Statement’: [{‘Action’: ‘’, ‘Condition’: {‘StringEquals’: {‘scp:RequestedRegion’: [‘kr-west1’]}}, ‘Effect’: ‘Allow’, ‘NotAction’: ‘’, ‘Principal’: ‘’, ‘Resource’: ‘’, ‘Sid’: ‘statement1’}], ‘Version’: ‘2024-07-01’}, ‘created_at’: ‘2024-05-17T00:23:17Z’, ‘created_by’: ’ef50cdc207f05f6fb8f20219f229ed1f’, ‘creator_email’: ‘-’, ‘creator_name’: ‘-’, ‘description’: ‘string’, ‘id’: ‘f39c460fade34fecb05ede8f904b24b7’, ‘max_session_duration’: 0, ‘modified_at’: ‘2024-05-17T00:23:17Z’, ‘modified_by’: ’ef50cdc207f05f6fb8f20219f229ed1f’, ‘modifier_email’: ‘-’, ‘modifier_name’: ‘-’, ’name’: ‘string’, ’type’: ‘DEFAULT’}] |
| size | size | 20 |
| sort | sort | [‘created_at:asc’] |
| users | User | [{‘access_control’: False, ‘account_id’: ‘d7aba97100564b34a0f4f77c4bc7a303’, ‘account_name’: ‘’, ‘allowed_ip_addresses’: ‘’, ‘company_name’: ‘’, ‘created_at’: ‘2024-11-15T06:57:42.000000Z’, ‘created_by’: ‘90dddfc2b1e04edba54ba2b41539a9ac’, ‘description’: ‘’, ‘domain_name’: ‘scp’, ‘dst_offset’: ‘+09:00’, ’email’: ‘samsung.kim@samsung.com’, ’email_authenticate_code’: ‘8ada8861bad2423295e4bb576bee5886’, ’email_authenticated’: True, ‘first_name’: ‘’, ‘groups’: [], ‘id’: ‘90dddfc2b1e04edba54ba2b41539a9ac’, ‘keycloak_id’: ‘127e3d8c-66dc-4b1b-b38b-9a1d0c6d5507’, ‘keystone_credential’: ‘’, ’last_login_at’: ‘2024-11-25T06:57:42.000000Z’, ’last_name’: ‘’, ’last_password_update_at’: ‘’, ’login_id’: ‘’, ‘modified_at’: ‘2024-11-17T06:57:42.000000Z’, ‘modified_by’: ‘90dddfc2b1e04edba54ba2b41539a9ac’, ’nation_id’: ‘+82’, ‘phone_authenticated’: False, ‘phone_number’: ‘0000000000’, ‘policies’: [], ‘state’: ‘ACTIVE’, ’temporary_password’: False, ’term_region_id’: ‘1’, ’timezone’: ‘Asia/Seoul’, ’type’: ‘IAM’, ’tz_id’: ‘Asia/Seoul’, ‘user_name’: ‘Kim Samsung’, ‘utc_offset’: ‘+09:00’}] |
1.23 - Get an access key
1.23.1 - 1.2
scpcli iam access-key show
--access_key_id <value>
Description
Get an access key
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
access_key_id required | string | Access key ID | f39c460fade34fecb05ede8f904b24b7 |
Responses
| Name | Description | Example |
|---|
| id | ID | 6558fc9df5b54c8a985465bdf637e097 |
| access_key | Access Key | b754b12b39da4ce29a40c5e324650bd0 |
| access_key_type | Access key type | PERMANENT |
| account_id | Account Id | f39c460fade34fecb05ede8f904b24b7 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Description | description |
| expiration_timestamp | Access key expiration timestamp | 9999-12-31T23:59:59Z |
| is_enabled | 활성화 여부 | true |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| parent_access_key_id | Parent access key ID which is used for temporary access key to create by | 92d6eid9e9ae4f868s842910k11573a3 |
| secret_key | Secret Key | c4150149-f7c6-46bc-9faa-d2b9d20e0899 |
1.23.2 - 1.1
scpcli iam access-key show
--access_key_id <value>
Description
Get an access key
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
access_key_id required | string | Access key ID | f39c460fade34fecb05ede8f904b24b7 |
Responses
| Name | Description | Example |
|---|
| id | ID | 6558fc9df5b54c8a985465bdf637e097 |
| access_key | Access Key | b754b12b39da4ce29a40c5e324650bd0 |
| access_key_type | Access key type | PERMANENT |
| account_id | Account Id | f39c460fade34fecb05ede8f904b24b7 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Description | description |
| expiration_timestamp | Access key expiration timestamp | 9999-12-31T23:59:59Z |
| is_enabled | 활성화 여부 | true |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| parent_access_key_id | Parent access key ID which is used for temporary access key to create by | 92d6eid9e9ae4f868s842910k11573a3 |
| secret_key | Secret Key | c4150149-f7c6-46bc-9faa-d2b9d20e0899 |
1.23.3 - 1.0
scpcli iam access-key show
--access_key_id <value>
Description
Get an access key
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
access_key_id required | string | Access key ID | f39c460fade34fecb05ede8f904b24b7 |
Responses
| Name | Description | Example |
|---|
| id | ID | 6558fc9df5b54c8a985465bdf637e097 |
| access_key | Access Key | b754b12b39da4ce29a40c5e324650bd0 |
| access_key_type | Access key type | PERMANENT |
| account_id | Account Id | f39c460fade34fecb05ede8f904b24b7 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Description | description |
| expiration_timestamp | Access key expiration timestamp | 9999-12-31T23:59:59Z |
| is_enabled | 활성화 여부 | true |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| parent_access_key_id | Parent access key ID which is used for temporary access key to create by | 92d6eid9e9ae4f868s842910k11573a3 |
| secret_key | Secret Key | c4150149-f7c6-46bc-9faa-d2b9d20e0899 |
1.24 - Get endpoint list
1.24.1 - 1.2
scpcli iam endpoint list
Description
Get endpoint list
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Responses
1.24.2 - 1.1
scpcli iam endpoint list
Description
Get endpoint list
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Responses
1.24.3 - 1.0
scpcli iam endpoint list
Description
Get endpoint list
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Responses
1.25 - Get IAM users
1.25.1 - 1.2
scpcli iam iam user show
--user_id <value>
--account_id <value>
Description
Get IAM users
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User ID | - |
account_id required | string | Account ID | - |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.25.2 - 1.1
scpcli iam iam user show
--user_id <value>
--account_id <value>
Description
Get IAM users
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User ID | - |
account_id required | string | Account ID | - |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.25.3 - 1.0
scpcli iam iam user show
--user_id <value>
--account_id <value>
Description
Get IAM users
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User ID | - |
account_id required | string | Account ID | - |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.26 - Get policy list
1.26.1 - 1.2
scpcli iam policy list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--policy_name <value>]
[--policy_type <value>]
[--service_type <value>]
[--creator_name <value>]
[--creator_email <value>]
[--modifier_name <value>]
[--modifier_email <value>]
[--exclude_group_id <value>]
[--exclude_user_id <value>]
Description
Get policy list
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
policy_name optional | string | Policy Name | ViewerAccess |
policy_type optional | string | Policy Type | SYSTEM_MANAGED |
service_type optional | string | Service Type | scp-iam |
creator_name optional | string | Policy 생성자 성, 이름 | test1 |
creator_email optional | string | Policy 생성자 Email | test@test.com |
modifier_name optional | string | Policy 수정자 성, 이름 | test1 |
modifier_email optional | string | Policy 수정자 Email | test@test.com |
exclude_group_id optional | string | 제외할 Group ID | a946662dc4314dac93da413a32457459 |
exclude_user_id optional | string | 제외할 User ID | - |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.26.2 - 1.1
scpcli iam policy list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--policy_name <value>]
[--policy_type <value>]
[--service_type <value>]
[--creator_name <value>]
[--creator_email <value>]
[--modifier_name <value>]
[--modifier_email <value>]
[--exclude_group_id <value>]
[--exclude_user_id <value>]
Description
Get policy list
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
policy_name optional | string | Policy Name | ViewerAccess |
policy_type optional | string | Policy Type | SYSTEM_MANAGED |
service_type optional | string | Service Type | scp-iam |
creator_name optional | string | Policy 생성자 성, 이름 | test1 |
creator_email optional | string | Policy 생성자 Email | test@test.com |
modifier_name optional | string | Policy 수정자 성, 이름 | test1 |
modifier_email optional | string | Policy 수정자 Email | test@test.com |
exclude_group_id optional | string | 제외할 Group ID | a946662dc4314dac93da413a32457459 |
exclude_user_id optional | string | 제외할 User ID | - |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.26.3 - 1.0
scpcli iam policy list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--policy_name <value>]
[--policy_type <value>]
[--service_type <value>]
[--creator_name <value>]
[--creator_email <value>]
[--modifier_name <value>]
[--modifier_email <value>]
[--exclude_group_id <value>]
[--exclude_user_id <value>]
Description
Get policy list
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
policy_name optional | string | Policy Name | ViewerAccess |
policy_type optional | string | Policy Type | SYSTEM_MANAGED |
service_type optional | string | Service Type | scp-iam |
creator_name optional | string | Policy 생성자 성, 이름 | test1 |
creator_email optional | string | Policy 생성자 Email | test@test.com |
modifier_name optional | string | Policy 수정자 성, 이름 | test1 |
modifier_email optional | string | Policy 수정자 Email | test@test.com |
exclude_group_id optional | string | 제외할 Group ID | a946662dc4314dac93da413a32457459 |
exclude_user_id optional | string | 제외할 User ID | - |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.27 - Get role
1.27.1 - 1.2
scpcli iam role show
--role_id <value>
Description
Get role
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| account_id | 역할이 속한 계정의 ID | |
| assume_role_policy_document | 역할 신뢰 정책 | |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | |
| creator_name | 생성자 성, 이름 | |
| description | 역할 설명 | |
| max_session_duration | 역할 세션 최대 지속 시간(초) | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | |
| modifier_name | 수정자 성, 이름 | |
| name | 역할명 | |
| policies | 역할에 연결된 정책 목록 | |
| type | 역할 유형 | |
1.27.2 - 1.1
scpcli iam role show
--role_id <value>
Description
Get role
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| account_id | 역할이 속한 계정의 ID | |
| assume_role_policy_document | 역할 신뢰 정책 | |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | |
| creator_name | 생성자 성, 이름 | |
| description | 역할 설명 | |
| max_session_duration | 역할 세션 최대 지속 시간(초) | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | |
| modifier_name | 수정자 성, 이름 | |
| name | 역할명 | |
| policies | 역할에 연결된 정책 목록 | |
| type | 역할 유형 | |
1.27.3 - 1.0
scpcli iam role show
--role_id <value>
Description
Get role
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| account_id | 역할이 속한 계정의 ID | |
| assume_role_policy_document | 역할 신뢰 정책 | |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | |
| creator_name | 생성자 성, 이름 | |
| description | 역할 설명 | |
| max_session_duration | 역할 세션 최대 지속 시간(초) | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | |
| modifier_name | 수정자 성, 이름 | |
| name | 역할명 | |
| policies | 역할에 연결된 정책 목록 | |
| type | 역할 유형 | |
1.28 - Get role list
1.28.1 - 1.2
scpcli iam role list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--role_type <value>]
[--account_id <value>]
[--exclude_policy_id <value>]
Description
Get role list
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | 역할명 | - |
role_type optional | string | 역할 유형 | - |
account_id optional | string | 역할이 속한 계정의 ID | - |
exclude_policy_id optional | string | 예외 대상 정책 | - |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| account_id | 역할이 속한 계정의 ID | |
| assume_role_policy_document | 역할 신뢰 정책 | |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | |
| creator_name | 생성자 성, 이름 | |
| description | 역할 설명 | |
| max_session_duration | 역할 세션 최대 지속 시간(초) | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | |
| modifier_name | 수정자 성, 이름 | |
| name | 역할명 | |
| policies | 역할에 연결된 정책 목록 | |
| type | 역할 유형 | |
1.28.2 - 1.1
scpcli iam role list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--role_type <value>]
[--account_id <value>]
[--exclude_policy_id <value>]
Description
Get role list
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | 역할명 | - |
role_type optional | string | 역할 유형 | - |
account_id optional | string | 역할이 속한 계정의 ID | - |
exclude_policy_id optional | string | 예외 대상 정책 | - |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| account_id | 역할이 속한 계정의 ID | |
| assume_role_policy_document | 역할 신뢰 정책 | |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | |
| creator_name | 생성자 성, 이름 | |
| description | 역할 설명 | |
| max_session_duration | 역할 세션 최대 지속 시간(초) | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | |
| modifier_name | 수정자 성, 이름 | |
| name | 역할명 | |
| policies | 역할에 연결된 정책 목록 | |
| type | 역할 유형 | |
1.28.3 - 1.0
scpcli iam role list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--role_type <value>]
[--account_id <value>]
[--exclude_policy_id <value>]
Description
Get role list
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | 역할명 | - |
role_type optional | string | 역할 유형 | - |
account_id optional | string | 역할이 속한 계정의 ID | - |
exclude_policy_id optional | string | 예외 대상 정책 | - |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| account_id | 역할이 속한 계정의 ID | |
| assume_role_policy_document | 역할 신뢰 정책 | |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | |
| creator_name | 생성자 성, 이름 | |
| description | 역할 설명 | |
| max_session_duration | 역할 세션 최대 지속 시간(초) | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | |
| modifier_name | 수정자 성, 이름 | |
| name | 역할명 | |
| policies | 역할에 연결된 정책 목록 | |
| type | 역할 유형 | |
1.29 - Get Role Policy-Binding list
1.29.1 - 1.2
scpcli iam role policy binding list
--role_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--policy_id <value>]
[--policy_name <value>]
[--policy_type <value>]
Description
Get Role Policy-Binding list
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
policy_id optional | string | 역할에 연결된 정책 ID | - |
policy_name optional | string | 역할에 연결된 정책 이름 | - |
policy_type optional | string | 역할에 연결된 정책 유형 목록 | ['SYSTEM_MANAGED', 'USER_DEFINED', 'INLINE'] |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.29.2 - 1.1
scpcli iam role policy binding list
--role_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--policy_id <value>]
[--policy_name <value>]
[--policy_type <value>]
Description
Get Role Policy-Binding list
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
policy_id optional | string | 역할에 연결된 정책 ID | - |
policy_name optional | string | 역할에 연결된 정책 이름 | - |
policy_type optional | string | 역할에 연결된 정책 유형 목록 | ['SYSTEM_MANAGED', 'USER_DEFINED', 'INLINE'] |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.29.3 - 1.0
scpcli iam role policy binding list
--role_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--policy_id <value>]
[--policy_name <value>]
[--policy_type <value>]
Description
Get Role Policy-Binding list
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
policy_id optional | string | 역할에 연결된 정책 ID | - |
policy_name optional | string | 역할에 연결된 정책 이름 | - |
policy_type optional | string | 역할에 연결된 정책 유형 목록 | ['SYSTEM_MANAGED', 'USER_DEFINED', 'INLINE'] |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.30 - Get saml provider information
1.30.1 - 1.2
scpcli iam saml provider show
--saml_provider_id <value>
Description
Get saml provider information
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
saml_provider_id required | string | 자격증명공급자 ID | - |
Responses
| Name | Description | Example |
|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | |
| acs_url | ACS URL | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | 생성자 | |
| description | 자격증명공급자 설명 | |
| federation_type | 자격증명공급자 유형 | |
| idp_cert_end | 유효기간 | |
| idp_file_data | 메타데이터 내용 | |
| idp_file_name | 메타데이터 파일 이름 | |
| idp_file_size | 메타데이터 파일 크기 | |
| idp_issuer_url | 발행자 URL | |
| idp_sso_url | SSO 서비스 위치 | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | 수정자 | |
| saml_provider_name | 자격증명공급자 이름 | |
1.30.2 - 1.1
scpcli iam saml provider show
--saml_provider_id <value>
Description
Get saml provider information
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
saml_provider_id required | string | 자격증명공급자 ID | - |
Responses
| Name | Description | Example |
|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | |
| acs_url | ACS URL | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | 생성자 | |
| description | 자격증명공급자 설명 | |
| federation_type | 자격증명공급자 유형 | |
| idp_cert_end | 유효기간 | |
| idp_file_data | 메타데이터 내용 | |
| idp_file_name | 메타데이터 파일 이름 | |
| idp_file_size | 메타데이터 파일 크기 | |
| idp_issuer_url | 발행자 URL | |
| idp_sso_url | SSO 서비스 위치 | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | 수정자 | |
| saml_provider_name | 자격증명공급자 이름 | |
1.30.3 - 1.0
scpcli iam saml provider show
--saml_provider_id <value>
Description
Get saml provider information
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
saml_provider_id required | string | 자격증명공급자 ID | - |
Responses
| Name | Description | Example |
|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | |
| acs_url | ACS URL | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | 생성자 | |
| description | 자격증명공급자 설명 | |
| federation_type | 자격증명공급자 유형 | |
| idp_cert_end | 유효기간 | |
| idp_file_data | 메타데이터 내용 | |
| idp_file_name | 메타데이터 파일 이름 | |
| idp_file_size | 메타데이터 파일 크기 | |
| idp_issuer_url | 발행자 URL | |
| idp_sso_url | SSO 서비스 위치 | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | 수정자 | |
| saml_provider_name | 자격증명공급자 이름 | |
1.31 - Get service account
1.31.1 - 1.2
scpcli iam service account show
--service_account_id <value>
Description
Get service account
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
service_account_id required | string | Service Account ID | - |
Responses
| Name | Description | Example |
|---|
| id | Service Account ID | |
| name | Service Account Name | |
| password | Service Account’s Password | |
| service | Service Account’s Service | |
1.31.2 - 1.1
scpcli iam service account show
--service_account_id <value>
Description
Get service account
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
service_account_id required | string | Service Account ID | - |
Responses
| Name | Description | Example |
|---|
| id | Service Account ID | |
| name | Service Account Name | |
| password | Service Account’s Password | |
| service | Service Account’s Service | |
1.31.3 - 1.0
scpcli iam service account show
--service_account_id <value>
Description
Get service account
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
service_account_id required | string | Service Account ID | - |
Responses
| Name | Description | Example |
|---|
| id | Service Account ID | |
| name | Service Account Name | |
| password | Service Account’s Password | |
| service | Service Account’s Service | |
1.32 - Get user policy-binding list
1.32.1 - 1.2
scpcli iam user policy show
--user_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--policy_id <value>]
[--policy_name <value>]
[--policy_type <value>]
Description
Get user policy-binding list
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | 사용자 ID | - |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
policy_id optional | string | Policy Id | - |
policy_name optional | string | Policy Name | ViewerAccess |
policy_type optional | string | Policy Type List | ['SYSTEM_MANAGED', 'USER_DEFINED'] |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.32.2 - 1.1
scpcli iam user policy show
--user_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--policy_id <value>]
[--policy_name <value>]
[--policy_type <value>]
Description
Get user policy-binding list
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | 사용자 ID | - |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
policy_id optional | string | Policy Id | - |
policy_name optional | string | Policy Name | ViewerAccess |
policy_type optional | string | Policy Type List | ['SYSTEM_MANAGED', 'USER_DEFINED'] |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.32.3 - 1.0
scpcli iam user policy show
--user_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--policy_id <value>]
[--policy_name <value>]
[--policy_type <value>]
Description
Get user policy-binding list
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | 사용자 ID | - |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
policy_id optional | string | Policy Id | - |
policy_name optional | string | Policy Name | ViewerAccess |
policy_type optional | string | Policy Type List | ['SYSTEM_MANAGED', 'USER_DEFINED'] |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.33 - Group Member list
1.33.1 - 1.2
scpcli iam group user list
--group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--user_name <value>]
[--user_email <value>]
[--creator_name <value>]
[--creator_email <value>]
Description
Group Member list
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
user_name optional | string | Group Member 성, 이름 | Kim Samsung |
user_email optional | string | Group Member Email | samsung.kim@samsung.com |
creator_name optional | string | Group Member 생성자 성, 이름 | Kim Samsung |
creator_email optional | string | Group Member 생성자 Email | samsung.kim@samsung.com |
Responses
| Name | Description | Example |
|---|
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_last_login_at | Group Member last login at | 2024-05-17T00:23:17Z |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| group_names | Group names | [‘TestGroup’, ‘SampleGroup’] |
| user_created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| user_email | User Email | samsung.kim@samsung.com |
| user_id | User ID | f39c460fade34fecb05ede8f904b24b7 |
| user_last_login_at | Group Member last login at | 2024-05-17T00:23:17Z |
| user_name | User 성, 이름 | Kim Samsung |
1.33.2 - 1.1
scpcli iam group user list
--group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--user_name <value>]
[--user_email <value>]
[--creator_name <value>]
[--creator_email <value>]
Description
Group Member list
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
user_name optional | string | Group Member 성, 이름 | Kim Samsung |
user_email optional | string | Group Member Email | samsung.kim@samsung.com |
creator_name optional | string | Group Member 생성자 성, 이름 | Kim Samsung |
creator_email optional | string | Group Member 생성자 Email | samsung.kim@samsung.com |
Responses
| Name | Description | Example |
|---|
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_last_login_at | Group Member last login at | 2024-05-17T00:23:17Z |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| group_names | Group names | [‘TestGroup’, ‘SampleGroup’] |
| user_created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| user_email | User Email | samsung.kim@samsung.com |
| user_id | User ID | f39c460fade34fecb05ede8f904b24b7 |
| user_last_login_at | Group Member last login at | 2024-05-17T00:23:17Z |
| user_name | User 성, 이름 | Kim Samsung |
1.33.3 - 1.0
scpcli iam group user list
--group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--user_name <value>]
[--user_email <value>]
[--creator_name <value>]
[--creator_email <value>]
Description
Group Member list
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
user_name optional | string | Group Member 성, 이름 | Kim Samsung |
user_email optional | string | Group Member Email | samsung.kim@samsung.com |
creator_name optional | string | Group Member 생성자 성, 이름 | Kim Samsung |
creator_email optional | string | Group Member 생성자 Email | samsung.kim@samsung.com |
Responses
| Name | Description | Example |
|---|
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_last_login_at | Group Member last login at | 2024-05-17T00:23:17Z |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| group_names | Group names | [‘TestGroup’, ‘SampleGroup’] |
| user_created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| user_email | User Email | samsung.kim@samsung.com |
| user_id | User ID | f39c460fade34fecb05ede8f904b24b7 |
| user_last_login_at | Group Member last login at | 2024-05-17T00:23:17Z |
| user_name | User 성, 이름 | Kim Samsung |
1.34 - List access keys
1.34.1 - 1.2
scpcli iam access-key list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--account_id <value>]
[--access_key_type <value>]
[--parent_access_key_id <value>]
Description
List access keys
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | limit | 20 |
marker optional | string | marker | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
account_id optional | string | Account Id | f39c460fade34fecb05ede8f904b24b7 |
access_key_type optional | string | Access key type | PERMANENT |
parent_access_key_id optional | string | Parent access key ID | f39c460fade34fecb05ede8f904b24b7 |
Responses
| Name | Description | Example |
|---|
| id | ID | 6558fc9df5b54c8a985465bdf637e097 |
| access_key | Access Key | b754b12b39da4ce29a40c5e324650bd0 |
| access_key_type | Access key type | PERMANENT |
| account_id | Account Id | f39c460fade34fecb05ede8f904b24b7 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Description | description |
| expiration_timestamp | Access key expiration timestamp | 9999-12-31T23:59:59Z |
| is_enabled | 활성화 여부 | true |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| parent_access_key_id | Parent access key ID which is used for temporary access key to create by | 92d6eid9e9ae4f868s842910k11573a3 |
| secret_key | Secret Key | c4150149-f7c6-46bc-9faa-d2b9d20e0899 |
1.34.2 - 1.1
scpcli iam access-key list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--account_id <value>]
[--access_key_type <value>]
[--parent_access_key_id <value>]
Description
List access keys
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | limit | 20 |
marker optional | string | marker | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
account_id optional | string | Account Id | f39c460fade34fecb05ede8f904b24b7 |
access_key_type optional | string | Access key type | PERMANENT |
parent_access_key_id optional | string | Parent access key ID | f39c460fade34fecb05ede8f904b24b7 |
Responses
| Name | Description | Example |
|---|
| id | ID | 6558fc9df5b54c8a985465bdf637e097 |
| access_key | Access Key | b754b12b39da4ce29a40c5e324650bd0 |
| access_key_type | Access key type | PERMANENT |
| account_id | Account Id | f39c460fade34fecb05ede8f904b24b7 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Description | description |
| expiration_timestamp | Access key expiration timestamp | 9999-12-31T23:59:59Z |
| is_enabled | 활성화 여부 | true |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| parent_access_key_id | Parent access key ID which is used for temporary access key to create by | 92d6eid9e9ae4f868s842910k11573a3 |
| secret_key | Secret Key | c4150149-f7c6-46bc-9faa-d2b9d20e0899 |
1.34.3 - 1.0
scpcli iam access-key list
[--with_count <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--account_id <value>]
[--access_key_type <value>]
[--parent_access_key_id <value>]
Description
List access keys
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
with_count optional | string | with count | true |
limit optional | integer | limit | 20 |
marker optional | string | marker | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
account_id optional | string | Account Id | f39c460fade34fecb05ede8f904b24b7 |
access_key_type optional | string | Access key type | PERMANENT |
parent_access_key_id optional | string | Parent access key ID | f39c460fade34fecb05ede8f904b24b7 |
Responses
| Name | Description | Example |
|---|
| id | ID | 6558fc9df5b54c8a985465bdf637e097 |
| access_key | Access Key | b754b12b39da4ce29a40c5e324650bd0 |
| access_key_type | Access key type | PERMANENT |
| account_id | Account Id | f39c460fade34fecb05ede8f904b24b7 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Description | description |
| expiration_timestamp | Access key expiration timestamp | 9999-12-31T23:59:59Z |
| is_enabled | 활성화 여부 | true |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| parent_access_key_id | Parent access key ID which is used for temporary access key to create by | 92d6eid9e9ae4f868s842910k11573a3 |
| secret_key | Secret Key | c4150149-f7c6-46bc-9faa-d2b9d20e0899 |
1.35 - List Groups
1.35.1 - 1.2
scpcli iam group list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--types <value>]
[--ids <value>]
[--has_member <value>]
[--has_role <value>]
[--is_completed <value>]
[--creator_name <value>]
[--creator_email <value>]
[--modifier_name <value>]
[--modifier_email <value>]
[--exclude_user_id <value>]
[--exclude_policy_id <value>]
Description
List Groups
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Group 이름 | TestGroup |
types optional | string | Group Types | USER_DEFINED,DEFAULT |
ids optional | string | Group IDs | 629114aa440b456797cc5da5d3d2ef5d,f2b62d3cba5f42a796783266507ce765 |
has_member optional | string | Group Member 존재 여부 | false |
has_role optional | string | Group Role 존재 여부 | false |
is_completed optional | string | Group 완결 여부 | false |
creator_name optional | string | Group 생성자 성, 이름 | Kim Samsung |
creator_email optional | string | Group 생성자 Email | samsung.kim@samsung.com |
modifier_name optional | string | Group 수정자 성, 이름 | Kim Samsung |
modifier_email optional | string | Group 수정자 Email | samsung.kim@samsung.com |
exclude_user_id optional | string | 제외할 사용자 ID | f39c460fade34fecb05ede8f904b24b7 |
exclude_policy_id optional | string | 제외할 정책 ID | 37f2e31ff86b415698d7e8eeafab445d |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| description | Group 설명 | Descriptions for group |
| domain_name | 도메인 이름 | scp |
| members | Project Group Member List | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| name | Group 이름 | TestGroup |
| policies | Policy | [] |
| resource_type | 리소스 명 | group |
| roles | Role 정보 | [] |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | 서비스 명 | iam |
| srn | Group SRN | srn:dev1:::::iam:group/0e0688b33641451a83d2ab8878666fda |
| type | Group Type | USER_DEFINED |
1.35.2 - 1.1
scpcli iam group list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--types <value>]
[--ids <value>]
[--has_member <value>]
[--has_role <value>]
[--is_completed <value>]
[--creator_name <value>]
[--creator_email <value>]
[--modifier_name <value>]
[--modifier_email <value>]
[--exclude_user_id <value>]
[--exclude_policy_id <value>]
Description
List Groups
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Group 이름 | TestGroup |
types optional | string | Group Types | USER_DEFINED,DEFAULT |
ids optional | string | Group IDs | 629114aa440b456797cc5da5d3d2ef5d,f2b62d3cba5f42a796783266507ce765 |
has_member optional | string | Group Member 존재 여부 | false |
has_role optional | string | Group Role 존재 여부 | false |
is_completed optional | string | Group 완결 여부 | false |
creator_name optional | string | Group 생성자 성, 이름 | Kim Samsung |
creator_email optional | string | Group 생성자 Email | samsung.kim@samsung.com |
modifier_name optional | string | Group 수정자 성, 이름 | Kim Samsung |
modifier_email optional | string | Group 수정자 Email | samsung.kim@samsung.com |
exclude_user_id optional | string | 제외할 사용자 ID | f39c460fade34fecb05ede8f904b24b7 |
exclude_policy_id optional | string | 제외할 정책 ID | 37f2e31ff86b415698d7e8eeafab445d |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| description | Group 설명 | Descriptions for group |
| domain_name | 도메인 이름 | scp |
| members | Project Group Member List | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| name | Group 이름 | TestGroup |
| policies | Policy | [] |
| resource_type | 리소스 명 | group |
| roles | Role 정보 | [] |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | 서비스 명 | iam |
| srn | Group SRN | srn:dev1:::::iam:group/0e0688b33641451a83d2ab8878666fda |
| type | Group Type | USER_DEFINED |
1.35.3 - 1.0
scpcli iam group list
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--types <value>]
[--ids <value>]
[--has_member <value>]
[--has_role <value>]
[--is_completed <value>]
[--creator_name <value>]
[--creator_email <value>]
[--modifier_name <value>]
[--modifier_email <value>]
[--exclude_user_id <value>]
[--exclude_policy_id <value>]
Description
List Groups
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | Group 이름 | TestGroup |
types optional | string | Group Types | USER_DEFINED,DEFAULT |
ids optional | string | Group IDs | 629114aa440b456797cc5da5d3d2ef5d,f2b62d3cba5f42a796783266507ce765 |
has_member optional | string | Group Member 존재 여부 | false |
has_role optional | string | Group Role 존재 여부 | false |
is_completed optional | string | Group 완결 여부 | false |
creator_name optional | string | Group 생성자 성, 이름 | Kim Samsung |
creator_email optional | string | Group 생성자 Email | samsung.kim@samsung.com |
modifier_name optional | string | Group 수정자 성, 이름 | Kim Samsung |
modifier_email optional | string | Group 수정자 Email | samsung.kim@samsung.com |
exclude_user_id optional | string | 제외할 사용자 ID | f39c460fade34fecb05ede8f904b24b7 |
exclude_policy_id optional | string | 제외할 정책 ID | 37f2e31ff86b415698d7e8eeafab445d |
Responses
| Name | Description | Example |
|---|
| id | ID | f39c460fade34fecb05ede8f904b24b7 |
| created_at | 생성 일시 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | ef50cdc207f05f6fb8f20219f229ed1f |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| description | Group 설명 | Descriptions for group |
| domain_name | 도메인 이름 | scp |
| members | Project Group Member List | |
| modified_at | 수정 일시 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | ef50cdc207f05f6fb8f20219f229ed1f |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| name | Group 이름 | TestGroup |
| policies | Policy | [] |
| resource_type | 리소스 명 | group |
| roles | Role 정보 | [] |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | 서비스 명 | iam |
| srn | Group SRN | srn:dev1:::::iam:group/0e0688b33641451a83d2ab8878666fda |
| type | Group Type | USER_DEFINED |
1.36 - List IAM users
1.36.1 - 1.2
scpcli iam iam user list
--account_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--login_id <value>]
[--email <value>]
[--nation_id <value>]
[--phone_number <value>]
[--user_name <value>]
[--exclude_group_id <value>]
[--exclude_policy_id <value>]
[--type <value>]
Description
List IAM users
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
account_id required | string | Account ID | - |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
login_id optional | string | Login ID | - |
email optional | string | 사용자 Email | - |
nation_id optional | string | 국가 ID | - |
phone_number optional | string | 사용자 휴대 전화 번호 | - |
user_name optional | string | 사용자 이름 | - |
exclude_group_id optional | string | 예외 대상 그룹 | - |
exclude_policy_id optional | string | 예외 대상 정책 | - |
type optional | string | User Type | - |
Responses
| Name | Description | Example |
|---|
| id | ID | |
| account_id | Account ID | |
| company_name | 회사 이름 | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | User Description | |
| dst_offset | DST Offset | |
| email | User Email | |
| email_authenticated | email 인증 여부 | |
| first_name | 사용자 이름 | |
| groups | group names | |
| last_login_at | 마지막 로그인 | |
| last_name | 사용자 성 | |
| last_password_update_at | 마지막 비밀번호 수정시간 | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Name | |
| password_reuse_count | 비밀 번호 재사용 가능 횟수 | |
| phone_authenticated | 휴대폰 인증 여부 | |
| policies | User Policies | [] |
| state | 상태 | |
| timezone | Timezone ID | |
| type | Type | |
| tz_id | Timezone ID | |
| user_name | User Name | |
| utc_offset | UTC Offset | |
1.36.2 - 1.1
scpcli iam iam user list
--account_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--login_id <value>]
[--email <value>]
[--nation_id <value>]
[--phone_number <value>]
[--user_name <value>]
[--exclude_group_id <value>]
[--exclude_policy_id <value>]
[--type <value>]
Description
List IAM users
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
account_id required | string | Account ID | - |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
login_id optional | string | Login ID | - |
email optional | string | 사용자 Email | - |
nation_id optional | string | 국가 ID | - |
phone_number optional | string | 사용자 휴대 전화 번호 | - |
user_name optional | string | 사용자 이름 | - |
exclude_group_id optional | string | 예외 대상 그룹 | - |
exclude_policy_id optional | string | 예외 대상 정책 | - |
type optional | string | User Type | - |
Responses
| Name | Description | Example |
|---|
| id | ID | |
| account_id | Account ID | |
| company_name | 회사 이름 | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | User Description | |
| dst_offset | DST Offset | |
| email | User Email | |
| email_authenticated | email 인증 여부 | |
| first_name | 사용자 이름 | |
| groups | group names | |
| last_login_at | 마지막 로그인 | |
| last_name | 사용자 성 | |
| last_password_update_at | 마지막 비밀번호 수정시간 | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Name | |
| password_reuse_count | 비밀 번호 재사용 가능 횟수 | |
| phone_authenticated | 휴대폰 인증 여부 | |
| policies | User Policies | [] |
| state | 상태 | |
| timezone | Timezone ID | |
| type | Type | |
| tz_id | Timezone ID | |
| user_name | User Name | |
| utc_offset | UTC Offset | |
1.36.3 - 1.0
scpcli iam iam user list
--account_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--login_id <value>]
[--email <value>]
[--nation_id <value>]
[--phone_number <value>]
[--user_name <value>]
[--exclude_group_id <value>]
[--exclude_policy_id <value>]
[--type <value>]
Description
List IAM users
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
account_id required | string | Account ID | - |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
login_id optional | string | Login ID | - |
email optional | string | 사용자 Email | - |
nation_id optional | string | 국가 ID | - |
phone_number optional | string | 사용자 휴대 전화 번호 | - |
user_name optional | string | 사용자 이름 | - |
exclude_group_id optional | string | 예외 대상 그룹 | - |
exclude_policy_id optional | string | 예외 대상 정책 | - |
type optional | string | User Type | - |
Responses
| Name | Description | Example |
|---|
| id | ID | |
| account_id | Account ID | |
| company_name | 회사 이름 | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | User Description | |
| dst_offset | DST Offset | |
| email | User Email | |
| email_authenticated | email 인증 여부 | |
| first_name | 사용자 이름 | |
| groups | group names | |
| last_login_at | 마지막 로그인 | |
| last_name | 사용자 성 | |
| last_password_update_at | 마지막 비밀번호 수정시간 | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Name | |
| password_reuse_count | 비밀 번호 재사용 가능 횟수 | |
| phone_authenticated | 휴대폰 인증 여부 | |
| policies | User Policies | [] |
| state | 상태 | |
| timezone | Timezone ID | |
| type | Type | |
| tz_id | Timezone ID | |
| user_name | User Name | |
| utc_offset | UTC Offset | |
1.37 - List saml providers
1.37.1 - 1.2
scpcli iam saml provider list
[--size <value>]
[--page <value>]
[--sort <value>]
[--federation_type <value>]
[--saml_provider_name <value>]
Description
List saml providers
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
federation_type optional | string | 자격증명공급자 유형 | - |
saml_provider_name optional | string | 자격증명공급자 이름 | - |
Responses
| Name | Description | Example |
|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | 생성자 | |
| description | 자격증명공급자 설명 | |
| federation_type | 자격증명공급자 유형 | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | 수정자 | |
| saml_provider_name | 자격증명공급자 이름 | |
1.37.2 - 1.1
scpcli iam saml provider list
[--size <value>]
[--page <value>]
[--sort <value>]
[--federation_type <value>]
[--saml_provider_name <value>]
Description
List saml providers
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
federation_type optional | string | 자격증명공급자 유형 | - |
saml_provider_name optional | string | 자격증명공급자 이름 | - |
Responses
| Name | Description | Example |
|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | 생성자 | |
| description | 자격증명공급자 설명 | |
| federation_type | 자격증명공급자 유형 | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | 수정자 | |
| saml_provider_name | 자격증명공급자 이름 | |
1.37.3 - 1.0
scpcli iam saml provider list
[--size <value>]
[--page <value>]
[--sort <value>]
[--federation_type <value>]
[--saml_provider_name <value>]
Description
List saml providers
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
federation_type optional | string | 자격증명공급자 유형 | - |
saml_provider_name optional | string | 자격증명공급자 이름 | - |
Responses
| Name | Description | Example |
|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | Account ID | |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_name | 생성자 | |
| description | 자격증명공급자 설명 | |
| federation_type | 자격증명공급자 유형 | |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_name | 수정자 | |
| saml_provider_name | 자격증명공급자 이름 | |
1.38 - List service accounts
1.38.1 - 1.2
scpcli iam service account list
[--name <value>]
[--service <value>]
Description
List service accounts
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
name optional | string | Service Account Name | - |
service optional | string | Service Account's Service | - |
Responses
| Name | Description | Example |
|---|
| id | Service Account ID | |
| name | Service Account Name | |
| service | Service Account’s Service | |
1.38.2 - 1.1
scpcli iam service account list
[--name <value>]
[--service <value>]
Description
List service accounts
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
name optional | string | Service Account Name | - |
service optional | string | Service Account's Service | - |
Responses
| Name | Description | Example |
|---|
| id | Service Account ID | |
| name | Service Account Name | |
| service | Service Account’s Service | |
1.38.3 - 1.0
scpcli iam service account list
[--name <value>]
[--service <value>]
Description
List service accounts
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
name optional | string | Service Account Name | - |
service optional | string | Service Account's Service | - |
Responses
| Name | Description | Example |
|---|
| id | Service Account ID | |
| name | Service Account Name | |
| service | Service Account’s Service | |
1.39 - Modify a Group
1.39.1 - 1.2
scpcli iam group set
--group_id <value>
--name <value>
--description <value>
Description
Modify a Group
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
name required | string | Group 이름 | TestGroup |
description required | string | Group 설명 | Descriptions for group |
1.39.2 - 1.1
scpcli iam group set
--group_id <value>
--name <value>
--description <value>
Description
Modify a Group
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
name required | string | Group 이름 | TestGroup |
description required | string | Group 설명 | Descriptions for group |
1.39.3 - 1.0
scpcli iam group set
--group_id <value>
--name <value>
--description <value>
Description
Modify a Group
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
name required | string | Group 이름 | TestGroup |
description required | string | Group 설명 | Descriptions for group |
1.40 - Query policy list
1.40.1 - 1.2
scpcli iam policy query
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--policy_name <value>]
[--policy_type <value>]
[--service_type <value>]
[--creator_name <value>]
[--creator_email <value>]
[--modifier_name <value>]
[--modifier_email <value>]
[--exclude_group_id <value>]
[--exclude_user_id <value>]
[--excluded_policy_ids <value>]
Description
Query policy list
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
policy_name optional | string | Policy Name | ViewerAccess |
policy_type optional | string | Policy Type | SYSTEM_MANAGED |
service_type optional | string | Service Type | scp-iam |
creator_name optional | string | Policy 생성자 성, 이름 | test1 |
creator_email optional | string | Policy 생성자 Email | test@test.com |
modifier_name optional | string | Policy 수정자 성, 이름 | test1 |
modifier_email optional | string | Policy 수정자 Email | test@test.com |
exclude_group_id optional | string | 제외할 Group ID | a946662dc4314dac93da413a32457459 |
exclude_user_id optional | string | 제외할 User ID | - |
excluded_policy_ids optional | array | 제외할 Policy IDs | 37f2e31ff86b415698d7e8eeafab445d |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.40.2 - 1.1
scpcli iam policy query
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--policy_name <value>]
[--policy_type <value>]
[--service_type <value>]
[--creator_name <value>]
[--creator_email <value>]
[--modifier_name <value>]
[--modifier_email <value>]
[--exclude_group_id <value>]
[--exclude_user_id <value>]
[--excluded_policy_ids <value>]
Description
Query policy list
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
policy_name optional | string | Policy Name | ViewerAccess |
policy_type optional | string | Policy Type | SYSTEM_MANAGED |
service_type optional | string | Service Type | scp-iam |
creator_name optional | string | Policy 생성자 성, 이름 | test1 |
creator_email optional | string | Policy 생성자 Email | test@test.com |
modifier_name optional | string | Policy 수정자 성, 이름 | test1 |
modifier_email optional | string | Policy 수정자 Email | test@test.com |
exclude_group_id optional | string | 제외할 Group ID | a946662dc4314dac93da413a32457459 |
exclude_user_id optional | string | 제외할 User ID | - |
excluded_policy_ids optional | array | 제외할 Policy IDs | 37f2e31ff86b415698d7e8eeafab445d |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.40.3 - 1.0
scpcli iam policy query
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--policy_name <value>]
[--policy_type <value>]
[--service_type <value>]
[--creator_name <value>]
[--creator_email <value>]
[--modifier_name <value>]
[--modifier_email <value>]
[--exclude_group_id <value>]
[--exclude_user_id <value>]
[--excluded_policy_ids <value>]
Description
Query policy list
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
policy_name optional | string | Policy Name | ViewerAccess |
policy_type optional | string | Policy Type | SYSTEM_MANAGED |
service_type optional | string | Service Type | scp-iam |
creator_name optional | string | Policy 생성자 성, 이름 | test1 |
creator_email optional | string | Policy 생성자 Email | test@test.com |
modifier_name optional | string | Policy 수정자 성, 이름 | test1 |
modifier_email optional | string | Policy 수정자 Email | test@test.com |
exclude_group_id optional | string | 제외할 Group ID | a946662dc4314dac93da413a32457459 |
exclude_user_id optional | string | 제외할 User ID | - |
excluded_policy_ids optional | array | 제외할 Policy IDs | 37f2e31ff86b415698d7e8eeafab445d |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.41 - Remove a permission into the resource based policy
1.41.1 - 1.2
scpcli iam permission remove
--sid <value>
--srn <value>
Description
Remove a permission into the resource based policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
sid required | string | Statement ID | Statement1 |
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
1.41.2 - 1.1
scpcli iam permission remove
--sid <value>
--srn <value>
Description
Remove a permission into the resource based policy
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
sid required | string | Statement ID | Statement1 |
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
1.41.3 - 1.0
scpcli iam permission remove
--sid <value>
--srn <value>
Description
Remove a permission into the resource based policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
sid required | string | Statement ID | Statement1 |
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
1.42 - Remove a User from a Group
1.42.1 - 1.2
scpcli iam group user remove
--user_id <value>
--group_id <value>
Description
Remove a User from a Group
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User ID | ef50cdc207f05f6fb8f20219f229ed1f |
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
1.42.2 - 1.1
scpcli iam group user remove
--user_id <value>
--group_id <value>
Description
Remove a User from a Group
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User ID | ef50cdc207f05f6fb8f20219f229ed1f |
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
1.42.3 - 1.0
scpcli iam group user remove
--user_id <value>
--group_id <value>
Description
Remove a User from a Group
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User ID | ef50cdc207f05f6fb8f20219f229ed1f |
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
1.43 - Remove policies
1.43.1 - 1.2
scpcli iam policy bulk delete
[--ids <value>]
Description
Remove policies
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
ids optional | array | Policy id list | 37f2e31ff86b415698d7e8eeafab445d |
1.43.2 - 1.1
scpcli iam policy bulk delete
[--ids <value>]
Description
Remove policies
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
ids optional | array | Policy id list | 37f2e31ff86b415698d7e8eeafab445d |
1.43.3 - 1.0
scpcli iam policy bulk delete
[--ids <value>]
Description
Remove policies
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
ids optional | array | Policy id list | 37f2e31ff86b415698d7e8eeafab445d |
1.44 - Remove policy assignment from group
1.44.1 - 1.2
scpcli iam group policy delete
--policy_id <value>
--group_id <value>
Description
Remove policy assignment from group
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
1.44.2 - 1.1
scpcli iam group policy delete
--policy_id <value>
--group_id <value>
Description
Remove policy assignment from group
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
1.44.3 - 1.0
scpcli iam group policy delete
--policy_id <value>
--group_id <value>
Description
Remove policy assignment from group
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
1.45 - Remove saml providers
1.45.1 - 1.2
scpcli iam saml provider bulk delete
[--ids <value>]
Description
Remove saml providers
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
ids optional | array | Saml provider id list | - |
1.45.2 - 1.1
scpcli iam saml provider bulk delete
[--ids <value>]
Description
Remove saml providers
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
ids optional | array | Saml provider id list | - |
1.45.3 - 1.0
scpcli iam saml provider bulk delete
[--ids <value>]
Description
Remove saml providers
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
ids optional | array | Saml provider id list | - |
1.46 - Remove the access key
1.46.1 - 1.2
scpcli iam access-key delete
--access_key_id <value>
Description
Remove the access key
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
access_key_id required | string | Access key ID | f39c460fade34fecb05ede8f904b24b7 |
1.46.2 - 1.1
scpcli iam access-key delete
--access_key_id <value>
Description
Remove the access key
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
access_key_id required | string | Access key ID | f39c460fade34fecb05ede8f904b24b7 |
1.46.3 - 1.0
scpcli iam access-key delete
--access_key_id <value>
Description
Remove the access key
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
access_key_id required | string | Access key ID | f39c460fade34fecb05ede8f904b24b7 |
1.47 - Remove the access keys
1.47.1 - 1.2
scpcli iam access-key remove
[--ids <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--with_count <value>]
Description
Remove the access keys
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
ids optional | array | Access key id list | - |
limit optional | integer | limit | 20 |
marker optional | string | marker | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
with_count optional | string | with count | true |
1.47.2 - 1.1
scpcli iam access-key remove
[--ids <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--with_count <value>]
Description
Remove the access keys
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
ids optional | array | Access key id list | - |
limit optional | integer | limit | 20 |
marker optional | string | marker | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
with_count optional | string | with count | true |
1.47.3 - 1.0
scpcli iam access-key remove
[--ids <value>]
[--limit <value>]
[--marker <value>]
[--sort <value>]
[--with_count <value>]
Description
Remove the access keys
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
ids optional | array | Access key id list | - |
limit optional | integer | limit | 20 |
marker optional | string | marker | 607e0938521643b5b4b266f343fae693 |
sort optional | string | sort | created_at:desc |
with_count optional | string | with count | true |
1.48 - Remove the Group
1.48.1 - 1.2
scpcli iam group delete
--group_id <value>
Description
Remove the Group
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
1.48.2 - 1.1
scpcli iam group delete
--group_id <value>
Description
Remove the Group
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
1.48.3 - 1.0
scpcli iam group delete
--group_id <value>
Description
Remove the Group
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
1.49 - Send Temporary Access Key OTP
1.49.1 - 1.2
scpcli iam access-key send otp
[--locale <value>]
[--method <value>]
Description
Send Temporary Access Key OTP
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
locale optional | string | Locale | - |
method optional | string | OTP method (EMAIL or PHONE) | - |
Responses
1.49.2 - 1.1
scpcli iam access-key send otp
[--locale <value>]
[--method <value>]
Description
Send Temporary Access Key OTP
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
locale optional | string | Locale | - |
method optional | string | OTP method (EMAIL or PHONE) | - |
Responses
1.49.3 - 1.0
scpcli iam access-key send otp
[--locale <value>]
[--method <value>]
Description
Send Temporary Access Key OTP
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
locale optional | string | Locale | - |
method optional | string | OTP method (EMAIL or PHONE) | - |
Responses
1.50 - Set a permission into the resource based policy
1.50.1 - 1.2
scpcli iam permission set
--sid <value>
--srn <value>
--effect <value>
[--action <value>]
[--condition <value>]
[--notaction <value>]
[--principal <value>]
[--resource <value>]
[--sid <value>]
Description
Set a permission into the resource based policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
sid required | string | Statement ID | Statement1 |
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
effect required | string | Effect | Allow |
action optional | array | Action | virtualserver:ShowVirtualServer |
condition optional | object | Condition | {'StringEquals': {'scp:RequestedRegion': ['kr-west1']}} |
notaction optional | array | NotAction | - |
principal optional | string | Principal | * |
resource optional | array | Resource | srn:dev2::1234567890102345690:kr-west1::virtualserver:virtual-server/abcde-1234-5555-6666 |
sid optional | string | Statement Id | Statement1 |
1.50.2 - 1.1
scpcli iam permission set
--sid <value>
--srn <value>
--effect <value>
[--action <value>]
[--condition <value>]
[--notaction <value>]
[--principal <value>]
[--resource <value>]
[--sid <value>]
Description
Set a permission into the resource based policy
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
sid required | string | Statement ID | Statement1 |
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
effect required | string | Effect | Allow |
action optional | array | Action | virtualserver:ShowVirtualServer |
condition optional | object | Condition | {'StringEquals': {'scp:RequestedRegion': ['kr-west1']}} |
notaction optional | array | NotAction | - |
principal optional | string | Principal | * |
resource optional | array | Resource | srn:dev2::1234567890102345690:kr-west1::virtualserver:virtual-server/abcde-1234-5555-6666 |
sid optional | string | Statement Id | Statement1 |
1.50.3 - 1.0
scpcli iam permission set
--sid <value>
--srn <value>
--effect <value>
[--action <value>]
[--condition <value>]
[--notaction <value>]
[--principal <value>]
[--resource <value>]
[--sid <value>]
Description
Set a permission into the resource based policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
sid required | string | Statement ID | Statement1 |
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
effect required | string | Effect | Allow |
action optional | array | Action | virtualserver:ShowVirtualServer |
condition optional | object | Condition | {'StringEquals': {'scp:RequestedRegion': ['kr-west1']}} |
notaction optional | array | NotAction | - |
principal optional | string | Principal | * |
resource optional | array | Resource | srn:dev2::1234567890102345690:kr-west1::virtualserver:virtual-server/abcde-1234-5555-6666 |
sid optional | string | Statement Id | Statement1 |
1.51 - Set an access key
1.51.1 - 1.2
scpcli iam access-key set
--access_key_id <value>
[--is_enabled <value>]
Description
Set or update an access key
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
access_key_id required | string | Access key ID | f39c460fade34fecb05ede8f904b24b7 |
is_enabled optional | boolean | 활성화 여부 | true |
1.51.2 - 1.1
scpcli iam access-key set
--access_key_id <value>
[--is_enabled <value>]
Description
Set or update an access key
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
access_key_id required | string | Access key ID | f39c460fade34fecb05ede8f904b24b7 |
is_enabled optional | boolean | 활성화 여부 | true |
1.51.3 - 1.0
scpcli iam access-key set
--access_key_id <value>
[--is_enabled <value>]
Description
Set or update an access key
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
access_key_id required | string | Access key ID | f39c460fade34fecb05ede8f904b24b7 |
is_enabled optional | boolean | 활성화 여부 | true |
1.52 - Set role
1.52.1 - 1.2
scpcli iam role set
--role_id <value>
[--description <value>]
[--max_session_duration <value>]
Description
Set role
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
description optional | string | 역할 설명 | - |
max_session_duration optional | integer | 역할 세션 최대 지속 시간(초) | 3600 |
1.52.2 - 1.1
scpcli iam role set
--role_id <value>
[--description <value>]
[--max_session_duration <value>]
Description
Set role
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
description optional | string | 역할 설명 | - |
max_session_duration optional | integer | 역할 세션 최대 지속 시간(초) | 3600 |
1.52.3 - 1.0
scpcli iam role set
--role_id <value>
[--description <value>]
[--max_session_duration <value>]
Description
Set role
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
description optional | string | 역할 설명 | - |
max_session_duration optional | integer | 역할 세션 최대 지속 시간(초) | 3600 |
1.53 - Set role trust policy
1.53.1 - 1.2
scpcli iam role trust policy
--role_id <value>
--version <value>
--statement <value>
Description
Set role trust policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
version required | string | Policy Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
1.53.2 - 1.1
scpcli iam role trust policy
--role_id <value>
--version <value>
--statement <value>
Description
Set role trust policy
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
version required | string | Policy Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
1.53.3 - 1.0
scpcli iam role trust policy
--role_id <value>
--version <value>
--statement <value>
Description
Set role trust policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
role_id required | string | 역할 ID | - |
version required | string | Policy Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
1.54 - Set the policy
1.54.1 - 1.2
scpcli iam policy set
--policy_id <value>
--version <value>
--statement <value>
[--default_version_id <value>]
[--description <value>]
[--policy_name <value>]
[--policy_id <value>]
[--policy_version_id <value>]
[--policy_version_name <value>]
Description
Set the policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
version required | string | Policy Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
default_version_id optional | string | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
description optional | string | Description | Descriptions for policy |
policy_name optional | string | Policy Name | Policy1 |
policy_id optional | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
policy_version_id optional | string | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
policy_version_name optional | string | Policy Version Name | PolicyVersion-1 |
1.54.2 - 1.1
scpcli iam policy set
--policy_id <value>
--version <value>
--statement <value>
[--default_version_id <value>]
[--description <value>]
[--policy_name <value>]
[--policy_id <value>]
[--policy_version_id <value>]
[--policy_version_name <value>]
Description
Set the policy
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
version required | string | Policy Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
default_version_id optional | string | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
description optional | string | Description | Descriptions for policy |
policy_name optional | string | Policy Name | Policy1 |
policy_id optional | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
policy_version_id optional | string | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
policy_version_name optional | string | Policy Version Name | PolicyVersion-1 |
1.54.3 - 1.0
scpcli iam policy set
--policy_id <value>
--version <value>
--statement <value>
[--default_version_id <value>]
[--description <value>]
[--policy_name <value>]
[--policy_id <value>]
[--policy_version_id <value>]
[--policy_version_name <value>]
Description
Set the policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
version required | string | Policy Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
default_version_id optional | string | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
description optional | string | Description | Descriptions for policy |
policy_name optional | string | Policy Name | Policy1 |
policy_id optional | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
policy_version_id optional | string | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
policy_version_name optional | string | Policy Version Name | PolicyVersion-1 |
1.55 - Set the resource based policy
1.55.1 - 1.2
scpcli iam resource policy set
--srn <value>
--version <value>
--statement <value>
[--policy_id <value>]
[--policy_version_id <value>]
[--policy_version_name <value>]
Description
Set the resource based policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
version required | string | Policy Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
policy_id optional | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
policy_version_id optional | string | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
policy_version_name optional | string | Policy Version Name | PolicyVersion-1 |
1.55.2 - 1.1
scpcli iam resource policy set
--srn <value>
--version <value>
--statement <value>
[--policy_id <value>]
[--policy_version_id <value>]
[--policy_version_name <value>]
Description
Set the resource based policy
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
version required | string | Policy Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
policy_id optional | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
policy_version_id optional | string | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
policy_version_name optional | string | Policy Version Name | PolicyVersion-1 |
1.55.3 - 1.0
scpcli iam resource policy set
--srn <value>
--version <value>
--statement <value>
[--policy_id <value>]
[--policy_version_id <value>]
[--policy_version_name <value>]
Description
Set the resource based policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
version required | string | Policy Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
policy_id optional | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
policy_version_id optional | string | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
policy_version_name optional | string | Policy Version Name | PolicyVersion-1 |
1.56 - Show group policy
1.56.1 - 1.2
scpcli iam group policy show
--group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--policy_id <value>]
[--policy_name <value>]
[--policy_type <value>]
Description
Show group policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
policy_id optional | string | Policy Id | 37f2e31ff86b415698d7e8eeafab445d |
policy_name optional | string | Policy Name | ViewerAccess |
policy_type optional | string | Policy Type List | ['SYSTEM_MANAGED', 'USER_DEFINED'] |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.56.2 - 1.1
scpcli iam group policy show
--group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--policy_id <value>]
[--policy_name <value>]
[--policy_type <value>]
Description
Show group policy
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
policy_id optional | string | Policy Id | 37f2e31ff86b415698d7e8eeafab445d |
policy_name optional | string | Policy Name | ViewerAccess |
policy_type optional | string | Policy Type List | ['SYSTEM_MANAGED', 'USER_DEFINED'] |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.56.3 - 1.0
scpcli iam group policy show
--group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--policy_id <value>]
[--policy_name <value>]
[--policy_type <value>]
Description
Show group policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
group_id required | string | Group ID | a946662dc4314dac93da413a32457459 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
policy_id optional | string | Policy Id | 37f2e31ff86b415698d7e8eeafab445d |
policy_name optional | string | Policy Name | ViewerAccess |
policy_type optional | string | Policy Type List | ['SYSTEM_MANAGED', 'USER_DEFINED'] |
Responses
| Name | Description | Example |
|---|
| id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| account_id | Project Id | e99c73a8690d4ae39ae75e38a26f2b99 |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| creator_email | 생성자 Email | samsung.kim@samsung.com |
| creator_name | 생성자 성, 이름 | Kim Samsung |
| default_version_id | Policy Default Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| description | Description | Descriptions for policy |
| domain_name | 도메인 이름 | scp |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modifier_email | 수정자 Email | samsung.kim@samsung.com |
| modifier_name | 수정자 성, 이름 | Kim Samsung |
| policy_category | Policy Category | IDENTITY_BASED |
| policy_name | Policy Name | PolicyName |
| policy_type | Policy Type | USER_DEFINED |
| policy_versions | Policy Versions | |
| resource_type | Resource Type | policy |
| service_name | 서비스 Display 명 | Identity Access Management |
| service_type | Service Type | iam |
| srn | 삼성 리소스 자원명 | srn:qa2:::::iam:policy/37f2e31ff86b415698d7e8eeafab445d |
| state | Policy State | ACTIVE |
1.57 - Show the policy
1.57.1 - 1.2
scpcli iam policy show
--policy_id <value>
Description
Show the policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
Responses
| Name | Description | Example |
|---|
| id | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| policy_document | Policy Document | |
| policy_id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| policy_version_name | Policy Version Name | PolicyVersion-1 |
1.57.2 - 1.1
scpcli iam policy show
--policy_id <value>
Description
Show the policy
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
Responses
| Name | Description | Example |
|---|
| id | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| policy_document | Policy Document | |
| policy_id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| policy_version_name | Policy Version Name | PolicyVersion-1 |
1.57.3 - 1.0
scpcli iam policy show
--policy_id <value>
Description
Show the policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
Responses
| Name | Description | Example |
|---|
| id | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| policy_document | Policy Document | |
| policy_id | Policy ID | 37f2e31ff86b415698d7e8eeafab445d |
| policy_version_name | Policy Version Name | PolicyVersion-1 |
1.58 - Show the resource based policy
1.58.1 - 1.2
scpcli iam resource policy show
--srn <value>
Description
Show the resource based policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
Responses
| Name | Description | Example |
|---|
| id | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| policy_document | Policy Document | {‘Statement’: [{‘Action’: [‘virtualserver:ShowVirtualServer’], ‘Condition’: {‘StringEquals’: {‘scp:RequestedRegion’: [‘kr-west1’]}}, ‘Effect’: ‘Allow’, ‘Principal’: ‘*’, ‘Resource’: [‘srn:dev2::1234567890102345690:kr-west1::virtualserver:virtual-server/abcde-1234-5555-6666’], ‘Sid’: ‘Statement1’}], ‘Version’: ‘2024-07-01’} |
1.58.2 - 1.1
scpcli iam resource policy show
--srn <value>
Description
Show the resource based policy
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
Responses
| Name | Description | Example |
|---|
| id | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| policy_document | Policy Document | {‘Statement’: [{‘Action’: [‘virtualserver:ShowVirtualServer’], ‘Condition’: {‘StringEquals’: {‘scp:RequestedRegion’: [‘kr-west1’]}}, ‘Effect’: ‘Allow’, ‘Principal’: ‘*’, ‘Resource’: [‘srn:dev2::1234567890102345690:kr-west1::virtualserver:virtual-server/abcde-1234-5555-6666’], ‘Sid’: ‘Statement1’}], ‘Version’: ‘2024-07-01’} |
1.58.3 - 1.0
scpcli iam resource policy show
--srn <value>
Description
Show the resource based policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
srn required | string | 삼성 리소스 자원명 | c3JuOmRldjI6OjEyMzQ1Njc4OTAxMDIzNDU2OTA6a3Itd2VzdDE6OnZpcnR1YWxzZXJ2ZXI6dmlydHVhbC1zZXJ2ZXIvYWJjZGUtMTIzNC01NTU1LTY2NjY= |
Responses
| Name | Description | Example |
|---|
| id | Policy Version Id | c1b1fc611eb34eccbccfb563f77395ee |
| created_at | Created At | 2024-05-17T00:23:17Z |
| created_by | Created By | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | Modified At | 2024-05-17T00:23:17Z |
| modified_by | Modified By | 90dddfc2b1e04edba54ba2b41539a9ac |
| policy_document | Policy Document | {‘Statement’: [{‘Action’: [‘virtualserver:ShowVirtualServer’], ‘Condition’: {‘StringEquals’: {‘scp:RequestedRegion’: [‘kr-west1’]}}, ‘Effect’: ‘Allow’, ‘Principal’: ‘*’, ‘Resource’: [‘srn:dev2::1234567890102345690:kr-west1::virtualserver:virtual-server/abcde-1234-5555-6666’], ‘Sid’: ‘Statement1’}], ‘Version’: ‘2024-07-01’} |
1.59 - Update IAM user
1.59.1 - 1.2
scpcli iam iam user set
--user_id <value>
--account_id <value>
--password_reuse_count <value>
[--description <value>]
Description
Update IAM user
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User ID | - |
account_id required | string | Account ID | - |
password_reuse_count required | integer | 비밀 번호 재사용 가능 횟수 | - |
description optional | string | description | - |
1.59.2 - 1.1
scpcli iam iam user set
--user_id <value>
--account_id <value>
--password_reuse_count <value>
[--description <value>]
Description
Update IAM user
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User ID | - |
account_id required | string | Account ID | - |
password_reuse_count required | integer | 비밀 번호 재사용 가능 횟수 | - |
description optional | string | description | - |
1.59.3 - 1.0
scpcli iam iam user set
--user_id <value>
--account_id <value>
--password_reuse_count <value>
[--description <value>]
Description
Update IAM user
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User ID | - |
account_id required | string | Account ID | - |
password_reuse_count required | integer | 비밀 번호 재사용 가능 횟수 | - |
description optional | string | description | - |
1.60 - Update IAM user password
1.60.1 - 1.2
scpcli iam iam user password set
--user_id <value>
--account_id <value>
--password <value>
[--temporary_password <value>]
Description
Update IAM user password
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User ID | - |
account_id required | string | Account ID | - |
password required | string | 비밀 번호 | - |
temporary_password optional | boolean | temporary | - |
1.60.2 - 1.1
scpcli iam iam user password set
--user_id <value>
--account_id <value>
--password <value>
[--temporary_password <value>]
Description
Update IAM user password
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User ID | - |
account_id required | string | Account ID | - |
password required | string | 비밀 번호 | - |
temporary_password optional | boolean | temporary | - |
1.60.3 - 1.0
scpcli iam iam user password set
--user_id <value>
--account_id <value>
--password <value>
[--temporary_password <value>]
Description
Update IAM user password
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
user_id required | string | User ID | - |
account_id required | string | Account ID | - |
password required | string | 비밀 번호 | - |
temporary_password optional | boolean | temporary | - |
1.61 - Update saml provider information
1.61.1 - 1.2
scpcli iam saml provider set
--saml_provider_id <value>
[--description <value>]
[--file <value>]
[--saml_provider_name <value>]
[--tags <value>]
Description
Update saml provider information
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|
saml_provider_id required | string | 자격증명공급자 ID | - |
description optional | string | 자격증명공급자 설명 | SAML provider Description |
file optional | string | 메타데이터 파일 | keycloak-idp-saml.xml |
saml_provider_name optional | string | 자격증명공급자 이름 | IdpTest |
tags optional | array | 태그 | {'key': 'company', 'value': 'SDS'} |
1.61.2 - 1.1
scpcli iam saml provider set
--saml_provider_id <value>
[--description <value>]
[--file <value>]
[--saml_provider_name <value>]
[--tags <value>]
Description
Update saml provider information
State
ACTIVE (SUPPORTED)
| Version | Supported Until |
|---|
| 1.1 | 20260531 |
Parameters
| Name | Type | Description | Example |
|---|
saml_provider_id required | string | 자격증명공급자 ID | - |
description optional | string | 자격증명공급자 설명 | SAML provider Description |
file optional | string | 메타데이터 파일 | keycloak-idp-saml.xml |
saml_provider_name optional | string | 자격증명공급자 이름 | IdpTest |
tags optional | array | 태그 | {'key': 'company', 'value': 'SDS'} |
1.61.3 - 1.0
scpcli iam saml provider set
--saml_provider_id <value>
[--description <value>]
[--file <value>]
[--saml_provider_name <value>]
[--tags <value>]
Description
Update saml provider information
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20260223 |
Parameters
| Name | Type | Description | Example |
|---|
saml_provider_id required | string | 자격증명공급자 ID | - |
description optional | string | 자격증명공급자 설명 | SAML provider Description |
file optional | string | 메타데이터 파일 | keycloak-idp-saml.xml |
saml_provider_name optional | string | 자격증명공급자 이름 | IdpTest |
tags optional | array | 태그 | {'key': 'company', 'value': 'SDS'} |