ListVirtualMFADevicesRequest

APIs.ioEngineeringPlatform

Properties

Name Type Description
AssignmentStatus object
Marker object
MaxItems object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-listvirtualmfadevicesrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListVirtualMFADevicesRequest",
  "title": "ListVirtualMFADevicesRequest",
  "type": "object",
  "properties": {
    "AssignmentStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/assignmentStatusType"
        },
        {
          "description": " The status (<code>Unassigned</code> or <code>Assigned</code>) of the devices to list. If you do not specify an <code>AssignmentStatus</code>, the operation defaults to <code>Any</code>, which lists both assigned and unassigned virtual MFA devices.,"
        }
      ]
    },
    "Marker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/markerType"
        },
        {
          "description": "Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start."
        }
      ]
    },
    "MaxItems": {
      "allOf": [
        {
          "$ref": "#/components/schemas/maxItemsType"
        },
        {
          "description": "<p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>"
        }
      ]
    }
  }
}