Organization
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 Organization service and how to call CLI.
Version
| Version | Status | Supported Until |
|---|
| 1.0 | DEPRECATED | 20251231 |
| 1.1 | CURRENT | - |
1 - CLIs
1.1 - AcceptInvitation
1.1.1 - 1.1
scpcli organization invitation accept
--invitation_id <value>
Description
accept a specific invitation
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
invitation_id required | string | 초대 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
1.1.2 - 1.0
scpcli organization invitation accept
--invitation_id <value>
Description
accept a specific invitation
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
invitation_id required | string | 초대 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
1.2 - AttachPolicyBindings
1.2.1 - 1.1
scpcli organization policy attach
--target_ids <value>
--policy_ids <value>
--entity <value>
[--organization_id <value>]
Description
attach policy bindings
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
target_ids required | array | 타겟 정보 | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
policy_ids required | array | 제어 정책 목록 ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
entity required | string | 개체 유형 | POLICY |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
Responses
| Name | Description | Example |
|---|
| error_code | error code | Conflict |
| failed_caused | 실패 원인 | Account 482d111a302547fbbd11ee0141ea23bb is not found |
| failed_id | 실패 ID | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
1.2.2 - 1.0
scpcli organization policy attach
--target_ids <value>
--policy_ids <value>
--entity <value>
[--organization_id <value>]
Description
attach policy bindings
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
target_ids required | array | 타겟 정보 | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
policy_ids required | array | 제어 정책 목록 ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
entity required | string | 개체 유형 | POLICY |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
Responses
| Name | Description | Example |
|---|
| error_code | error code | Conflict |
| failed_caused | 실패 원인 | Account 482d111a302547fbbd11ee0141ea23bb is not found |
| failed_id | 실패 ID | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
1.3 - CancelInvitations
1.3.1 - 1.1
scpcli organization invitation cancel
--ids <value>
[--organization_id <value>]
Description
cancel invitations
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
ids required | array | 초대 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.3.2 - 1.0
scpcli organization invitation cancel
--ids <value>
[--organization_id <value>]
Description
cancel invitations
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
ids required | array | 초대 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.4 - CreateAccount
1.4.1 - 1.1
scpcli organization account create
--role_name <value>
--organization_id <value>
--name <value>
--login_id <value>
Description
create a account
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
role_name required | string | 역할명 | OrganizationAccountAccessRole |
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
name required | string | 계정명 | score-account |
login_id required | string | 로그인 ID | log-archive@samsung.com |
Responses
| Name | Description | Example |
|---|
| failed | 계정 생성 실패 정보 | |
| success | 계정 생성 성공 정보 | |
1.4.2 - 1.0
scpcli organization account create
--role_name <value>
--organization_id <value>
--name <value>
--login_id <value>
Description
create a account
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
role_name required | string | 역할명 | OrganizationAccountAccessRole |
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
name required | string | 계정명 | score-account |
login_id required | string | 로그인 ID | log-archive@samsung.com |
Responses
| Name | Description | Example |
|---|
| failed | 계정 생성 실패 정보 | |
| success | 계정 생성 성공 정보 | |
1.5 - CreateDelegationPolicy
1.5.1 - 1.1
scpcli organization delegation policy create
[--organization_id <value>]
[--statement <value>]
[--version <value>]
Description
create a delegation policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
statement optional | array | 정책 문법 | '{"Action": ["s3:PutObject", "s3:GetObject"], "Condition": "", "Effect": "Allow", "NotAction": [""], "Principal": "", "Resource": ["*"], "Sid": "statement1"}' |
version optional | string | 정책 버전 | - |
Responses
| Name | Description | Example |
|---|
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| document | 위임 정책 문서 | {‘Statement’: [{‘Action’: [‘organization:CreateServiceControlPolicy’, ‘organization:DeleteServiceControlPolicies’, ‘organization:SetServiceControlPolicy’, ‘organization:ShowServiceControlPolicy’, ‘organization:ListServiceControlPolicies’, ‘organization:ShowAccount’, ‘organization:ListAccounts’, ‘organization:ListOrganizationUnits’, ‘organization:ListOrganizationInvitations’, ‘organization:ListParents’, ‘organization:ListPoliciesForTarget’, ‘organization:ListTargetsForPolicy’, ‘organization:AttachPolicyBindings’, ‘organization:RemovePolicyBindings’, ‘organization:ShowDelegatePolicy’], ‘Effect’: ‘Allow’, ‘Principal’: {‘scp’: [‘srn:dev2::f045159f40c64125a1fe61bd71d1c14c:::iam:user/e3a6e3f99c1040639e9a3c8f8b7427df’]}, ‘Resource’: [’*’], ‘Sid’: ‘statement1’}], ‘Version’: ‘2024-07-01’} |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.5.2 - 1.0
scpcli organization delegation policy create
[--organization_id <value>]
[--statement <value>]
[--version <value>]
Description
create a delegation policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
statement optional | array | 정책 문법 | '{"Action": ["s3:PutObject", "s3:GetObject"], "Condition": "", "Effect": "Allow", "NotAction": [""], "Principal": "", "Resource": ["*"], "Sid": "statement1"}' |
version optional | string | 정책 버전 | - |
Responses
| Name | Description | Example |
|---|
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| document | 위임 정책 문서 | {‘Statement’: [{‘Action’: [‘organization:CreateServiceControlPolicy’, ‘organization:DeleteServiceControlPolicies’, ‘organization:SetServiceControlPolicy’, ‘organization:ShowServiceControlPolicy’, ‘organization:ListServiceControlPolicies’, ‘organization:ShowAccount’, ‘organization:ListAccounts’, ‘organization:ListOrganizationUnits’, ‘organization:ListOrganizationInvitations’, ‘organization:ListParents’, ‘organization:ListPoliciesForTarget’, ‘organization:ListTargetsForPolicy’, ‘organization:AttachPolicyBindings’, ‘organization:RemovePolicyBindings’, ‘organization:ShowDelegatePolicy’], ‘Effect’: ‘Allow’, ‘Principal’: {‘scp’: [‘srn:dev2::f045159f40c64125a1fe61bd71d1c14c:::iam:user/e3a6e3f99c1040639e9a3c8f8b7427df’]}, ‘Resource’: [’*’], ‘Sid’: ‘statement1’}], ‘Version’: ‘2024-07-01’} |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.6 - CreateInvitation
1.6.1 - 1.1
scpcli organization invitation create
--target_login_ids <value>
[--organization_id <value>]
Description
create an invitation
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
target_login_ids required | array | 초대 수신자 계정 이메일 목록 | score-1@samsung.com |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
Responses
| Name | Description | Example |
|---|
| error_code | error code | Invitation.AlreadySentError |
| failed_caused | 실패 사유 | Account b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 is not found |
| failed_id | 조직 초대 실패 Login ID 목록 | [‘score-1@samsung.com’] |
1.6.2 - 1.0
scpcli organization invitation create
--target_login_ids <value>
[--organization_id <value>]
Description
create an invitation
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
target_login_ids required | array | 초대 수신자 계정 이메일 목록 | score-1@samsung.com |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
Responses
| Name | Description | Example |
|---|
| error_code | error code | Invitation.AlreadySentError |
| failed_caused | 실패 사유 | Account b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 is not found |
| failed_id | 조직 초대 실패 Login ID 목록 | [‘score-1@samsung.com’] |
1.7 - CreateOrganization
1.7.1 - 1.1
scpcli organization organization create
--name <value>
Description
create a organization
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | 조직 이름 | My Organization |
Responses
| Name | Description | Example |
|---|
| id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| creator_name | 생성자 성, 이름 | John Doe na |
| delegation_account_id | 위임 계정 | 124e7d6c5b4a3z2y1x0w9v8u7t6s5r |
| master_account_email | 관리자 계정 이메일 | admin@example.com |
| master_account_id | 관리자 계정 ID | 9f8e7d6c5b4a3z2y1x0w9v8u7t6s5r |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| modifier_name | 수정자 성, 이름 | Alice |
| name | 조직 이름 | My Organization |
| root_unit_id | 루트 유닛 ID | r-abcd7d6c5b4a3z2y1x0w9v8u7t6s5r |
| srn | 조직 SRN | srn:dev2::1b8c29a138d78e24bf1fa86812fcaa:kr-west1::organizations/organization/o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| use_scp_yn | 통제 정책 사용 여부 | True |
1.7.2 - 1.0
scpcli organization organization create
--name <value>
Description
create a organization
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | 조직 이름 | My Organization |
Responses
| Name | Description | Example |
|---|
| id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| creator_name | 생성자 성, 이름 | John Doe na |
| delegation_account_id | 위임 계정 | 124e7d6c5b4a3z2y1x0w9v8u7t6s5r |
| master_account_email | 관리자 계정 이메일 | admin@example.com |
| master_account_id | 관리자 계정 ID | 9f8e7d6c5b4a3z2y1x0w9v8u7t6s5r |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| modifier_name | 수정자 성, 이름 | Alice |
| name | 조직 이름 | My Organization |
| root_unit_id | 루트 유닛 ID | r-abcd7d6c5b4a3z2y1x0w9v8u7t6s5r |
| srn | 조직 SRN | srn:dev2::1b8c29a138d78e24bf1fa86812fcaa:kr-west1::organizations/organization/o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| use_scp_yn | 통제 정책 사용 여부 | True |
1.8 - CreateOrganizationUnit
1.8.1 - 1.1
scpcli organization organization unit create
--name <value>
[--description <value>]
[--organization_id <value>]
[--parent_unit_id <value>]
[--policy_ids <value>]
Description
create an organization unit
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | 조직 단위명 | score-organization-unit |
description optional | string | 조직 단위 설명 | 에스코어 조직 단위 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
parent_unit_id optional | string | ROOT 또는 부모 조직 단위 ID | ou-fc8c29a138d78e24bf1fa86812fc8b |
policy_ids optional | array | 제어 정책 목록 ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
Responses
| Name | Description | Example |
|---|
| organization_unit | 조직 단위 정보 | |
1.8.2 - 1.0
scpcli organization organization unit create
--name <value>
[--description <value>]
[--organization_id <value>]
[--parent_unit_id <value>]
[--policy_ids <value>]
Description
create an organization unit
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | 조직 단위명 | score-organization-unit |
description optional | string | 조직 단위 설명 | 에스코어 조직 단위 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
parent_unit_id optional | string | ROOT 또는 부모 조직 단위 ID | ou-fc8c29a138d78e24bf1fa86812fc8b |
policy_ids optional | array | 제어 정책 목록 ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
Responses
| Name | Description | Example |
|---|
| organization_unit | 조직 단위 정보 | |
1.9 - CreateServiceControlPolicy
1.9.1 - 1.1
scpcli organization service control policy create
--organization_id <value>
--name <value>
--description <value>
[--type <value>]
[--statement <value>]
[--version <value>]
Description
create a service control policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
name required | string | 서비스 제어 정책 이름 | MyPolicy |
description required | string | 정책 설명 | This is an example policy. |
type optional | string | 서비스 제어 정책 유형 | MANAGED |
statement optional | array | 정책 문법 | '{"Action": ["s3:PutObject", "s3:GetObject"], "Condition": "", "Effect": "Allow", "NotAction": [""], "Principal": "", "Resource": ["*"], "Sid": "statement1"}' |
version optional | string | 정책 버전 | - |
Responses
| Name | Description | Example |
|---|
| id | 서비스 제어 정책 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| category | 정책 카테고리 | SCP |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| creator_name | 생성자 성, 이름 | John Doe na |
| description | 정책 설명 | This is an example policy. |
| document | 정책 문서 | {‘Statement’: [{‘Action’: [’’], ‘Effect’: ‘Allow’, ‘Resource’: [’’], ‘Sid’: ‘statement1’}], ‘Version’: ‘2024-07-01’} |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| modifier_name | 수정자 성, 이름 | Alice |
| name | 서비스 제어 정책 이름 | MyPolicy |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| service_name | 서비스명 | Organization |
| source | 정책 생성 주체 | ORGANIZATION |
| srn | 정책 SRN | srn:dev2::1b8c29a138d78e24bf1fa86812fcaa:kr-west1::organizations/service-control-policy/138c2fc8c29a449dbfa8681f8f1d78e2 |
| state | 정책 상태 | ACTIVE |
| type | 서비스 제어 정책 유형 | MANAGED |
1.9.2 - 1.0
scpcli organization service control policy create
--organization_id <value>
--name <value>
--description <value>
[--type <value>]
[--statement <value>]
[--version <value>]
Description
create a service control policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
name required | string | 서비스 제어 정책 이름 | MyPolicy |
description required | string | 정책 설명 | This is an example policy. |
type optional | string | 서비스 제어 정책 유형 | MANAGED |
statement optional | array | 정책 문법 | '{"Action": ["s3:PutObject", "s3:GetObject"], "Condition": "", "Effect": "Allow", "NotAction": [""], "Principal": "", "Resource": ["*"], "Sid": "statement1"}' |
version optional | string | 정책 버전 | - |
Responses
| Name | Description | Example |
|---|
| id | 서비스 제어 정책 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| category | 정책 카테고리 | SCP |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| creator_name | 생성자 성, 이름 | John Doe na |
| description | 정책 설명 | This is an example policy. |
| document | 정책 문서 | {‘Statement’: [{‘Action’: [’’], ‘Effect’: ‘Allow’, ‘Resource’: [’’], ‘Sid’: ‘statement1’}], ‘Version’: ‘2024-07-01’} |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| modifier_name | 수정자 성, 이름 | Alice |
| name | 서비스 제어 정책 이름 | MyPolicy |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| service_name | 서비스명 | Organization |
| source | 정책 생성 주체 | ORGANIZATION |
| srn | 정책 SRN | srn:dev2::1b8c29a138d78e24bf1fa86812fcaa:kr-west1::organizations/service-control-policy/138c2fc8c29a449dbfa8681f8f1d78e2 |
| state | 정책 상태 | ACTIVE |
| type | 서비스 제어 정책 유형 | MANAGED |
1.10 - DeclineInvitation
1.10.1 - 1.1
scpcli organization invitation decline
--invitation_id <value>
Description
decline a specific invitation
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
invitation_id required | string | 초대 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
1.10.2 - 1.0
scpcli organization invitation decline
--invitation_id <value>
Description
decline a specific invitation
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
invitation_id required | string | 초대 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
1.11 - DeleteDelegationPolicy
1.11.1 - 1.1
scpcli organization delegation policy delete
[--organization_id <value>]
Description
delete a specific delegation policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.11.2 - 1.0
scpcli organization delegation policy delete
[--organization_id <value>]
Description
delete a specific delegation policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.12 - DeleteOrganization
1.12.1 - 1.1
scpcli organization organization delete
--organization_id <value>
Description
delete a specific organization
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.12.2 - 1.0
scpcli organization organization delete
--organization_id <value>
Description
delete a specific organization
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.13 - DeleteOrganizationUnits
1.13.1 - 1.1
scpcli organization organization unit delete
--ids <value>
[--organization_id <value>]
Description
delete organization units
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
ids required | array | 조직 단위 ID 목록 | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.13.2 - 1.0
scpcli organization organization unit delete
--ids <value>
[--organization_id <value>]
Description
delete organization units
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
ids required | array | 조직 단위 ID 목록 | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.14 - DeleteServiceControlPolicies
1.14.1 - 1.1
scpcli organization service control policy delete
--organization_id <value>
--ids <value>
Description
delete service control policies
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
ids required | array | 서비스 제어 정책 목록ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
1.14.2 - 1.0
scpcli organization service control policy delete
--organization_id <value>
--ids <value>
Description
delete service control policies
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
ids required | array | 서비스 제어 정책 목록ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
1.15 - LeaveOrganization
1.15.1 - 1.1
scpcli organization organization leave
--organization_id <value>
Description
leave a specific organization
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.15.2 - 1.0
scpcli organization organization leave
--organization_id <value>
Description
leave a specific organization
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.16 - ListAccountInvitations
1.16.1 - 1.1
scpcli organization account invitation list
Description
get account invitation list
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Responses
| Name | Description | Example |
|---|
| id | ID | 0a36e0746dbf4908acf0357829701381 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| expired_time | 초대 만료 일시 | 2024-04-30T12:34:56.789Z |
| master_account_email | 관리자 계정 이메일 | admin@example.com |
| master_account_id | 관리자 계정명 | 9f8e7d6c5b4a3z2y1x0w9v8u7t6s5r |
| master_account_login_id | 로그인 ID | log-archive@samsung.com |
| master_account_name | 관리자 계정명 | CoreKim |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| organization_name | 조직 이름 | My Organization |
| requested_time | 초대 요청 일시 | 2024-04-17T12:34:56.789Z |
| state | 초대 상태 | INVITING |
| target_account_id | 초대 수신자 계정 ID | 338c2fc8c29a449dbfa8681f8f1d78e5 |
1.16.2 - 1.0
scpcli organization account invitation list
Description
get account invitation list
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Responses
| Name | Description | Example |
|---|
| id | ID | 0a36e0746dbf4908acf0357829701381 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| expired_time | 초대 만료 일시 | 2024-04-30T12:34:56.789Z |
| master_account_email | 관리자 계정 이메일 | admin@example.com |
| master_account_id | 관리자 계정명 | 9f8e7d6c5b4a3z2y1x0w9v8u7t6s5r |
| master_account_login_id | 로그인 ID | log-archive@samsung.com |
| master_account_name | 관리자 계정명 | CoreKim |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| organization_name | 조직 이름 | My Organization |
| requested_time | 초대 요청 일시 | 2024-04-17T12:34:56.789Z |
| state | 초대 상태 | INVITING |
| target_account_id | 초대 수신자 계정 ID | 338c2fc8c29a449dbfa8681f8f1d78e5 |
1.17 - ListAccounts
1.17.1 - 1.1
scpcli organization account list
[--organization_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--email <value>]
[--login_id <value>]
[--joined_start_date <value>]
[--joined_end_date <value>]
[--joined_method <value>]
[--exclude_policy_id <value>]
[--parent_unit_id <value>]
[--parent_unit_name <value>]
[--type <value>]
Description
get accounts list
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | 조직 계정 ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
name optional | string | 계정명 | score-account |
email optional | string | 계정 이메일 | score@samsung.com |
login_id optional | string | 로그인 ID | log-archive@samsung.com |
joined_start_date optional | string | 가입 조회 시작 일시 | 2024-05-17T12:34:56.789Z |
joined_end_date optional | string | 가입 조회 종료 일시 | 2024-05-17T12:34:56.789Z |
joined_method optional | **** | 가입 방법 | INVITED |
exclude_policy_id optional | string | 제외할 정책 ID | 238c2fc8c29a449dbfa8681f8f1d78e2 |
parent_unit_id optional | string | ROOT 또는 부모 조직 단위 ID | ou-fc8c29a138d78e24bf1fa86812fc8b |
parent_unit_name optional | string | ROOT 또는 부모 조직 단위명 | parent-unit-name |
type optional | **** | 계정 유형 | MEMBER |
Responses
| Name | Description | Example |
|---|
| id | ID | 0a36e0746dbf4908acf0357829701381 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| email | 계정 이메일 | score@samsung.com |
| joined_method | 가입 방법 | INVITED |
| joined_time | 가입 일시 | 2024-05-17T12:34:56.789Z |
| login_id | 로그인 ID | log-archive@samsung.com |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| name | 계정명 | score-account |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| parent_unit_id | ROOT 또는 부모 조직 단위 ID | ou-fc8c29a138d78e24bf1fa86812fc8b |
| parent_unit_name | ROOT 또는 부모 조직 단위명 | parent-unit-name |
| state | 계정 상태 | ACTIVE |
| type | 계정 유형 | MEMBER |
1.17.2 - 1.0
scpcli organization account list
[--organization_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--email <value>]
[--login_id <value>]
[--joined_start_date <value>]
[--joined_end_date <value>]
[--joined_method <value>]
[--exclude_policy_id <value>]
[--parent_unit_id <value>]
[--parent_unit_name <value>]
[--type <value>]
Description
get accounts list
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | 조직 계정 ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
name optional | string | 계정명 | score-account |
email optional | string | 계정 이메일 | score@samsung.com |
login_id optional | string | 로그인 ID | log-archive@samsung.com |
joined_start_date optional | string | 가입 조회 시작 일시 | 2024-05-17T12:34:56.789Z |
joined_end_date optional | string | 가입 조회 종료 일시 | 2024-05-17T12:34:56.789Z |
joined_method optional | **** | 가입 방법 | INVITED |
exclude_policy_id optional | string | 제외할 정책 ID | 238c2fc8c29a449dbfa8681f8f1d78e2 |
parent_unit_id optional | string | ROOT 또는 부모 조직 단위 ID | ou-fc8c29a138d78e24bf1fa86812fc8b |
parent_unit_name optional | string | ROOT 또는 부모 조직 단위명 | parent-unit-name |
type optional | **** | 계정 유형 | MEMBER |
Responses
| Name | Description | Example |
|---|
| id | ID | 0a36e0746dbf4908acf0357829701381 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| email | 계정 이메일 | score@samsung.com |
| joined_method | 가입 방법 | INVITED |
| joined_time | 가입 일시 | 2024-05-17T12:34:56.789Z |
| login_id | 로그인 ID | log-archive@samsung.com |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| name | 계정명 | score-account |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| parent_unit_id | ROOT 또는 부모 조직 단위 ID | ou-fc8c29a138d78e24bf1fa86812fc8b |
| parent_unit_name | ROOT 또는 부모 조직 단위명 | parent-unit-name |
| state | 계정 상태 | ACTIVE |
| type | 계정 유형 | MEMBER |
1.18 - ListOrganizationInvitations
1.18.1 - 1.1
scpcli organization organization invitation list
[--organization_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--account_id <value>]
[--account_name <value>]
[--account_email <value>]
[--state <value>]
[--login_id <value>]
Description
get organization invitation list
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
account_id optional | string | 관리자 계정명 | 9f8e7d6c5b4a3z2y1x0w9v8u7t6s5r |
account_name optional | string | 관리자 계정명 | CoreKim |
account_email optional | string | 관리자 계정 이메일 | admin@example.com |
state optional | **** | 초대 상태 | INVITING |
login_id optional | string | 로그인 ID | log-archive@samsung.com |
Responses
| Name | Description | Example |
|---|
| id | ID | 0a36e0746dbf4908acf0357829701381 |
| account_email | 관리자 계정 이메일 | admin@example.com |
| account_name | 관리자 계정명 | CoreKim |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| login_id | 로그인 ID | log-archive@samsung.com |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| state | 초대 상태 | INVITING |
| target_account_id | 관리자 계정명 | 9f8e7d6c5b4a3z2y1x0w9v8u7t6s5r |
1.18.2 - 1.0
scpcli organization organization invitation list
[--organization_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--account_id <value>]
[--account_name <value>]
[--account_email <value>]
[--state <value>]
[--login_id <value>]
Description
get organization invitation list
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
account_id optional | string | 관리자 계정명 | 9f8e7d6c5b4a3z2y1x0w9v8u7t6s5r |
account_name optional | string | 관리자 계정명 | CoreKim |
account_email optional | string | 관리자 계정 이메일 | admin@example.com |
state optional | **** | 초대 상태 | INVITING |
login_id optional | string | 로그인 ID | log-archive@samsung.com |
Responses
| Name | Description | Example |
|---|
| id | ID | 0a36e0746dbf4908acf0357829701381 |
| account_email | 관리자 계정 이메일 | admin@example.com |
| account_name | 관리자 계정명 | CoreKim |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| login_id | 로그인 ID | log-archive@samsung.com |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| state | 초대 상태 | INVITING |
| target_account_id | 관리자 계정명 | 9f8e7d6c5b4a3z2y1x0w9v8u7t6s5r |
1.19 - ListOrganizations
1.19.1 - 1.1
scpcli organization organization list
[--organization_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--master_account_id <value>]
Description
get organizations list
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | 조직 이름 | My Organization |
master_account_id optional | string | 조직 계정 ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
Responses
| Name | Description | Example |
|---|
| id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| delegation_account_id | 위임 계정 | 124e7d6c5b4a3z2y1x0w9v8u7t6s5r |
| master_account_id | 관리자 계정 ID | 9f8e7d6c5b4a3z2y1x0w9v8u7t6s5r |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| name | 조직 이름 | My Organization |
| root_unit_id | 루트 유닛 ID | r-abcd7d6c5b4a3z2y1x0w9v8u7t6s5r |
| use_scp_yn | 통제 정책 사용 여부 | True |
1.19.2 - 1.0
scpcli organization organization list
[--organization_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--master_account_id <value>]
Description
get organizations list
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
name optional | string | 조직 이름 | My Organization |
master_account_id optional | string | 조직 계정 ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
Responses
| Name | Description | Example |
|---|
| id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| delegation_account_id | 위임 계정 | 124e7d6c5b4a3z2y1x0w9v8u7t6s5r |
| master_account_id | 관리자 계정 ID | 9f8e7d6c5b4a3z2y1x0w9v8u7t6s5r |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| name | 조직 이름 | My Organization |
| root_unit_id | 루트 유닛 ID | r-abcd7d6c5b4a3z2y1x0w9v8u7t6s5r |
| use_scp_yn | 통제 정책 사용 여부 | True |
1.20 - ListOrganizationUnits
1.20.1 - 1.1
scpcli organization organization unit list
--parent_unit_id <value>
[--organization_id <value>]
[--name <value>]
[--exclude_policy_id <value>]
Description
get organization unit list
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
parent_unit_id required | string | ROOT 또는 부모 조직 단위 ID | ou-fc8c29a138d78e24bf1fa86812fc8b |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
name optional | string | 조직 단위명 | score-organization-unit |
exclude_policy_id optional | string | 제외할 정책 ID | 238c2fc8c29a449dbfa8681f8f1d78e2 |
Responses
| Name | Description | Example |
|---|
| id | 조직 단위 ID 또는 조직 계정 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| depth | 계층(0~5) | 1 |
| email | 계정 이메일 | score@samsung.com |
| joined_method | 가입 방법 | INVITED |
| joined_time | 가입 일시 | 2024-05-17T12:34:56.789Z |
| login_id | 로그인 ID | log-archive@samsung.com |
| name | 조직 단위명 또는 계정명 | score-organization-unit |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| parent_unit_id | ROOT 또는 부모 조직 단위 ID | ou-fc8c29a138d78e24bf1fa86812fc8b |
| parent_unit_name | ROOT 또는 부모 조직 단위명 | parent-unit-name |
| type | 유형(ROOT 또는 조직 단위) 또는 계정 유형 | MEMBER |
1.20.2 - 1.0
scpcli organization organization unit list
--parent_unit_id <value>
[--organization_id <value>]
[--name <value>]
[--exclude_policy_id <value>]
Description
get organization unit list
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
parent_unit_id required | string | ROOT 또는 부모 조직 단위 ID | ou-fc8c29a138d78e24bf1fa86812fc8b |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
name optional | string | 조직 단위명 | score-organization-unit |
exclude_policy_id optional | string | 제외할 정책 ID | 238c2fc8c29a449dbfa8681f8f1d78e2 |
Responses
| Name | Description | Example |
|---|
| id | 조직 단위 ID 또는 조직 계정 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| depth | 계층(0~5) | 1 |
| email | 계정 이메일 | score@samsung.com |
| joined_method | 가입 방법 | INVITED |
| joined_time | 가입 일시 | 2024-05-17T12:34:56.789Z |
| login_id | 로그인 ID | log-archive@samsung.com |
| name | 조직 단위명 또는 계정명 | score-organization-unit |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| parent_unit_id | ROOT 또는 부모 조직 단위 ID | ou-fc8c29a138d78e24bf1fa86812fc8b |
| type | 유형(ROOT 또는 조직 단위) 또는 계정 유형 | MEMBER |
1.21 - ListParents
1.21.1 - 1.1
scpcli organization organization unit parent list
--unit_id <value>
[--organization_id <value>]
Description
get organization unit parent list
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
unit_id required | string | 조직 단위 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
Responses
| Name | Description | Example |
|---|
| id | 조직 단위 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| creator_name | 생성자 성, 이름 | John Doe na |
| depth | 계층(0~5) | 1 |
| description | 조직 단위 설명 | 에스코어 조직 단위 |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| modifier_name | 수정자 성, 이름 | Alice |
| name | 조직 단위명 | score-organization-unit |
| parent_unit_id | 유형(ROOT 또는 조직 단위) | ou-fc8c29a138d78e24bf1fa86812fc8b |
| service_name | 서비스명 | Organization |
| srn | 조직 단위 SRN | srn:dev2::1b8c29a138d78e24bf1fa86812fcaa:kr-west1::organizations/ou/ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| type | 유형(ROOT 또는 조직 단위) | OU |
1.21.2 - 1.0
scpcli organization organization unit parent list
--unit_id <value>
[--organization_id <value>]
Description
get organization unit parent list
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
unit_id required | string | 조직 단위 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
Responses
| Name | Description | Example |
|---|
| id | 조직 단위 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| creator_name | 생성자 성, 이름 | John Doe na |
| depth | 계층(0~5) | 1 |
| description | 조직 단위 설명 | 에스코어 조직 단위 |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| modifier_name | 수정자 성, 이름 | Alice |
| name | 조직 단위명 | score-organization-unit |
| parent_unit_id | 유형(ROOT 또는 조직 단위) | ou-fc8c29a138d78e24bf1fa86812fc8b |
| service_name | 서비스명 | Organization |
| srn | 조직 단위 SRN | srn:dev2::1b8c29a138d78e24bf1fa86812fcaa:kr-west1::organizations/ou/ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| type | 유형(ROOT 또는 조직 단위) | OU |
1.22 - ListPoliciesForTarget
1.22.1 - 1.1
scpcli organization target policy list
--target_id <value>
[--organization_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--policy_category <value>]
[--name <value>]
Description
list policies for target
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
target_id required | string | 타겟 ID | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
policy_category optional | **** | 정책 카테고리 | SCP |
name optional | string | 제어 정책 이름 | test-policy-name |
Responses
| Name | Description | Example |
|---|
| id | ID | 0a36e0746dbf4908acf0357829701381 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| link_types | 연결 유형 | {‘DIRECTED’: [{’target_id’: ‘1a2b3c4d5e6f7g8h9i0j1k2l3m4n5’, ’target_name’: ’example-target’, ’target_type’: ‘OU’}], ‘INHERITED’: [{’target_id’: ‘2a2b3c4d5e6f7g8h9i0j1k2l3m4n5’, ’target_name’: ‘root’, ’target_type’: ‘ROOT’}]} |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| policy_name | 제어 정책 이름 | test-policy-name |
| policy_type | 제어 정책 유형 | SYSTEM_MANAGED |
| source | 정책 생성 주체 | ORGANIZATION |
1.22.2 - 1.0
scpcli organization target policy list
--target_id <value>
[--organization_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--policy_category <value>]
[--name <value>]
Description
list policies for target
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
target_id required | string | 타겟 ID | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
policy_category optional | **** | 정책 카테고리 | SCP |
name optional | string | 제어 정책 이름 | test-policy-name |
Responses
| Name | Description | Example |
|---|
| id | ID | 0a36e0746dbf4908acf0357829701381 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| link_types | 연결 유형 | {‘DIRECTED’: [{’target_id’: ‘1a2b3c4d5e6f7g8h9i0j1k2l3m4n5’, ’target_name’: ’example-target’, ’target_type’: ‘OU’}], ‘INHERITED’: [{’target_id’: ‘2a2b3c4d5e6f7g8h9i0j1k2l3m4n5’, ’target_name’: ‘root’, ’target_type’: ‘ROOT’}]} |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| policy_name | 제어 정책 이름 | test-policy-name |
| policy_type | 제어 정책 유형 | SYSTEM_MANAGED |
| source | 정책 생성 주체 | ORGANIZATION |
1.23 - ListServiceControlPolicies
1.23.1 - 1.1
scpcli organization service control policy list
--organization_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--exclude_target_id <value>]
Description
get service control policies list
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | 서비스 제어 정책 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
name optional | array | 서비스 제어 정책 이름 | M |
type optional | **** | 서비스 제어 정책 유형 | MANAGED |
exclude_target_id optional | string | 제외 대상 ID | 112c2fc8c29a449dbfa8681f8f1d7442 |
Responses
| Name | Description | Example |
|---|
| id | 서비스 제어 정책 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| category | 정책 카테고리 | SCP |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| creator_name | 생성자 성, 이름 | John Doe na |
| description | 정책 설명 | This is an example policy. |
| document | 정책 문서 | {‘Statement’: [{‘Action’: [’’], ‘Effect’: ‘Allow’, ‘Resource’: [’’], ‘Sid’: ‘statement1’}], ‘Version’: ‘2024-07-01’} |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| modifier_name | 수정자 성, 이름 | Alice |
| name | 서비스 제어 정책 이름 | MyPolicy |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| source | 정책 생성 주체 | ORGANIZATION |
| state | 정책 상태 | ACTIVE |
| type | 서비스 제어 정책 유형 | MANAGED |
1.23.2 - 1.0
scpcli organization service control policy list
--organization_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
[--type <value>]
[--exclude_target_id <value>]
Description
get service control policies list
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
id optional | string | 서비스 제어 정책 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
name optional | array | 서비스 제어 정책 이름 | M |
type optional | **** | 서비스 제어 정책 유형 | MANAGED |
exclude_target_id optional | string | 제외 대상 ID | 112c2fc8c29a449dbfa8681f8f1d7442 |
Responses
| Name | Description | Example |
|---|
| id | 서비스 제어 정책 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| category | 정책 카테고리 | SCP |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| creator_name | 생성자 성, 이름 | John Doe na |
| description | 정책 설명 | This is an example policy. |
| document | 정책 문서 | {‘Statement’: [{‘Action’: [’’], ‘Effect’: ‘Allow’, ‘Resource’: [’’], ‘Sid’: ‘statement1’}], ‘Version’: ‘2024-07-01’} |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| modifier_name | 수정자 성, 이름 | Alice |
| name | 서비스 제어 정책 이름 | MyPolicy |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| source | 정책 생성 주체 | ORGANIZATION |
| state | 정책 상태 | ACTIVE |
| type | 서비스 제어 정책 유형 | MANAGED |
1.24 - ListTargetsForPolicy
1.24.1 - 1.1
scpcli organization policy target list
--target_type <value>
--policy_id <value>
[--organization_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--policy_category <value>]
[--name <value>]
Description
list targets for policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
target_type required | **** | 타겟 유형 | OU |
policy_id required | string | 제어 정책 ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
policy_category optional | **** | 정책 카테고리 | SCP |
name optional | string | 타겟명 | example-target |
Responses
| Name | Description | Example |
|---|
| id | ID | 0a36e0746dbf4908acf0357829701381 |
| control_policies | 통제 정책 아이디 목록 | |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| target_name | 타겟명 | example-target |
1.24.2 - 1.0
scpcli organization policy target list
--target_type <value>
--policy_id <value>
[--organization_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--policy_category <value>]
[--name <value>]
Description
list targets for policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
target_type required | **** | 타겟 유형 | OU |
policy_id required | string | 제어 정책 ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
size optional | integer | size | 20 |
page optional | integer | page | 0 |
sort optional | string | sort | created_at:desc |
policy_category optional | **** | 정책 카테고리 | SCP |
name optional | string | 타겟명 | example-target |
Responses
| Name | Description | Example |
|---|
| id | ID | 0a36e0746dbf4908acf0357829701381 |
| control_policies | 통제 정책 아이디 목록 | |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| target_name | 타겟명 | example-target |
1.25 - MoveAccount
1.25.1 - 1.1
scpcli organization account move
--target_account_ids <value>
--parent_unit_id <value>
[--organization_id <value>]
Description
move a specific account to a different OU
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
target_account_ids required | array | 타겟 계정 아이디 목록 | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
parent_unit_id required | string | ROOT ID 또는 조직 단위 ID | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.25.2 - 1.0
scpcli organization account move
--target_account_ids <value>
--parent_unit_id <value>
[--organization_id <value>]
Description
move a specific account to a different OU
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
target_account_ids required | array | 타겟 계정 아이디 목록 | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
parent_unit_id required | string | ROOT ID 또는 조직 단위 ID | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.26 - RemoveAccounts
1.26.1 - 1.1
scpcli organization account remove
--target_account_ids <value>
[--organization_id <value>]
Description
Remove accounts from organization
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
target_account_ids required | array | 타겟 계정 아이디 목록 | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.26.2 - 1.0
scpcli organization account remove
--target_account_ids <value>
[--organization_id <value>]
Description
Remove accounts from organization
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
target_account_ids required | array | 타겟 계정 아이디 목록 | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.27 - RemovePolicyBindings
1.27.1 - 1.1
scpcli organization policy remove
--target_ids <value>
--policy_ids <value>
--entity <value>
[--organization_id <value>]
Description
remove policy bindings
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
target_ids required | array | 타겟 정보 | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
policy_ids required | array | 제어 정책 목록 ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
entity required | string | 개체 유형 | POLICY |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.27.2 - 1.0
scpcli organization policy remove
--target_ids <value>
--policy_ids <value>
--entity <value>
[--organization_id <value>]
Description
remove policy bindings
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
target_ids required | array | 타겟 정보 | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
policy_ids required | array | 제어 정책 목록 ID | f98e76d54c32b10a9z8y7x6w5v4u3 |
entity required | string | 개체 유형 | POLICY |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.28 - SetDelegationPolicy
1.28.1 - 1.1
scpcli organization delegation policy set
[--organization_id <value>]
[--statement <value>]
[--version <value>]
Description
set a specific delegation policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
statement optional | array | 정책 문법 | '{"Action": ["s3:PutObject", "s3:GetObject"], "Condition": "", "Effect": "Allow", "NotAction": [""], "Principal": "", "Resource": ["*"], "Sid": "statement1"}' |
version optional | string | 정책 버전 | - |
1.28.2 - 1.0
scpcli organization delegation policy set
[--organization_id <value>]
[--statement <value>]
[--version <value>]
Description
set a specific delegation policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
statement optional | array | 정책 문법 | '{"Action": ["s3:PutObject", "s3:GetObject"], "Condition": "", "Effect": "Allow", "NotAction": [""], "Principal": "", "Resource": ["*"], "Sid": "statement1"}' |
version optional | string | 정책 버전 | - |
1.29 - SetOrganization
1.29.1 - 1.1
scpcli organization organization set
--organization_id <value>
[--delegation_account_id <value>]
[--name <value>]
[--organization_id <value>]
[--use_scp_yn <value>]
Description
set a specific organization
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
delegation_account_id optional | string | 위임 계정 | 124e7d6c5b4a3z2y1x0w9v8u7t6s5r |
name optional | string | 조직 이름 | My Organization |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
use_scp_yn optional | boolean | 통제 정책 사용 여부 | True |
1.29.2 - 1.0
scpcli organization organization set
--organization_id <value>
[--delegation_account_id <value>]
[--name <value>]
[--organization_id <value>]
[--use_scp_yn <value>]
Description
set a specific organization
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
delegation_account_id optional | string | 위임 계정 | 124e7d6c5b4a3z2y1x0w9v8u7t6s5r |
name optional | string | 조직 이름 | My Organization |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
use_scp_yn optional | boolean | 통제 정책 사용 여부 | True |
1.30 - SetOrganizationUnit
1.30.1 - 1.1
scpcli organization organization unit set
--unit_id <value>
[--description <value>]
[--name <value>]
[--organization_id <value>]
Description
set a specific organization unit
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
unit_id required | string | 조직 단위 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
description optional | string | 조직 단위 설명 | 에스코어 조직 단위 |
name optional | string | 조직 단위명 | score-organization-unit |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.30.2 - 1.0
scpcli organization organization unit set
--unit_id <value>
[--description <value>]
[--name <value>]
[--organization_id <value>]
Description
set a specific organization unit
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
unit_id required | string | 조직 단위 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
description optional | string | 조직 단위 설명 | 에스코어 조직 단위 |
name optional | string | 조직 단위명 | score-organization-unit |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.31 - SetServiceControlPolicy
1.31.1 - 1.1
scpcli organization service control policy set
--policy_id <value>
--organization_id <value>
[--description <value>]
[--name <value>]
[--statement <value>]
[--version <value>]
Description
set a specific service control policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | 서비스 제어 정책 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
description optional | string | 정책 설명 | This is an example policy. |
name optional | string | 서비스 제어 정책 이름 | MyPolicy |
statement optional | array | 정책 문법 | '{"Action": ["s3:PutObject", "s3:GetObject"], "Condition": "", "Effect": "Allow", "NotAction": [""], "Principal": "", "Resource": ["*"], "Sid": "statement1"}' |
version optional | string | 정책 버전 | - |
1.31.2 - 1.0
scpcli organization service control policy set
--policy_id <value>
--organization_id <value>
[--description <value>]
[--name <value>]
[--statement <value>]
[--version <value>]
Description
set a specific service control policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | 서비스 제어 정책 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
description optional | string | 정책 설명 | This is an example policy. |
name optional | string | 서비스 제어 정책 이름 | MyPolicy |
statement optional | array | 정책 문법 | '{"Action": ["s3:PutObject", "s3:GetObject"], "Condition": "", "Effect": "Allow", "NotAction": [""], "Principal": "", "Resource": ["*"], "Sid": "statement1"}' |
version optional | string | 정책 버전 | - |
1.32 - ShowAccount
1.32.1 - 1.1
scpcli organization account show
--account_id <value>
[--organization_id <value>]
[--lazy_policy <value>]
Description
show a specific account
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
account_id required | string | 조직 계정 ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
lazy_policy optional | boolean | 연결된 정책 조회 여부 | True |
Responses
| Name | Description | Example |
|---|
| account | 조직 계정 상세 정보 | |
1.32.2 - 1.0
scpcli organization account show
--account_id <value>
[--organization_id <value>]
[--lazy_policy <value>]
Description
show a specific account
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
account_id required | string | 조직 계정 ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
lazy_policy optional | boolean | 연결된 정책 조회 여부 | True |
Responses
| Name | Description | Example |
|---|
| account | 조직 계정 상세 정보 | |
1.33 - ShowDelegationPolicy
1.33.1 - 1.1
scpcli organization delegation policy show
[--organization_id <value>]
Description
show a specific delegation policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
Responses
| Name | Description | Example |
|---|
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| document | 위임 정책 문서 | {‘Statement’: [{‘Action’: [‘organization:CreateServiceControlPolicy’, ‘organization:DeleteServiceControlPolicies’, ‘organization:SetServiceControlPolicy’, ‘organization:ShowServiceControlPolicy’, ‘organization:ListServiceControlPolicies’, ‘organization:ShowAccount’, ‘organization:ListAccounts’, ‘organization:ListOrganizationUnits’, ‘organization:ListOrganizationInvitations’, ‘organization:ListParents’, ‘organization:ListPoliciesForTarget’, ‘organization:ListTargetsForPolicy’, ‘organization:AttachPolicyBindings’, ‘organization:RemovePolicyBindings’, ‘organization:ShowDelegatePolicy’], ‘Effect’: ‘Allow’, ‘Principal’: {‘scp’: [‘srn:dev2::f045159f40c64125a1fe61bd71d1c14c:::iam:user/e3a6e3f99c1040639e9a3c8f8b7427df’]}, ‘Resource’: [’*’], ‘Sid’: ‘statement1’}], ‘Version’: ‘2024-07-01’} |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.33.2 - 1.0
scpcli organization delegation policy show
[--organization_id <value>]
Description
show a specific delegation policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
Responses
| Name | Description | Example |
|---|
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| document | 위임 정책 문서 | {‘Statement’: [{‘Action’: [‘organization:CreateServiceControlPolicy’, ‘organization:DeleteServiceControlPolicies’, ‘organization:SetServiceControlPolicy’, ‘organization:ShowServiceControlPolicy’, ‘organization:ListServiceControlPolicies’, ‘organization:ShowAccount’, ‘organization:ListAccounts’, ‘organization:ListOrganizationUnits’, ‘organization:ListOrganizationInvitations’, ‘organization:ListParents’, ‘organization:ListPoliciesForTarget’, ‘organization:ListTargetsForPolicy’, ‘organization:AttachPolicyBindings’, ‘organization:RemovePolicyBindings’, ‘organization:ShowDelegatePolicy’], ‘Effect’: ‘Allow’, ‘Principal’: {‘scp’: [‘srn:dev2::f045159f40c64125a1fe61bd71d1c14c:::iam:user/e3a6e3f99c1040639e9a3c8f8b7427df’]}, ‘Resource’: [’*’], ‘Sid’: ‘statement1’}], ‘Version’: ‘2024-07-01’} |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
1.34 - ShowOrganization
1.34.1 - 1.1
scpcli organization organization show
--organization_id <value>
Description
show a specific organization
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
Responses
| Name | Description | Example |
|---|
| id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| creator_name | 생성자 성, 이름 | John Doe na |
| delegation_account_id | 위임 계정 | 124e7d6c5b4a3z2y1x0w9v8u7t6s5r |
| master_account_email | 관리자 계정 이메일 | admin@example.com |
| master_account_id | 관리자 계정 ID | 9f8e7d6c5b4a3z2y1x0w9v8u7t6s5r |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| modifier_name | 수정자 성, 이름 | Alice |
| name | 조직 이름 | My Organization |
| root_unit_id | 루트 유닛 ID | r-abcd7d6c5b4a3z2y1x0w9v8u7t6s5r |
| srn | 조직 SRN | srn:dev2::1b8c29a138d78e24bf1fa86812fcaa:kr-west1::organizations/organization/o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| use_scp_yn | 통제 정책 사용 여부 | True |
1.34.2 - 1.0
scpcli organization organization show
--organization_id <value>
Description
show a specific organization
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
Responses
| Name | Description | Example |
|---|
| id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| creator_name | 생성자 성, 이름 | John Doe na |
| delegation_account_id | 위임 계정 | 124e7d6c5b4a3z2y1x0w9v8u7t6s5r |
| master_account_email | 관리자 계정 이메일 | admin@example.com |
| master_account_id | 관리자 계정 ID | 9f8e7d6c5b4a3z2y1x0w9v8u7t6s5r |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| modifier_name | 수정자 성, 이름 | Alice |
| name | 조직 이름 | My Organization |
| root_unit_id | 루트 유닛 ID | r-abcd7d6c5b4a3z2y1x0w9v8u7t6s5r |
| srn | 조직 SRN | srn:dev2::1b8c29a138d78e24bf1fa86812fcaa:kr-west1::organizations/organization/o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| use_scp_yn | 통제 정책 사용 여부 | True |
1.35 - ShowOrganizationUnit
1.35.1 - 1.1
scpcli organization organization unit show
--unit_id <value>
[--organization_id <value>]
Description
show a specific organization unit
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
unit_id required | string | 조직 단위 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
Responses
| Name | Description | Example |
|---|
| organization_unit | 조직 단위 정보 | |
1.35.2 - 1.0
scpcli organization organization unit show
--unit_id <value>
[--organization_id <value>]
Description
show a specific organization unit
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
unit_id required | string | 조직 단위 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
Responses
| Name | Description | Example |
|---|
| organization_unit | 조직 단위 정보 | |
1.36 - ShowServiceControlPolicy
1.36.1 - 1.1
scpcli organization service control policy show
--policy_id <value>
[--organization_id <value>]
Description
show a specific service control policy
State
ACTIVE (CURRENT)
| Version | Supported Until |
|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | 서비스 제어 정책 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
Responses
| Name | Description | Example |
|---|
| id | 서비스 제어 정책 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| category | 정책 카테고리 | SCP |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| creator_name | 생성자 성, 이름 | John Doe na |
| description | 정책 설명 | This is an example policy. |
| document | 정책 문서 | {‘Statement’: [{‘Action’: [’’], ‘Effect’: ‘Allow’, ‘Resource’: [’’], ‘Sid’: ‘statement1’}], ‘Version’: ‘2024-07-01’} |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| modifier_name | 수정자 성, 이름 | Alice |
| name | 서비스 제어 정책 이름 | MyPolicy |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| service_name | 서비스명 | Organization |
| source | 정책 생성 주체 | ORGANIZATION |
| srn | 정책 SRN | srn:dev2::1b8c29a138d78e24bf1fa86812fcaa:kr-west1::organizations/service-control-policy/138c2fc8c29a449dbfa8681f8f1d78e2 |
| state | 정책 상태 | ACTIVE |
| type | 서비스 제어 정책 유형 | MANAGED |
1.36.2 - 1.0
scpcli organization service control policy show
--policy_id <value>
[--organization_id <value>]
Description
show a specific service control policy
State
ACTIVE (DEPRECATED)
| Version | Supported Until |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
policy_id required | string | 서비스 제어 정책 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
Responses
| Name | Description | Example |
|---|
| id | 서비스 제어 정책 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| category | 정책 카테고리 | SCP |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| creator_name | 생성자 성, 이름 | John Doe na |
| description | 정책 설명 | This is an example policy. |
| document | 정책 문서 | {‘Statement’: [{‘Action’: [’’], ‘Effect’: ‘Allow’, ‘Resource’: [’’], ‘Sid’: ‘statement1’}], ‘Version’: ‘2024-07-01’} |
| modified_at | 수정 일시 | 2023-10-15 14:30:00 |
| modified_by | 수정자 | c23fb561c689455993874fa5d5ed4a2f |
| modifier_name | 수정자 성, 이름 | Alice |
| name | 서비스 제어 정책 이름 | MyPolicy |
| organization_id | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| service_name | 서비스명 | Organization |
| source | 정책 생성 주체 | ORGANIZATION |
| srn | 정책 SRN | srn:dev2::1b8c29a138d78e24bf1fa86812fcaa:kr-west1::organizations/service-control-policy/138c2fc8c29a449dbfa8681f8f1d78e2 |
| state | 정책 상태 | ACTIVE |
| type | 서비스 제어 정책 유형 | MANAGED |