microsoftAuthenticatorAuthenticationMethodConfiguration リソースの種類

名前空間: microsoft.graph

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

メソッド

メソッド 戻り値の種類 説明
Get microsoftAuthenticatorAuthenticationMethodConfiguration microsoftAuthenticatorAuthenticationMethodConfiguration オブジェクトのプロパティとリレーションシップを読み取る。
更新 microsoftAuthenticatorAuthenticationMethodConfiguration microsoftAuthenticatorAuthenticationMethodConfiguration オブジェクトのプロパティを更新します。
削除 なし microsoftAuthenticatorAuthenticationMethodConfiguration オブジェクトを既定の構成に戻します。

プロパティ

プロパティ 説明
id String 認証方法ポリシー識別子。
state authenticationMethodState 可能な値: enableddisabled

リレーションシップ

リレーションシップ 説明
includeTargets microsoftAuthenticatorAuthenticationMethodTarget コレクション 認証方法の使用が有効になっているユーザーまたはグループのコレクション。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration",
  "id": "String (identifier)",
  "state": "String"
}