> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SelectMfaPushDeviceOptions

MFAプッシュデバイスを選択する際のオプション。

```ts Example theme={null}
export interface SelectMfaPushDeviceOptions {
  /**
   * 登録済みデバイスのリストから選択するデバイスのインデックス。
   * インデックスは0始まりです。
   */
  deviceIndex: number;
  [key: string]: string | number | boolean | undefined;
}
```

<div id="properties">
  ## プロパティ
</div>

<ParamField body="deviceIndex" type="number">
  登録済みデバイスの一覧から選択するデバイスのインデックスです。
  インデックスは 0 ベースです。
</ParamField>
