Organization
Organization
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2025-01-01T00:00:00.000Z | string (date-time) | |
| created_by required | 생성자 Example : c23fb561c689455993874fa5d5ed4a2f | string | |
| creator_name optional | 생성자 이름 Example : John Doe na | string | - |
| delegation_account_id optional | 위임 계정 Example : 124e7d6c5b4a3z2y1x0w9v8u7t6s5r | any of [string, null] | |
| id required | 조직 ID Example : o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 | string | |
| master_account_email required | 관리자 계정 이메일 Example : admin@example.com | string | |
| master_account_id required | 관리자 계정 ID Example : 9f8e7d6c5b4a3z2y1x0w9v8u7t6s5r | string | |
| modified_at required | 수정 시간 Example : 2025-01-01T00:00:00.000Z | string (date-time) | |
| modified_by required | 수정자 Example : c23fb561c689455993874fa5d5ed4a2f | string | |
| modifier_name optional | 수정자 이름 Example : Alice | string | - |
| name required | 조직 이름 Example : My Organization | string | |
| root_unit_id required | 루트 유닛 ID Example : r-abcd7d6c5b4a3z2y1x0w9v8u7t6s5r | string | |
| srn required | 조직 SRN Example : srn:dev2::1b8c29a138d78e24bf1fa86812fcaa:kr-west1::organizations/organization/o-x9y8z7w6v5u4t3s2r1q0p9o8n7m6l5 | string | |
| use_scp_yn required | 통제 정책 사용 여부 Example : True | boolean |