AccountFactoryCreateRequest
AccountFactoryCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| email optional | 계정 이메일 Example : myaccount@example.com | any of [string, null] | |
| landing_zone_id required | 랜딩 존 ID Example : 2c8a138f8d78e1fc29a449dbfa8681 | string | |
| name required | 계정명 Example : foo-account | string | |
| parent_unit_id required | 상위 조직 단위 ID Example : ou-b30e9fcc39f84a20bf9e7458e5ec3801 | string | |
| sso_user_email optional | ID Center 사용자 이메일 Example : user_email@example.com | any of [string, null] | |
| sso_user_name optional | ID Center 사용자 이름 Example : John Doe | any of [string, null] | |
| sso_user_real_name optional | ID Center 사용자 실명 Example : John Doe | any of [string, null] |