Overview
SCP에서 제공하는 IaaS/PaaS 상품을 프로그램적으로 이용할 수 있도록 지원하는 명령 줄 인터페이스(Command-line interface, CLI)를 제공합니다.
본 가이드는 Organization 서비스에 대한 간략한 설명 및 CLI를 호출하는 방법을 제공합니다.
Version
| Version | Status | Supported Until |
|---|---|---|
| 1.0 | DEPRECATED | 20251231 |
| 1.1 | CURRENT | - |
이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
scpcli organization invitation accept
--invitation_id <value>
accept a specific invitation
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| invitation_id required | string | 초대 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
scpcli organization invitation accept
--invitation_id <value>
accept a specific invitation
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| invitation_id required | string | 초대 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
scpcli organization policy attach
--target_ids <value>
--policy_ids <value>
--entity <value>
[--organization_id <value>]
attach policy bindings
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
| Name | Description | Example |
|---|---|---|
| error_code | error code | Conflict |
| failed_caused | 실패 원인 | Account 482d111a302547fbbd11ee0141ea23bb is not found |
| failed_id | 실패 ID | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
scpcli organization policy attach
--target_ids <value>
--policy_ids <value>
--entity <value>
[--organization_id <value>]
attach policy bindings
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 |
| Name | Description | Example |
|---|---|---|
| error_code | error code | Conflict |
| failed_caused | 실패 원인 | Account 482d111a302547fbbd11ee0141ea23bb is not found |
| failed_id | 실패 ID | ou-1a2b3c4d5e6f7g8h9i0j1k2l3m4n5 |
scpcli organization invitation cancel
--ids <value>
[--organization_id <value>]
cancel invitations
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| ids required | array | 초대 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
scpcli organization invitation cancel
--ids <value>
[--organization_id <value>]
cancel invitations
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| ids required | array | 초대 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
scpcli organization account create
--role_name <value>
--organization_id <value>
--name <value>
--login_id <value>
create a account
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
| Name | Description | Example |
|---|---|---|
| failed | 계정 생성 실패 정보 | |
| success | 계정 생성 성공 정보 |
scpcli organization account create
--role_name <value>
--organization_id <value>
--name <value>
--login_id <value>
create a account
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 |
| Name | Description | Example |
|---|---|---|
| failed | 계정 생성 실패 정보 | |
| success | 계정 생성 성공 정보 |
scpcli organization delegation policy create
[--organization_id <value>]
[--statement <value>]
[--version <value>]
create a delegation policy
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 | 정책 버전 | - |
| 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 |
scpcli organization delegation policy create
[--organization_id <value>]
[--statement <value>]
[--version <value>]
create a delegation policy
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 | 정책 버전 | - |
| 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 |
scpcli organization invitation create
--target_login_ids <value>
[--organization_id <value>]
create an invitation
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| target_login_ids required | array | 초대 수신자 계정 이메일 목록 | score-1@samsung.com |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| Name | Description | Example |
|---|---|---|
| error_code | error code | Invitation.AlreadySentError |
| failed_caused | 실패 사유 | Account b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 is not found |
| failed_id | 조직 초대 실패 Login ID 목록 | [‘score-1@samsung.com’] |
scpcli organization invitation create
--target_login_ids <value>
[--organization_id <value>]
create an invitation
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| target_login_ids required | array | 초대 수신자 계정 이메일 목록 | score-1@samsung.com |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| Name | Description | Example |
|---|---|---|
| error_code | error code | Invitation.AlreadySentError |
| failed_caused | 실패 사유 | Account b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 is not found |
| failed_id | 조직 초대 실패 Login ID 목록 | [‘score-1@samsung.com’] |
scpcli organization organization create
--name <value>
create a organization
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | 조직 이름 | My Organization |
| 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 |
scpcli organization organization create
--name <value>
create a organization
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | 조직 이름 | My Organization |
| 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 |
scpcli organization organization unit create
--name <value>
[--description <value>]
[--organization_id <value>]
[--parent_unit_id <value>]
[--policy_ids <value>]
create an organization unit
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
| Name | Description | Example |
|---|---|---|
| organization_unit | 조직 단위 정보 |
scpcli organization organization unit create
--name <value>
[--description <value>]
[--organization_id <value>]
[--parent_unit_id <value>]
[--policy_ids <value>]
create an organization unit
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 |
| Name | Description | Example |
|---|---|---|
| organization_unit | 조직 단위 정보 |
scpcli organization service control policy create
--organization_id <value>
--name <value>
--description <value>
[--type <value>]
[--statement <value>]
[--version <value>]
create a service control policy
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 | 정책 버전 | - |
| 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 |
scpcli organization service control policy create
--organization_id <value>
--name <value>
--description <value>
[--type <value>]
[--statement <value>]
[--version <value>]
create a service control policy
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 | 정책 버전 | - |
| 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 |
scpcli organization invitation decline
--invitation_id <value>
decline a specific invitation
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| invitation_id required | string | 초대 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
scpcli organization invitation decline
--invitation_id <value>
decline a specific invitation
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| invitation_id required | string | 초대 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
scpcli organization delegation policy delete
[--organization_id <value>]
delete a specific delegation policy
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
scpcli organization delegation policy delete
[--organization_id <value>]
delete a specific delegation policy
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
scpcli organization organization delete
--organization_id <value>
delete a specific organization
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
scpcli organization organization delete
--organization_id <value>
delete a specific organization
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
scpcli organization organization unit delete
--ids <value>
[--organization_id <value>]
delete organization units
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| ids required | array | 조직 단위 ID 목록 | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
scpcli organization organization unit delete
--ids <value>
[--organization_id <value>]
delete organization units
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| ids required | array | 조직 단위 ID 목록 | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
scpcli organization service control policy delete
--organization_id <value>
--ids <value>
delete service control policies
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| ids required | array | 서비스 제어 정책 목록ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
scpcli organization service control policy delete
--organization_id <value>
--ids <value>
delete service control policies
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| ids required | array | 서비스 제어 정책 목록ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
scpcli organization organization leave
--organization_id <value>
leave a specific organization
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
scpcli organization organization leave
--organization_id <value>
leave a specific organization
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
scpcli organization account invitation list
get account invitation list
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
scpcli organization account invitation list
get account invitation list
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 |
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>]
get accounts list
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
| Name | Description | Example |
|---|---|---|
| id | ID | 0a36e0746dbf4908acf0357829701381 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| 계정 이메일 | 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 |
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>]
get accounts list
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 |
| Name | Description | Example |
|---|---|---|
| id | ID | 0a36e0746dbf4908acf0357829701381 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| created_by | 생성자 | c23fb561c689455993874fa5d5ed4a2f |
| 계정 이메일 | 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 |
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>]
get organization invitation list
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
| 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 |
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>]
get organization invitation list
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 |
| 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 |
scpcli organization organization list
[--organization_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--master_account_id <value>]
get organizations list
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
| 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 |
scpcli organization organization list
[--organization_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--name <value>]
[--master_account_id <value>]
get organizations list
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 |
| 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 |
scpcli organization organization unit list
--parent_unit_id <value>
[--organization_id <value>]
[--name <value>]
[--exclude_policy_id <value>]
get organization unit list
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
| Name | Description | Example |
|---|---|---|
| id | 조직 단위 ID 또는 조직 계정 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| depth | 계층(0~5) | 1 |
| 계정 이메일 | 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 |
scpcli organization organization unit list
--parent_unit_id <value>
[--organization_id <value>]
[--name <value>]
[--exclude_policy_id <value>]
get organization unit list
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 |
| Name | Description | Example |
|---|---|---|
| id | 조직 단위 ID 또는 조직 계정 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| created_at | 생성 일시 | 2024-12-19 01:09:05.000 |
| depth | 계층(0~5) | 1 |
| 계정 이메일 | 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 |
scpcli organization organization unit parent list
--unit_id <value>
[--organization_id <value>]
get organization unit parent list
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| unit_id required | string | 조직 단위 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| 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 |
scpcli organization organization unit parent list
--unit_id <value>
[--organization_id <value>]
get organization unit parent list
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| unit_id required | string | 조직 단위 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| 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 |
scpcli organization target policy list
--target_id <value>
[--organization_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--policy_category <value>]
[--name <value>]
list policies for target
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
| 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 |
scpcli organization target policy list
--target_id <value>
[--organization_id <value>]
[--size <value>]
[--page <value>]
[--sort <value>]
[--policy_category <value>]
[--name <value>]
list policies for target
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 |
| 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 |
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>]
get service control policies list
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
| 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 |
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>]
get service control policies list
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 |
| 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 |
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>]
list targets for policy
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
| 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 |
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>]
list targets for policy
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 |
| 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 |
scpcli organization account move
--target_account_ids <value>
--parent_unit_id <value>
[--organization_id <value>]
move a specific account to a different OU
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
scpcli organization account move
--target_account_ids <value>
--parent_unit_id <value>
[--organization_id <value>]
move a specific account to a different OU
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 |
scpcli organization account remove
--target_account_ids <value>
[--organization_id <value>]
Remove accounts from organization
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| target_account_ids required | array | 타겟 계정 아이디 목록 | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
scpcli organization account remove
--target_account_ids <value>
[--organization_id <value>]
Remove accounts from organization
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| target_account_ids required | array | 타겟 계정 아이디 목록 | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
scpcli organization policy remove
--target_ids <value>
--policy_ids <value>
--entity <value>
[--organization_id <value>]
remove policy bindings
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
scpcli organization policy remove
--target_ids <value>
--policy_ids <value>
--entity <value>
[--organization_id <value>]
remove policy bindings
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 |
scpcli organization delegation policy set
[--organization_id <value>]
[--statement <value>]
[--version <value>]
set a specific delegation policy
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 | 정책 버전 | - |
scpcli organization delegation policy set
[--organization_id <value>]
[--statement <value>]
[--version <value>]
set a specific delegation policy
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 | 정책 버전 | - |
scpcli organization organization set
--organization_id <value>
[--delegation_account_id <value>]
[--name <value>]
[--organization_id <value>]
[--use_scp_yn <value>]
set a specific organization
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
scpcli organization organization set
--organization_id <value>
[--delegation_account_id <value>]
[--name <value>]
[--organization_id <value>]
[--use_scp_yn <value>]
set a specific organization
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 |
scpcli organization organization unit set
--unit_id <value>
[--description <value>]
[--name <value>]
[--organization_id <value>]
set a specific organization unit
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 |
scpcli organization organization unit set
--unit_id <value>
[--description <value>]
[--name <value>]
[--organization_id <value>]
set a specific organization unit
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 |
scpcli organization service control policy set
--policy_id <value>
--organization_id <value>
[--description <value>]
[--name <value>]
[--statement <value>]
[--version <value>]
set a specific service control policy
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| 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 | 정책 버전 | - |
scpcli organization service control policy set
--policy_id <value>
--organization_id <value>
[--description <value>]
[--name <value>]
[--statement <value>]
[--version <value>]
set a specific service control policy
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| 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 | 정책 버전 | - |
scpcli organization account show
--account_id <value>
[--organization_id <value>]
[--lazy_policy <value>]
show a specific account
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| account_id required | string | 조직 계정 ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| lazy_policy optional | boolean | 연결된 정책 조회 여부 | True |
| Name | Description | Example |
|---|---|---|
| account | 조직 계정 상세 정보 |
scpcli organization account show
--account_id <value>
[--organization_id <value>]
[--lazy_policy <value>]
show a specific account
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| account_id required | string | 조직 계정 ID | b4d3f2h1j0l9n8p7r6t5v4x3z2y1w0 |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| lazy_policy optional | boolean | 연결된 정책 조회 여부 | True |
| Name | Description | Example |
|---|---|---|
| account | 조직 계정 상세 정보 |
scpcli organization delegation policy show
[--organization_id <value>]
show a specific delegation policy
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| 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 |
scpcli organization delegation policy show
[--organization_id <value>]
show a specific delegation policy
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| 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 |
scpcli organization organization show
--organization_id <value>
show a specific organization
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| 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 |
scpcli organization organization show
--organization_id <value>
show a specific organization
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| organization_id required | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| 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 |
scpcli organization organization unit show
--unit_id <value>
[--organization_id <value>]
show a specific organization unit
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| unit_id required | string | 조직 단위 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| Name | Description | Example |
|---|---|---|
| organization_unit | 조직 단위 정보 |
scpcli organization organization unit show
--unit_id <value>
[--organization_id <value>]
show a specific organization unit
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| unit_id required | string | 조직 단위 ID | ou-c29a138f8f1d78e24dbfa8681fc2fc8 |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| Name | Description | Example |
|---|---|---|
| organization_unit | 조직 단위 정보 |
scpcli organization service control policy show
--policy_id <value>
[--organization_id <value>]
show a specific service control policy
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
| Name | Type | Description | Example |
|---|---|---|---|
| policy_id required | string | 서비스 제어 정책 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| 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 |
scpcli organization service control policy show
--policy_id <value>
[--organization_id <value>]
show a specific service control policy
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
| Name | Type | Description | Example |
|---|---|---|---|
| policy_id required | string | 서비스 제어 정책 ID | 138c2fc8c29a449dbfa8681f8f1d78e2 |
| organization_id optional | string | 조직 ID | o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 |
| 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 |