IAMUserCreateRequest
IAMUserCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | User Description Example : | any of [string, null] | |
| group_ids optional | Group IDs Example : | any of [array[string], null] | |
| password required | Password Example : | string | |
| policy_ids optional | Policy IDs Field Example : | any of [array[string], null] | |
| tags optional | User Tag Example : | any of [array[object[string]], null] | |
| temporary_password required | Temporary Example : | boolean | |
| user_name required | User Name Example : Pattern : ^[a-zA-Z0-9\+\.\@\-\_]*$Maximum length : 64 | string |