authenticationCombinationConfiguration リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
認証強度で使用される特定の認証方法の組み合わせに関連付けられている認証方法の特定の種類、モード、またはバージョンに制限を設定します。 次のリソースは、この抽象から継承し、さまざまな種類の組み合わせ構成を定義します。
エンティティ から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
List | authenticationCombinationConfiguration コレクション | authenticationCombinationConfiguration オブジェクトとそのプロパティの一覧を取得します。 |
Create | authenticationCombinationConfiguration | 新しい authenticationCombinationConfiguration を作成する |
Get | authenticationCombinationConfiguration | authenticationCombinationConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。 |
Update | authenticationCombinationConfiguration | authenticationCombinationConfiguration オブジェクトのプロパティを更新します。 |
Delete | なし | authenticationCombinationConfiguration obejct を削除します。 |
許可される組み合わせを更新する | updateAllowedCombinationsResult | 特定の authenticationStrengthPolicy に対して許可されている authenticationCombinationConfiguration を更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
appliesToCombinations | authenticationMethodModes コレクション | この構成を適用する認証方法の組み合わせ。
authenticationStrengthPolicy に対して定義されている allowedCombinations オブジェクトである必要があります。
fido2combinationConfigurations の場合は "fido2" を使用します。x509certificatecombinationconfiguration の場合は、"x509CertificateSingleFactor" または"x509CertificateMultiFactor" を使用します。 |
id | String | 一意のシステム生成識別子。 エンティティから継承 されます。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.authenticationCombinationConfiguration",
"id": "String (identifier)",
"appliesToCombinations": [
"String"
]
}