Connect user with virtual mfa device
This commit is contained in:
parent
1d9382b5e5
commit
802fb3baad
3 changed files with 87 additions and 5 deletions
|
|
@ -1739,11 +1739,11 @@ LIST_VIRTUAL_MFA_DEVICES_TEMPLATE = """<ListVirtualMFADevicesResponse xmlns="htt
|
|||
{% endif %}
|
||||
{% if device.user %}
|
||||
<User>
|
||||
<Path>{{ user.path }}</Path>
|
||||
<UserName>{{ user.name }}</UserName>
|
||||
<UserId>{{ user.id }}</UserId>
|
||||
<CreateDate>{{ user.created_iso_8601 }}</CreateDate>
|
||||
<Arn>{{ user.arn }}</Arn>
|
||||
<Path>{{ device.user.path }}</Path>
|
||||
<UserName>{{ device.user.name }}</UserName>
|
||||
<UserId>{{ device.user.id }}</UserId>
|
||||
<CreateDate>{{ device.user.created_iso_8601 }}</CreateDate>
|
||||
<Arn>{{ device.user.arn }}</Arn>
|
||||
</User>
|
||||
{% endif %}
|
||||
</member>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue