MicrosoftAuthenticatorAuthenticationMethodConfiguration リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

Microsoft Authenticator 認証方法ポリシーを表します。 認証方法ポリシーは、構成設定と、認証方法を使用できるユーザーまたはグループを定義します。

authenticationMethodConfiguration から継承します。

メソッド

メソッド 戻り値の種類 説明
Get microsoftAuthenticatorAuthenticationMethodConfiguration microsoftAuthenticatorAuthenticationMethodConfiguration オブジェクトのプロパティと関係を読み取ります。
Update なし microsoftAuthenticatorAuthenticationMethodConfiguration オブジェクトのプロパティを更新します。
Delete なし MicrosoftAuthenticatorAuthenticationMethodConfiguration オブジェクトを既定の構成に戻します。

プロパティ

プロパティ 説明
excludeTargets excludeTarget コレクション ポリシーから除外されたユーザーのグループ。
id 文字列 認証方法ポリシー識別子。
isSoftwareOathEnabled ブール型 true ユーザーが Microsoft Authenticator アプリによって生成された OTP コードを使用できる場合は、それ以外の場合は false
state authenticationMethodState 可能な値は enableddisabled です。
featureSettings microsoftAuthenticatorFeatureSettings 番号の一致や場所のコンテキスト、すべてのユーザーに対して有効になっているか、特定のユーザーに対して有効になっているかなど、Microsoft Authenticator 設定のコレクション。

リレーションシップ

リレーションシップ 説明
includeTargets MicrosoftAuthenticatorAuthenticationMethodTarget コレクション 認証方法を使用できるグループのコレクション。 既定で展開されています。

次の JSON 表現は、リソースの種類を示しています。 リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration",
  "id": "String (identifier)",
  "state": "String",
  "excludeTargets": [
    {
      "@odata.type": "microsoft.graph.excludeTarget"
    }
  ],
  "isSoftwareOathEnabled": "Boolean",
  "featureSettings": {
    "@odata.type": "microsoft.graph.microsoftAuthenticatorFeatureSettings"
  }
}