Add Iam User CreateDate. Closes #886.
This commit is contained in:
parent
bf935c210b
commit
b62015b27d
@ -817,6 +817,7 @@ LIST_USERS_TEMPLATE = """<{{ action }}UsersResponse>
|
||||
<UserId>{{ user.id }}</UserId>
|
||||
<Path>{{ user.path }}</Path>
|
||||
<UserName>{{ user.name }}</UserName>
|
||||
<CreateDate>{{ user.created }}</CreateDate>
|
||||
<Arn>{{ user.arn }}</Arn>
|
||||
</member>
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user