CreateVirtualMFADeviceResponse

Contains the response to a successful CreateVirtualMFADevice request.

APIs.ioEngineeringPlatform

Properties

Name Type Description
VirtualMFADevice object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-createvirtualmfadeviceresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateVirtualMFADeviceResponse",
  "title": "CreateVirtualMFADeviceResponse",
  "type": "object",
  "required": [
    "VirtualMFADevice"
  ],
  "properties": {
    "VirtualMFADevice": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VirtualMFADevice"
        },
        {
          "description": "A structure containing details about the new virtual MFA device."
        }
      ]
    }
  },
  "description": "Contains the response to a successful <a>CreateVirtualMFADevice</a> request. "
}