次の方法で共有


authenticationCombinationConfiguration リソースの種類

名前空間: microsoft.graph

認証強度で使用される特定の認証方法の組み合わせに関連付けられている認証方法の特定の種類、モード、またはバージョンに制限を設定します。

次のリソースは、この抽象型を継承し、さまざまな種類の組み合わせ構成を定義します。

メソッド

メソッド 戻り値の種類 説明
List authenticationCombinationConfiguration コレクション authenticationCombinationConfiguration オブジェクトとそのプロパティの一覧を取得します。
Create authenticationCombinationConfiguration 新しい authenticationCombinationConfiguration を作成する
Get authenticationCombinationConfiguration authenticationCombinationConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。
Update authenticationCombinationConfiguration authenticationCombinationConfiguration オブジェクトのプロパティを更新します。
Delete なし authenticationCombinationConfiguration オブジェクトを削除します。
許可される組み合わせを更新する updateAllowedCombinationsResult 特定の authenticationStrengthPolicy に対して許可されている authenticationCombinationConfiguration を更新します。

プロパティ

プロパティ 説明
appliesToCombinations authenticationMethodModes コレクション この構成を適用する認証方法の組み合わせ。 authenticationStrengthPolicy の一部である allowedCombinations オブジェクトである必要があります。 fido2combinationConfigurationsに使用できる唯一の値は、"fido2"です。
id String 一意のシステム生成識別子。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.authenticationCombinationConfiguration",
  "id": "String (identifier)",
  "appliesToCombinations": [
    "String"
  ]
}