IAMUserCreateRequest
IAMUserCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | 사용자 설명 Example : | any of [string, null] | |
| group_ids optional | 그룹 ID Example : | any of [array[string], null] | |
| password required | 비밀번호 Example : | string | |
| policy_ids optional | 정책 ID 필드 Example : | any of [array[string], null] | |
| tags optional | 사용자 태그 Example : | any of [array[object[string]], null] | |
| temporary_password required | 임시 Example : | boolean | |
| user_name required | 사용자명 Example : Pattern : ^[a-zA-Z0-9\+\.\@\-\_]*$Maximum length : 64 | string |