softwareOathAuthenticationMethodConfiguration リソースの種類

名前空間: microsoft.graph

サード パーティ製ソフトウェア OATH 認証方法の認証ポリシーを表します。 認証方法ポリシーでは、構成設定と、認証方法を使用するために有効になっているユーザーまたはグループを定義します。

authenticationMethodConfiguration から継承します。

メソッド

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

プロパティ

プロパティ 説明
excludeTargets excludeTarget コレクション ポリシーから除外されるユーザーのグループ。
id String 認証方法ポリシー識別子。
state authenticationMethodState ユーザーがこの認証方法を登録できるかどうかを表します。 使用可能な値は、 enableddisabledです。

リレーションシップ

リレーションシップ 説明
includeTargets authenticationMethodTarget コレクション 認証方法の使用が有効になっているグループのコレクション。 既定で展開されます。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.softwareOathAuthenticationMethodConfiguration",
  "id": "String (identifier)",
  "state": "String",
  "excludeTargets": [
    {
      "@odata.type": "microsoft.graph.excludeTarget"
    }
  ]
}