Skip to content

Commit

Permalink
Add Iam User CreateDate. Closes #886.
Browse files Browse the repository at this point in the history
  • Loading branch information
spulec committed Apr 13, 2017
1 parent bf935c2 commit b62015b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moto/iam/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ def get_credential_report(self):
<UserId>{{ user.id }}</UserId>
<Path>{{ user.path }}</Path>
<UserName>{{ user.name }}</UserName>
<CreateDate>{{ user.created }}</CreateDate>
<Arn>{{ user.arn }}</Arn>
</member>
{% endfor %}
Expand Down

0 comments on commit b62015b

Please sign in to comment.