File: iam-create-virtual-mfa-device.xml

package info (click to toggle)
python-botocore 1.12.103%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 41,552 kB
  • sloc: python: 43,119; xml: 15,052; makefile: 131
file content (12 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
<CreateVirtualMFADeviceResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
  <CreateVirtualMFADeviceResult>
    <VirtualMFADevice>
      <QRCodePNG>Zm9v</QRCodePNG>
      <Base32StringSeed>VTNJV09MNTZFSjNRNUlMWUJMVTZOTFROWlIzVjVTQU9XS1E1QU9FUEVRVVVHUUpGVkRRS09BMk43T0FOVEhCUg==</Base32StringSeed>
      <SerialNumber>arn:aws:iam::419278470775:mfa/ExampleMFADevice</SerialNumber>
    </VirtualMFADevice>
  </CreateVirtualMFADeviceResult>
  <ResponseMetadata>
    <RequestId>c7bf48a5-d35c-11e2-b096-29dca78bf3ce</RequestId>
  </ResponseMetadata>
</CreateVirtualMFADeviceResponse>