이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
Models
- 1: Account
- 2: AccountAssignment
- 3: AccountAssignmentDeleteRequest
- 4: AccountAssignmentsCreateRequest
- 5: AccountAssignmentsCreateRequestV1Dot2
- 6: AccountAssignmentsCreateResponse
- 7: AccountAssignmentsCreateResponseV1Dot2
- 8: AccountAssignmentsDeleteRequest
- 9: AccountAssignmentsPageResponse
- 10: AccountAssignmentSummaryModel
- 11: AssignmentPermissionSet
- 12: Group
- 13: GroupCreateRequest
- 14: GroupDeleteBulkRequest
- 15: GroupDetail
- 16: GroupPageResponse
- 17: GroupRemoveResponse
- 18: GroupSetRequest
- 19: GroupSetResponse
- 20: GroupShowResponse
- 21: GroupSummary
- 22: GroupUser
- 23: GroupUsersPageResponse
- 24: GroupUsersRequest
- 25: Instance
- 26: InstanceBaseRequest
- 27: InstanceCreateRequest
- 28: InstanceDetailAddResourceV1Dot1
- 29: InstanceDetailV1Dot1
- 30: InstancePageResponse
- 31: InstanceSetRequest1Dot1
- 32: InstanceShowResponseAddResourceV1Dot1
- 33: InstanceShowResponseV1Dot1
- 34: LdapConfig
- 35: LdapConfigCreateRequest
- 36: ManagedPolicy
- 37: PermissionSetCreateRequest
- 38: PermissionSetCreateRequestV1Dot2
- 39: PermissionSetDetails
- 40: PermissionSetDetailsPageResponseV1Dot2
- 41: PermissionSetDetailsV1Dot2
- 42: PermissionSetInfo
- 43: PermissionSetInfoV1Dot2
- 44: PermissionSetPoliciesDeleteRequest
- 45: PermissionSetPoliciesPageResponse
- 46: PermissionSetPoliciesPageResponseV1Dot2
- 47: PermissionSetPoliciesSetRequest
- 48: PermissionSetPoliciesSetRequestV1Dot2
- 49: PermissionSets
- 50: PermissionSetSetRequest
- 51: PermissionSetsPageResponse
- 52: Policy
- 53: PolicyV1Dot2
- 54: Principal
- 55: RemoveFailCaused
- 56: RemoveSuccess
- 57: ShowPermissionSetAddResource
- 58: ShowPermissionSetAddResourceV1Dot2
- 59: User
- 60: UserCreateRequest
- 61: UserDeleteBulkRequest
- 62: UserDetail
- 63: UserPageResponse
- 64: UserRemoveResponse
- 65: UserResponse
- 66: UserSetRequest
1 - Account
| Name | Description | Schema | Default |
|---|---|---|---|
| target_account_email required | 할당된 계정 이메일 Example : target_account@example.com | string | |
| target_account_id required | 할당된 계정 ID Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| target_account_name required | 할당된 Account명 Example : target_account@example.com | string |
2 - AccountAssignment
| Name | Description | Schema | Default |
|---|---|---|---|
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| permission_sets optional | array[AssignmentPermissionSet] | ||
| principal_id required | 주체 ID Example : 138c2fc8c29a449dbfa8681f8f1d78e2 | string | |
| principal_name required | 주체 이름 Example : GROUP0407 | string | |
| principal_type required | 주체 유형 Example : USER | enum (USER, GROUP) | |
| role_srn optional | 권한 세트 설명 Example : Permissions for administrators | any of [string, null] | |
| target_account_email required | 할당된 계정 이메일 Example : target_account@example.com | string | |
| target_account_id required | 할당된 계정 ID Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| target_account_name required | 할당된 Account명 Example : Admin Account | string |
3 - AccountAssignmentDeleteRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| only_user_removed optional | 직접 적용 제외 여부 Example : False | any of [boolean, null] | |
| target_account_id required | 할당된 계정 ID Example : 3265ab469f0d406d83073da3e11e7a6c | string |
4 - AccountAssignmentsCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| accounts optional | array[Account] | ||
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| permission_sets optional | array[PermissionSetInfo] | ||
| principals optional | array[Principal] |
5 - AccountAssignmentsCreateRequestV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| accounts optional | array[Account] | ||
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| permission_sets optional | array[PermissionSetInfoV1Dot2] | ||
| principals optional | array[Principal] |
6 - AccountAssignmentsCreateResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_assignment_id optional | 할당 ID Example : b2f9a7d3c1e5b8f4d0a6c9e2f7b3d1a8 | any of [string, null] | |
| permission_set_id required | 권한 세트 ID Example : e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 | string | |
| principal_id optional | 주체 ID Example : 138c2fc8c29a449dbfa8681f8f1d78e2 | any of [string, null] | |
| principal_type optional | 주체 유형 Example : USER | any of [enum (USER, GROUP), null] | |
| role_srn optional | 권한 세트 설명 Example : Permissions for administrators | any of [string, null] | |
| target_account_id required | 할당된 계정 ID Example : 3265ab469f0d406d83073da3e11e7a6c | string |
7 - AccountAssignmentsCreateResponseV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| account_assignments required | array[AccountAssignmentSummaryModel] | ||
| count optional | 전체 개수 Example : 20 | any of [integer, null] | |
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] |
8 - AccountAssignmentsDeleteRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| account_assignment_ids optional | 할당 ID Example : ['b2f9a7d3c1e5b8f4d0a6c9e2f7b3d1a8'] | any of [array[string], null] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| only_user_removed optional | 직접 적용 제외 여부 Example : False | any of [boolean, null] | |
| target_account_id required | 할당된 계정 ID Example : 3265ab469f0d406d83073da3e11e7a6c | string |
9 - AccountAssignmentsPageResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| account_assignments required | array[AccountAssignment] | ||
| count required | count Example : 20 | integer | |
| page required | page Example : 0 | integer | |
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] |
10 - AccountAssignmentSummaryModel
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| permission_set_id required | 권한 세트 ID Example : e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 | string | |
| principal_id required | 주체 ID Example : 138c2fc8c29a449dbfa8681f8f1d78e2 | string | |
| principal_type required | 주체 유형 Example : USER | enum (USER, GROUP) | |
| target_account_id required | 할당된 계정 ID Example : 3265ab469f0d406d83073da3e11e7a6c | string |
11 - AssignmentPermissionSet
| Name | Description | Schema | Default |
|---|---|---|---|
| account_assignment_id required | 할당 ID Example : b2f9a7d3c1e5b8f4d0a6c9e2f7b3d1a8 | string | |
| permission_set_id required | 권한 세트 ID Example : e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 | string | |
| permission_set_name required | 권한 세트 이름 Example : Permission Set | string | |
| permission_set_srn required | 권한 세트 SRN Example : srn:<offering>::<project-id>:<region>::permissionSet/${InstanceId}/${permissionId} | string |
12 - Group
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| creator_name required | 생성자 명 Example : John Doe | string | |
| description optional | 그룹 설명 Example : Group for administrators | any of [string, null] | |
| id required | 그룹 ID Example : 138c2fc8c29a449dbfa8681f8f1d78e2 | string | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| modifier_name required | 수정자 명 Example : Smith | string | |
| name required | 그룹 이름 Example : Admin_Group | string |
13 - GroupCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 그룹 설명 Example : Group for administrators | any of [string, null] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| name required | 그룹 이름 Example : Admin_Group | string | |
| user_uuids optional | 그룹에 추가할 사용자 ID 목록 Example : ['138c2fc8c29a449dbfa8681f8f1d78e2'] | any of [array[string], null] |
14 - GroupDeleteBulkRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| group_ids required | 그룹 ID 목록 Example : ['group-12345', 'group-67890'] | array[string] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string |
15 - GroupDetail
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| creator_name required | 생성자 명 Example : John Doe | string | |
| description optional | 그룹 설명 Example : Group for administrators | any of [string, null] | |
| id required | 그룹 ID Example : 138c2fc8c29a449dbfa8681f8f1d78e2 | string | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| modifier_name required | 수정자 명 Example : Smith | string | |
| name required | 그룹 이름 Example : Admin_Group | string | |
| user_count optional | 그룹에 속한 사용자 수 Example : 1 | any of [integer, null] | |
| users optional | 그룹에 속한 사용자 목록 Example : [{'id': '6fdd2a6d-6f4f-4157-8259-5d55e7dd1269', 'name': 'John Doe', 'user_id': 'johndoe'}] | any of [array[User], null] |
16 - GroupPageResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| groups required | array[GroupDetail] | ||
| page required | page Example : 0 | integer | |
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] |
17 - GroupRemoveResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| failed_ids required | 실패 사유 | array[RemoveFailCaused] | |
| success_ids required | 성공 ID 목록 | array[RemoveSuccess] |
18 - GroupSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 그룹 설명 Example : Group for administrators | any of [string, null] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| name optional | 그룹 이름 Example : Admin_Group | any of [string, null] |
19 - GroupSetResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| group required | Group |
20 - GroupShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| group required | GroupDetail |
21 - GroupSummary
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 그룹 이름 Example : Admin_Group | string |
22 - GroupUser
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| group_count optional | 사용자 속한 그룹 개수 Example : 2 | any of [integer, null] | |
| groups optional | 사용자 속한 그룹 목록 Example : [{'created_at': '2025-07-03T12:05:11', 'created_by': 'a8b5d675f25341cea41eb4cd1979aa95', 'id': '39520424-440c-41c0-9b9c-f22b2129f6f9', 'modified_at': '2025-07-03T12:05:11', 'modified_by': 'a8b5d675f25341cea41eb4cd1979aa95', 'name': 'admin'}, {'created_at': '2025-07-03T12:05:36', 'created_by': 'a8b5d675f25341cea41eb4cd1979aa95', 'id': '80c53fe1-4e27-4cce-92be-151cf0f2873e', 'modified_at': '2025-07-07T05:16:58', 'modified_by': '941e76c4b9424cd9b0ac3a12d5f4335d', 'name': 'test-group'}] | any of [array[GroupSummary], null] | |
| id required | 사용자 ID Example : 138c2fc8c29a449dbfa8681f8f1d78e2 | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 사용자 실명 Example : John Doe | string | |
| user_id required | 사용자 로그인 ID Example : johndoe | string |
23 - GroupUsersPageResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| page required | page Example : 0 | integer | |
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] | |
| users required | array[GroupUser] |
24 - GroupUsersRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| user_uuids required | 사용자 ID 목록 Example : ['user-12345', 'user-67890'] | array[string] |
25 - Instance
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| id required | 인스턴스 ID Example : ssoins-12345 | string | |
| master_account_id required | 관리자 계정 ID Example : acc-12345 | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| organization_id required | 조직 ID Example : o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 | string | |
| region required | Region Example : kr-west1 | string | |
| srn required | 인스턴스 SRN Example : srn:identity-center::prj-01234:kr-west-1::instance/ins-01234 | string | |
| state optional | 상태 Example : ACTIVE | enum (ACTIVE, INACTIVE) | ACTIVE |
26 - InstanceBaseRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string |
27 - InstanceCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 인스턴스 설명 Example : My Instance Description | any of [string, null] | |
| identity_store_config optional | 자격 증명 소스 설정 Example : {'bind_credential': 'password', 'bind_dn': 'CN=Administrator,CN=Users,DC=test,DC=add', 'connection_url': 'ldaps://test.subdomain.company.com:123', 'rdn_ldap_attribute': 'cn', 'user_object_classes': 'person, organizationalPerson, user', 'username_ldap_attribute': 'sAMAccountName', 'users_dn': 'OU=Employees,OU=Accounts,DC=sub,DC=org'} | any of [LdapConfigCreateRequest, null] | |
| identity_store_type optional | 자격 증명 소스 유형 Example : ACTIVE_DIRECTORY | enum (IDENTITY_CENTER_DIRECTORY, ACTIVE_DIRECTORY) | ACTIVE_DIRECTORY |
| name required | 인스턴스 이름 Example : My Instance | string |
28 - InstanceDetailAddResourceV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 1234ab567cd64769e8f9g490hi304891 | any of [string, null] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| creator_name required | 생성자 명 Example : John Doe | any of [string, null] | |
| delegated_account_id optional | 위임된 관리자 계정 ID Example : acc-2353 | any of [string, null] | |
| delegated_at optional | 위임 일시 Example : 2023-10-15 14:30:00 | any of [string (date-time), null] | |
| delegated_by optional | 위임자 ID Example : sef2w3c8c29a449dbfa8681f8f1d78e2 | any of [string, null] | |
| description optional | 인스턴스 설명 Example : My Instance Description | any of [string, null] | |
| id required | 인스턴스 ID Example : ssoins-12345 | string | |
| identity_store_config optional | 자격 증명 소스 설정 Example : {'bind_credential': 'password', 'bind_dn': 'CN=Administrator,CN=Users,DC=test,DC=add', 'component_id': 'HYIK7LLKQL2MFK2K8Jb1ew', 'connection_url': 'ldaps://test.subdomain.company.com:123', 'rdn_ldap_attribute': 'cn', 'user_object_classes': 'person, organizationalPerson, user', 'username_ldap_attribute': 'sAMAccountName', 'users_dn': 'OU=Employees,OU=Accounts,DC=sub,DC=org'} | any of [LdapConfig, null] | |
| identity_store_id required | 자격 증명 소스 ID Example : d-12345 | string | |
| identity_store_type optional | 자격 증명 소스 유형 Example : ACTIVE_DIRECTORY | enum (IDENTITY_CENTER_DIRECTORY, ACTIVE_DIRECTORY) | ACTIVE_DIRECTORY |
| last_sync_at optional | 마지막 동기화 날짜 Example : 2025-08-06 10:30:00 | any of [string, null] | |
| last_sync_status optional | 마지막 동기화 상태 Example : ['CREATED', 'RUNNING', 'FINISHED', 'FAILED', 'NONE'] | any of [enum (CREATED, RUNNING, FINISHED, FAILED, NONE), null] | |
| master_account_id required | 관리자 계정 ID Example : acc-12345 | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| modifier_name required | 수정자 명 Example : Smith | any of [string, null] | |
| name required | 인스턴스 이름 Example : My Instance | string | |
| organization_id required | 조직 ID Example : o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 | string | |
| region required | Region Example : kr-west1 | string | |
| resource_name required | 자원명 Example : resource-name-1 | any of [string, null] | |
| resource_type required | 자원 유형 [instance | permission-set] Example : virtual-server | any of [string, null] |
| resource_type_display_name required | 자원 유형명 Example : Virtual Server | any of [string, null] | |
| service required | SERVICE Example : virtualserver | any of [string, null] | |
| service_name required | 서비스명 Example : Virtual Server | any of [string, null] | |
| srn required | 인스턴스 SRN Example : srn:identity-center::prj-01234:kr-west-1::instance/ins-01234 | string | |
| sso_start_url required | SSO 시작 URL Example : https://login.e.samsungsdscloud.com/d-12345 | string | |
| state optional | 상태 Example : ACTIVE | enum (ACTIVE, INACTIVE) | ACTIVE |
29 - InstanceDetailV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| delegated_account_id optional | 위임된 관리자 계정 ID Example : acc-2353 | any of [string, null] | |
| delegated_at optional | 위임 일시 Example : 2023-10-15 14:30:00 | any of [string (date-time), null] | |
| delegated_by optional | 위임자 ID Example : sef2w3c8c29a449dbfa8681f8f1d78e2 | any of [string, null] | |
| description optional | 인스턴스 설명 Example : My Instance Description | any of [string, null] | |
| id required | 인스턴스 ID Example : ssoins-12345 | string | |
| identity_store_config optional | 자격 증명 소스 설정 Example : {'bind_credential': 'password', 'bind_dn': 'CN=Administrator,CN=Users,DC=test,DC=add', 'component_id': 'HYIK7LLKQL2MFK2K8Jb1ew', 'connection_url': 'ldaps://test.subdomain.company.com:123', 'rdn_ldap_attribute': 'cn', 'user_object_classes': 'person, organizationalPerson, user', 'username_ldap_attribute': 'sAMAccountName', 'users_dn': 'OU=Employees,OU=Accounts,DC=sub,DC=org'} | any of [LdapConfig, null] | |
| identity_store_id required | 자격 증명 소스 ID Example : d-12345 | string | |
| identity_store_type optional | 자격 증명 소스 유형 Example : ACTIVE_DIRECTORY | enum (IDENTITY_CENTER_DIRECTORY, ACTIVE_DIRECTORY) | ACTIVE_DIRECTORY |
| last_sync_at optional | 마지막 동기화 날짜 Example : 2025-08-06 10:30:00 | any of [string, null] | |
| last_sync_status optional | 마지막 동기화 상태 Example : ['CREATED', 'RUNNING', 'FINISHED', 'FAILED', 'NONE'] | any of [enum (CREATED, RUNNING, FINISHED, FAILED, NONE), null] | |
| master_account_id required | 관리자 계정 ID Example : acc-12345 | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 인스턴스 이름 Example : My Instance | string | |
| organization_id required | 조직 ID Example : o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 | string | |
| region required | Region Example : kr-west1 | string | |
| srn required | 인스턴스 SRN Example : srn:identity-center::prj-01234:kr-west-1::instance/ins-01234 | string | |
| sso_start_url required | SSO 시작 URL Example : https://login.e.samsungsdscloud.com/d-12345 | string | |
| state optional | 상태 Example : ACTIVE | enum (ACTIVE, INACTIVE) | ACTIVE |
30 - InstancePageResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| instances optional | array[Instance] | ||
| page required | page Example : 0 | integer | |
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] |
31 - InstanceSetRequest1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 인스턴스 설명 Example : My Instance Description | any of [string, null] | |
| identity_store_config optional | 자격 증명 소스 설정 Example : {'bind_credential': 'password', 'bind_dn': 'CN=Administrator,CN=Users,DC=test,DC=add', 'component_id': 'HYIK7LLKQL2MFK2K8Jb1ew', 'connection_url': 'ldaps://test.subdomain.company.com:123', 'rdn_ldap_attribute': 'cn', 'user_object_classes': 'person, organizationalPerson, user', 'username_ldap_attribute': 'sAMAccountName', 'users_dn': 'OU=Employees,OU=Accounts,DC=sub,DC=org'} | any of [LdapConfig, null] | |
| identity_store_type optional | 자격 증명 소스 유형 Example : IDENTITY_CENTER_DIRECTORY | any of [enum (IDENTITY_CENTER_DIRECTORY, ACTIVE_DIRECTORY), null] | |
| name optional | 인스턴스 이름 Example : My InstancePattern : ^[a-zA-Z0-9 \+\-\=\,\.\_:/@]*$ | any of [string, null] |
32 - InstanceShowResponseAddResourceV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| instance required | InstanceDetailAddResourceV1Dot1 |
33 - InstanceShowResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| instance required | InstanceDetailV1Dot1 |
34 - LdapConfig
| Name | Description | Schema | Default |
|---|---|---|---|
| bind_credential optional | Bind 비밀번호 Example : passwordMinimum length : 1Maximum length : 128 | string | |
| bind_dn optional | Bind DN Example : CN=Administrator,CN=Users,DC=test,DC=addMinimum length : 1Maximum length : 255 | string | |
| component_id optional | 컴포넌트 ID Example : HYIK7LLKQL2MFK2K8Jb1ew | any of [string, null] | |
| connection_url optional | LDAP 서버 URL Example : ldaps://test.subdomain.company.com:123Minimum length : 1Maximum length : 255 | string | |
| rdn_ldap_attribute optional | RDN LDAP 속성 Example : cnMinimum length : 1Maximum length : 64 | string | |
| user_object_classes optional | 사용자 객체 클래스 Example : person, organizationalPerson, userMinimum length : 1Maximum length : 100 | string | |
| username_ldap_attribute optional | 사용자 이름 LDAP 속성 Example : sAMAccountNameMinimum length : 1Maximum length : 64 | string | |
| users_dn optional | 사용자 DN Example : OU=Employees,OU=Accounts,DC=sub,DC=orgMinimum length : 1Maximum length : 255 | string |
35 - LdapConfigCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| bind_credential optional | Bind 비밀번호 Example : passwordMinimum length : 1Maximum length : 128 | string | |
| bind_dn optional | Bind DN Example : CN=Administrator,CN=Users,DC=test,DC=addMinimum length : 1Maximum length : 255 | string | |
| connection_url optional | LDAP 서버 URL Example : ldaps://test.subdomain.company.com:123Minimum length : 1Maximum length : 255 | string | |
| rdn_ldap_attribute optional | RDN LDAP 속성 Example : cnMinimum length : 1Maximum length : 64 | string | |
| user_object_classes optional | 사용자 객체 클래스 Example : person, organizationalPerson, userMinimum length : 1Maximum length : 100 | string | |
| username_ldap_attribute optional | 사용자 이름 LDAP 속성 Example : sAMAccountNameMinimum length : 1Maximum length : 64 | string | |
| users_dn optional | 사용자 DN Example : OU=Employees,OU=Accounts,DC=sub,DC=orgMinimum length : 1Maximum length : 255 | string |
36 - ManagedPolicy
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 설명 Example : description | any of [string, null] | |
| id required | 정책 ID Example : 37f2e31ff86b415698d7e8eeafab445d | string | |
| name required | 기본 정책명 Example : PolicyName | string |
37 - PermissionSetCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| customer_policies optional | 고객 관리 정책 | array[string] | |
| description optional | 인스턴스 설명 Example : My Instance Description | any of [string, null] | |
| inline_policies optional | 인라인 정책 | array[object] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| managed_policies optional | 관리 정책 | array[ManagedPolicy] | |
| name required | 인스턴스 이름 Example : My Instance | string | |
| session_duration required | 최대 세션 지속 시간 Example : 3600 | integer |
38 - PermissionSetCreateRequestV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| custom_policies optional | 고객 관리 정책 | array[string] | |
| description optional | 인스턴스 설명 Example : My Instance Description | any of [string, null] | |
| inline_policies optional | 인라인 정책 | array[object] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| managed_policies optional | 관리 정책 | array[ManagedPolicy] | |
| name required | 인스턴스 이름 Example : My Instance | string | |
| session_duration required | 최대 세션 지속 시간 Example : 3600 | integer |
39 - PermissionSetDetails
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| creator_name required | 생성자 명 Example : | string | |
| customer_policies optional | 고객 관리 정책 | array[string] | |
| description optional | 권한 세트 설명 Example : Permissions for administrators | any of [string, null] | |
| id required | 권한 세트 ID Example : e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 | string | |
| inline_policies optional | 인라인 정책 | array[object] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| managed_policies optional | 관리 정책 | array[object] | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| modifier_name required | 수정자 명 Example : | string | |
| name required | 권한 세트 이름 Example : Permission Set | string | |
| session_duration required | 최대 세션 지속 시간 Example : 3600 | integer | |
| srn required | 권한 세트 SRN Example : srn:<offering>::<project-id>:<region>::permissionSet/${InstanceId}/${permissionId} | string | |
| state optional | 상태 Example : ACTIVE | enum (ACTIVE, INACTIVE) | ACTIVE |
40 - PermissionSetDetailsPageResponseV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| page required | page Example : 0 | integer | |
| permission_sets required | array[PermissionSetDetailsV1Dot2] | ||
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] |
41 - PermissionSetDetailsV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| creator_name required | 생성자 명 Example : | string | |
| custom_policies optional | 고객 관리 정책 | array[string] | |
| description optional | 권한 세트 설명 Example : Permissions for administrators | any of [string, null] | |
| id required | 권한 세트 ID Example : e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 | string | |
| inline_policies optional | 인라인 정책 | array[object] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| managed_policies optional | 관리 정책 | array[object] | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| modifier_name required | 수정자 명 Example : | string | |
| name required | 권한 세트 이름 Example : Permission Set | string | |
| session_duration required | 최대 세션 지속 시간 Example : 3600 | integer | |
| srn required | 권한 세트 SRN Example : srn:<offering>::<project-id>:<region>::permissionSet/${InstanceId}/${permissionId} | string | |
| state optional | 상태 Example : ACTIVE | enum (ACTIVE, INACTIVE) | ACTIVE |
42 - PermissionSetInfo
| Name | Description | Schema | Default |
|---|---|---|---|
| customer_policies optional | 고객 관리 정책 | array[string] | |
| inline_policies optional | 인라인 정책 | array[object] | |
| managed_policies optional | 관리 정책 | array[object] | |
| permission_set_id required | 권한 세트 ID Example : e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 | string | |
| permission_set_name required | 권한 세트 이름 Example : Permission Set | string | |
| permission_set_srn required | 권한 세트 SRN Example : srn:<offering>::<project-id>:<region>::permissionSet/${InstanceId}/${permissionId} | string | |
| session_duration required | 최대 세션 지속 시간 Example : 3600 | integer |
43 - PermissionSetInfoV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| custom_policies optional | 고객 관리 정책 | array[string] | |
| inline_policies optional | 인라인 정책 | array[object] | |
| managed_policies optional | 관리 정책 | array[object] | |
| permission_set_id required | 권한 세트 ID Example : e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 | string | |
| permission_set_name required | 권한 세트 이름 Example : Permission Set | string | |
| permission_set_srn required | 권한 세트 SRN Example : srn:<offering>::<project-id>:<region>::permissionSet/${InstanceId}/${permissionId} | string | |
| session_duration required | 최대 세션 지속 시간 Example : 3600 | integer |
44 - PermissionSetPoliciesDeleteRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| policy_ids required | array[string] |
45 - PermissionSetPoliciesPageResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| page required | page Example : 0 | integer | |
| policies optional | array[Policy] | ||
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] |
46 - PermissionSetPoliciesPageResponseV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| page required | page Example : 0 | integer | |
| policies optional | array[PolicyV1Dot2] | ||
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] |
47 - PermissionSetPoliciesSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| customer_policies optional | 고객 관리 정책 Example : | any of [array[string], null] | |
| inline_policies optional | 인라인 정책 Example : | any of [array[object], null] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| managed_policies optional | 관리 정책 Example : | any of [array[object], null] |
48 - PermissionSetPoliciesSetRequestV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| custom_policies optional | 고객 관리 정책 Example : | any of [array[string], null] | |
| inline_policies optional | 인라인 정책 Example : | any of [array[object], null] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| managed_policies optional | 관리 정책 Example : | any of [array[object], null] |
49 - PermissionSets
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| creator_name required | 생성자 명 Example : | string | |
| description optional | 권한 세트 설명 Example : Permissions for administrators | any of [string, null] | |
| id required | 권한 세트 ID Example : e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 | string | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| modifier_name required | 수정자 명 Example : | string | |
| name required | 권한 세트 이름 Example : Permission Set | string | |
| state optional | 상태 Example : ACTIVE | enum (ACTIVE, INACTIVE) | ACTIVE |
50 - PermissionSetSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 인스턴스 설명 Example : My Instance Description | any of [string, null] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| session_duration optional | 최대 세션 지속 시간 Example : 3600 | any of [integer, null] |
51 - PermissionSetsPageResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| page required | page Example : 0 | integer | |
| permission_sets required | array[PermissionSets] | ||
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] |
52 - Policy
| Name | Description | Schema | Default |
|---|---|---|---|
| category required | 정책 유형 Example : INLINE_POLICY | enum (MANAGED_POLICY, CUSTOMER_POLICY, INLINE_POLICY) | |
| contents optional | JSON Document Example : | any of [object, array[object], null] | |
| id required | 정책 ID Example : 37f2e31ff86b415698d7e8eeafab445d | string | |
| name optional | 기본 정책명 Example : PolicyName | any of [string, null] | |
| permission_set_id optional | 권한 세트 ID Example : e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 | any of [string, null] |
53 - PolicyV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| category required | 정책 유형 Example : INLINE_POLICY | enum (MANAGED_POLICY, CUSTOM_POLICY, INLINE_POLICY) | |
| contents optional | JSON Document Example : | any of [object, array[object], null] | |
| id required | 정책 ID Example : 37f2e31ff86b415698d7e8eeafab445d | string | |
| name optional | 기본 정책명 Example : PolicyName | any of [string, null] | |
| permission_set_id optional | 권한 세트 ID Example : e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 | any of [string, null] |
54 - Principal
| Name | Description | Schema | Default |
|---|---|---|---|
| principal_id required | 주체 ID Example : 138c2fc8c29a449dbfa8681f8f1d78e2 | string | |
| principal_type required | 주체 유형 Example : USER | enum (USER, GROUP) |
55 - RemoveFailCaused
| Name | Description | Schema | Default |
|---|---|---|---|
| error_code optional | error code Example : NOT_FOUND | string | - |
| failed_caused optional | 실패 사유 Example : NotFoundError | string | - |
| failed_id optional | ID Example : 7f8c9d2a1e5b4c7f9a0d3e6b2f4c8d1e | string | - |
| failed_name optional | 이름 Example : | string |
56 - RemoveSuccess
| Name | Description | Schema | Default |
|---|---|---|---|
| success_id optional | ID Example : 7f8c9d2a1e5b4c7f9a0d3e6b2f4c8d1e | string | - |
| success_name optional | 이름 Example : test | string | - |
57 - ShowPermissionSetAddResource
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | Example : | any of [string, null] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| creator_name required | 생성자 명 Example : | string | |
| customer_policies optional | 고객 관리 정책 | array[string] | |
| description optional | 권한 세트 설명 Example : Permissions for administrators | any of [string, null] | |
| id required | 권한 세트 ID Example : e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 | string | |
| inline_policies optional | 인라인 정책 | array[object] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| managed_policies optional | 관리 정책 | array[object] | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| modifier_name required | 수정자 명 Example : | string | |
| name required | 권한 세트 이름 Example : Permission Set | string | |
| resource_name optional | Example : | any of [string, null] | |
| resource_type optional | Example : | any of [string, null] | |
| resource_type_display_name optional | Example : | any of [string, null] | |
| service optional | Example : | any of [string, null] | |
| service_name optional | Example : | any of [string, null] | |
| session_duration required | 최대 세션 지속 시간 Example : 3600 | integer | |
| srn required | 권한 세트 SRN Example : srn:<offering>::<project-id>:<region>::permissionSet/${InstanceId}/${permissionId} | string | |
| state optional | 상태 Example : ACTIVE | enum (ACTIVE, INACTIVE) | ACTIVE |
58 - ShowPermissionSetAddResourceV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | Example : | any of [string, null] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| creator_name required | 생성자 명 Example : | string | |
| custom_policies optional | 고객 관리 정책 | array[string] | |
| description optional | 권한 세트 설명 Example : Permissions for administrators | any of [string, null] | |
| id required | 권한 세트 ID Example : e8d4b9f2c1a7e5d3f0b6c9a2d8e4f7b1 | string | |
| inline_policies optional | 인라인 정책 | array[object] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| managed_policies optional | 관리 정책 | array[object] | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| modifier_name required | 수정자 명 Example : | string | |
| name required | 권한 세트 이름 Example : Permission Set | string | |
| resource_name optional | Example : | any of [string, null] | |
| resource_type optional | Example : | any of [string, null] | |
| resource_type_display_name optional | Example : | any of [string, null] | |
| service optional | Example : | any of [string, null] | |
| service_name optional | Example : | any of [string, null] | |
| session_duration required | 최대 세션 지속 시간 Example : 3600 | integer | |
| srn required | 권한 세트 SRN Example : srn:<offering>::<project-id>:<region>::permissionSet/${InstanceId}/${permissionId} | string | |
| state optional | 상태 Example : ACTIVE | enum (ACTIVE, INACTIVE) | ACTIVE |
59 - User
| Name | Description | Schema | Default |
|---|---|---|---|
| id required | 사용자 ID Example : 138c2fc8c29a449dbfa8681f8f1d78e2 | string | |
| name required | 사용자 실명 Example : John Doe | string | |
| user_id required | 사용자 로그인 ID Example : johndoe | string |
60 - UserCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| business_unit optional | 사업부 Example : Business Unit A | any of [string, null] | |
| department optional | 부서 Example : Department X | any of [string, null] | |
| description optional | 사용자 설명 Example : Description of John Doe | any of [string, null] | |
| email optional | 사용자 이메일 Example : john.doe@example.com | any of [string, null] | |
| employee_id optional | 사번 Example : emp-12345 | any of [string, null] | |
| group_ids optional | 사용자 속한 그룹 목록 Example : ['39520424-440c-41c0-9b9c-f22b2129f6f9', '80c53fe1-4e27-4cce-92be-151cf0f2873e'] | array[string] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| manager optional | 관리자 Example : Alice Smith | any of [string, null] | |
| name required | 사용자 실명 Example : John Doe | string | |
| nation_id optional | 국가 ID Example : +82 | any of [string, null] | |
| password optional | 비밀번호 Example : | any of [string, null] | |
| phone_number optional | 휴대폰 번호 Example : 010-1234-5678 | any of [string, null] | |
| temporary_password optional | 임시 비밀번호 여부 Example : True | boolean | True |
| user_id required | 사용자 로그인 ID Example : johndoe | string |
61 - UserDeleteBulkRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| user_uuids required | 사용자 ID 목록 Example : ['user-12345', 'user-67890'] | array[string] |
62 - UserDetail
| Name | Description | Schema | Default |
|---|---|---|---|
| business_unit optional | 사업부 Example : Business Unit A | any of [string, null] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| creator_name optional | 생성자 명 Example : John Doe | string | - |
| department optional | 부서 Example : Department X | any of [string, null] | |
| description optional | 사용자 설명 Example : Description of John Doe | any of [string, null] | |
| email optional | 사용자 이메일 Example : john.doe@example.com | any of [string, null] | |
| email_authenticated optional | 이메일 인증 여부 Example : False | boolean | |
| employee_id optional | 사번 Example : emp-12345 | any of [string, null] | |
| groups optional | 그룹 목록 | any of [array[Group], null] | |
| id required | 사용자 ID Example : 138c2fc8c29a449dbfa8681f8f1d78e2 | string | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| last_login_at optional | 마지막 로그인 일시 Example : 2024-12-19 01:09:05.000 | any of [string (date-time), null] | |
| last_password_update_at optional | 최근 비밀번호 변경 일시 Example : 2025-11-24T08:14:51.694996 | any of [string (date-time), null] | |
| manager optional | 관리자 Example : Alice Smith | any of [string, null] | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| modifier_name optional | 수정자 명 Example : Smith | string | - |
| name required | 사용자 실명 Example : John Doe | string | |
| nation_id optional | 국가 ID Example : +82 | any of [string, null] | |
| password optional | 비밀번호 Example : | any of [string, null] | |
| password_failed_count optional | 비밀번호 실패 횟수 Example : 6 | any of [integer, null] | |
| password_reuse_count optional | 비밀번호 재사용 제한 횟수 Example : 6 | any of [integer, null] | |
| phone_authenticated optional | 휴대폰 인증 여부 Example : False | boolean | |
| phone_number optional | 휴대폰 번호 Example : 010-1234-5678 | any of [string, null] | |
| temporary_password required | 임시 비밀번호 여부 Example : | boolean | |
| tz_id optional | 타임존 ID Example : Asia/Seoul | any of [string, null] | |
| user_id required | 사용자 로그인 ID Example : johndoe | string |
63 - UserPageResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count required | count Example : 20 | integer | |
| page required | page Example : 0 | integer | |
| size required | size Example : 20 | integer | |
| sort optional | sort Example : ['created_at:asc'] | any of [array[string], null] | |
| users required | array[User] |
64 - UserRemoveResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| failed_ids required | 실패 사유 | array[RemoveFailCaused] | |
| success_ids required | 성공 ID 목록 | array[RemoveSuccess] |
65 - UserResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| user required | UserDetail |
66 - UserSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| business_unit optional | 사업부 Example : Business Unit A | any of [string, null] | |
| department optional | 부서 Example : Department X | any of [string, null] | |
| description optional | 사용자 설명 Example : Description of John Doe | any of [string, null] | |
| email optional | 사용자 이메일 Example : john.doe@example.com | any of [string, null] | |
| employee_id optional | 사번 Example : emp-12345 | any of [string, null] | |
| instance_id required | 인스턴스 ID Example : ssoins-12345 | string | |
| manager optional | 관리자 Example : Alice Smith | any of [string, null] | |
| name optional | 사용자 실명 Example : John Doe | any of [string, null] | |
| nation_id optional | 국가 ID Example : +82 | any of [string, null] | |
| phone_number optional | 휴대폰 번호 Example : 010-1234-5678 | any of [string, null] | |
| tz_id optional | 타임존 ID Example : Asia/Seoul | any of [string, null] |